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!
How to open an Iframe
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
baris eren



Joined: 13 Jan 2008
Posts: 1

PostPosted: Sun Jan 13, 2008 6:11 pm     hi guys. Reply with quote

we have a problem for iframe and target.

my index page not contain frame or iframe.
my orher page + iframe

ex :

-index.html ( page )

-page.html ( page )
--content.html( iframe )
--other.html ( iframe )

how to open one link in index.html page.html-content.html or page.html-other.html ?

thanks all
Baris EREN
Corey Bryant
Site Admin


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

PostPosted: Mon Jan 14, 2008 7:39 am     Reply with quote



I think you are basically asking how to open a window with an iframe in it? You need to just point to the page that has the iframe in it.

Let's say you hae index.html (I'll even give you some source code:
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>
<a href="main.html">Open Page</a>
</body>

</html>
Now main.html will go to this source code
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 2</title>
</head>

<body>
<iframe src="iframe.html" width="400px" height="500px" scrolling="auto"></iframe>
</body>

</html>
Now if this is now what you had in mind please provide some of the source code to help us understand a bit better

_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts | LoudPCI
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