Re: username, password, and hotmail?

From: Bill H (maylar69_at_hot----.com)
Date: 04/24/04


Date: Sat, 24 Apr 2004 08:32:14 -0700

On Sat, 24 Apr 2004 15:02:10 +0000 (UTC), anon <me@privacy.net> wrote:

>Bill H wrote...
>
>> 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?
>>
>
>
>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>
>
>

Works great (you know that)! ;)

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



Relevant Pages

  • Re: [Full-disclosure] SSH brute force blocking tool
    ... And just what on God's earth does "SOMEONE LOGGING IN WITH USERNAME SET ... TO A VALID PASSWORD ENTRY" have to do with this script. ... the classic attack is the symlink attack. ...
    (Full-Disclosure)
  • PHP Access Script (free guide)
    ... he keys in his username and password ... in this case, if John Davis correctly log in, the script ... kick out the user. ... Browser agent to act as an invisible session ID. ...
    (alt.php)
  • Running a script in Windows2000 Server
    ... I am running Windows 2000 server from which this scrip t needs to be run. ... batch file I write a shuttdown.exe file I am recieving a (Loading script ... dim conn, rs, strsql, username, dbline, flag, errdesc ...
    (microsoft.public.windows.server.scripting)
  • Re: PHP Protect and select script
    ... You MUST store somewhere the username password combination. ... You post the username/password to the receiving script where you ... you must somehow look up the username password combinations. ... So I don't need to check anything - exept the login name / password ...
    (alt.php)
  • Re: WSH Error when running script
    ... I am sorry let me explain further what I am wanting is a more dynamic script ... based only on their username. ... On Error GoTo 0 ... ' Temporarily suspend normal error handling. ...
    (microsoft.public.windows.server.scripting)