»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 12-30-2003, 08:46 PM   #1 (permalink)
Registered User
 
sixf00t4's Avatar
 
Join Date: Aug 2002
Location: Western PA
Posts: 2,296
sixf00t4 is on a distinguished road
Send a message via ICQ to sixf00t4 Send a message via AIM to sixf00t4 Send a message via Yahoo to sixf00t4
pop out of hotmail frame

when some one clicks a link from hotmail's web mail, it opens in a hotmail frame, and people can't login in as a result, apparently because of a cookie issue. is there some code that will "pop out" of the hotmail frame?

preferably in php

__________________
[url=http://joshuadhall.com]My blog[/url]
sixf00t4 is offline   Reply With Quote
Old 12-31-2003, 11:46 AM   #2 (permalink)
Registered User
 
rpertusio's Avatar
 
Join Date: Nov 2002
Location: Hershey, PA
Posts: 1,013
rpertusio is on a distinguished road
Send a message via AIM to rpertusio
I don't know PHP..

But here's a quick and easy (dirty?) way to do it with JavaScript:

Code:
<script>
<!--
if (window!= top)
top.location.href=location.href
// -->
</script>
Works wonders on Hotmail frames. Just drop it in the header of your page
- rp
rpertusio is offline   Reply With Quote
Old 12-31-2003, 02:31 PM   #3 (permalink)
Registered User
 
sixf00t4's Avatar
 
Join Date: Aug 2002
Location: Western PA
Posts: 2,296
sixf00t4 is on a distinguished road
Send a message via ICQ to sixf00t4 Send a message via AIM to sixf00t4 Send a message via Yahoo to sixf00t4
WOO HOO!!!!

you rock!!!

for any one else, this is what i put in my phpfile
Code:
echo "<script>
if (window!= top)
top.location.href=location.href
</script>\n"
."\n";
and it works like a charm! thanks!
__________________
[url=http://joshuadhall.com]My blog[/url]
sixf00t4 is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 12:33 PM.