|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Frames Buster - History problem |
|
From: |
Paul Coleman |
|
Date: |
4/10/2001 9:56:42 AM |
|
IP: |
208.237.98.89 |
Hi Guys,
I have a proble using a frame buster, whenever it busts outta a frameset the history gets screwed. I have tried setting cookies, passing the http_referer variable to the next page, pulling my hair out etc. Does the following framebuster do loads of damage or am I just stupid....
Response.write "<SCRIPT LANGUAGE=JAVASCRIPT>"& VBCRLF
Response.write "<!--"& VBCRLF
Response.write "if (top.frames.length != 0)"& VBCRLF
Response.write " top.location=parent.document.location;"& VBCRLF
Response.write "//-->"& VBCRLF
Response.write "</SCRIPT>"& VBCRLF
Many Thanks in advance |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|