HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
iFrame page forces main page to reload.
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Martin22



Joined: 09 Jan 2008
Posts: 1

PostPosted: Wed Jan 09, 2008 11:18 am     iFrame page forces main page to reload. Reply with quote

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?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8271
Location: Castle Rock CO USA

PostPosted: Wed Jan 09, 2008 2:47 pm     Reply with quote



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">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 1</title>
</head>

<body>
<iframe src="http://www.loudexpressions.com" height="600px" width="400px"></iframe>
</body>

</html>
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

_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial