Connecting Tech Pros Worldwide Help | Site Map

username, password, and hotmail?

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 17th, 2005, 04:57 AM
Bill H
Guest
 
Posts: n/a
Default username, password, and hotmail?

Hi all!

I have a script that collects a username and password which doesn't
seem to work if the user is a hotmail/msn frame.

When they get a message on the system a notification is sent to them
with a link to the site, and again, that link doesn't work as it
should - unfortunately a lot of the users use hotmail.

What's the problem? What do I need to do?

TIA!


  #2  
Old July 17th, 2005, 04:58 AM
anon
Guest
 
Posts: n/a
Default Re: username, password, and hotmail?

Bill H wrote...
[color=blue]
> Hi all!
>
> I have a script that collects a username and password which doesn't
> seem to work if the user is a hotmail/msn frame.
>
> When they get a message on the system a notification is sent to them
> with a link to the site, and again, that link doesn't work as it
> should - unfortunately a lot of the users use hotmail.
>
> What's the problem? What do I need to do?
>[/color]


This works for me:

<script language="JavaScript" type="text/javascript">
<!--
setTimeout ("LoseTheFrame()", 1000);
function LoseTheFrame() {
if (self.parent.frames.length != 0)
self.parent.location=document.location;
}
// -->
</script>



  #3  
Old July 17th, 2005, 04:58 AM
Bill H
Guest
 
Posts: n/a
Default Re: username, password, and hotmail?

On Sat, 24 Apr 2004 15:02:10 +0000 (UTC), anon <me@privacy.net> wrote:
[color=blue]
>Bill H wrote...
>[color=green]
>> Hi all!
>>
>> I have a script that collects a username and password which doesn't
>> seem to work if the user is a hotmail/msn frame.
>>
>> When they get a message on the system a notification is sent to them
>> with a link to the site, and again, that link doesn't work as it
>> should - unfortunately a lot of the users use hotmail.
>>
>> What's the problem? What do I need to do?
>>[/color]
>
>
>This works for me:
>
> <script language="JavaScript" type="text/javascript">
> <!--
> setTimeout ("LoseTheFrame()", 1000);
> function LoseTheFrame() {
> if (self.parent.frames.length != 0)
> self.parent.location=document.location;
> }
> // -->
> </script>
>
>[/color]

Works great (you know that)! ;)

I would have been happy with a push in the right direction, a snippet
is even better! Thank you!

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.