Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write content inside of an iframe

Status
Not open for further replies.

robi2

Programmer
Jan 19, 2003
62
IL
Hi, how can i make the iframe display whatever i wrote into it?
I mean:

<iframe>
Helllloooooo
</iframe>

How can i actually make this display an inline frame containing Helllloooooo?

Thanks.
 
Creaste a web page as follows:

Hellopage.html
<html><head>
<title>Hello Page</title>
<body>
Hello
</body></html>

then in the page with your iframe tag

change the iframe tag as follows
<iframe name=&quot;hello&quot; src=&quot;hellopage.html&quot;></iframe>

Hope this helps
Regards
Ian

Infinity exists! - I just haven't worked out a way to get there yet.

| |
 
thats exactly what i don't want to do...
 
yea, now that i think about it your right...
thanks :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top