Posted: Wed Jan 09, 2008 11:18 am iFrame page forces main page to reload.
I have plain HTML on the main page and <iFrame> tag on it, inside tag i have URL to other page that using some script that forces my main page to reload and show page from frame instead of it.
Can i somehow stop it from messing my entire main page?
Joined: 15 May 2004 Posts: 8268 Location: Castle Rock CO USA
Posted: Wed Jan 09, 2008 2:47 pm
Let's see, you have a page - something like
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
But when you actually load this page, now the source code is something on the iframe source, forcing your page to be closed and the user directed over to the frame source?
If so, there is not much you can do - the webmaster who owns the website in the iframe source probably has a frame buster JavaScript on there so users won't put his website in frames
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum