Apr 4, 2003 #1 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.
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.
Apr 4, 2003 #2 4x4uk Technical User Apr 30, 2002 381 GB 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="hello" src="hellopage.html"></iframe> Hope this helps Regards Ian Infinity exists! - I just haven't worked out a way to get there yet. http://www.ne4x4.org.uk/ | http://www.ne4x4.org.uk/Ian/ | http://www.ne4x4.fsnet.co.uk/beck/ Upvote 0 Downvote
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="hello" src="hellopage.html"></iframe> Hope this helps Regards Ian Infinity exists! - I just haven't worked out a way to get there yet. http://www.ne4x4.org.uk/ | http://www.ne4x4.org.uk/Ian/ | http://www.ne4x4.fsnet.co.uk/beck/
Apr 4, 2003 Thread starter #3 robi2 Programmer Jan 19, 2003 62 IL thats exactly what i don't want to do... Upvote 0 Downvote
Apr 4, 2003 #4 4x4uk Technical User Apr 30, 2002 381 GB Then there is really no need to use an iframe just use a <div> instead ie <div>hello</div> Regards Ian Infinity exists! - I just haven't worked out a way to get there yet. http://www.ne4x4.org.uk/ | http://www.ne4x4.org.uk/Ian/ | http://www.ne4x4.fsnet.co.uk/beck/ Upvote 0 Downvote
Then there is really no need to use an iframe just use a <div> instead ie <div>hello</div> Regards Ian Infinity exists! - I just haven't worked out a way to get there yet. http://www.ne4x4.org.uk/ | http://www.ne4x4.org.uk/Ian/ | http://www.ne4x4.fsnet.co.uk/beck/
Apr 4, 2003 Thread starter #5 robi2 Programmer Jan 19, 2003 62 IL yea, now that i think about it your right... thanks Upvote 0 Downvote
Apr 4, 2003 #6 4x4uk Technical User Apr 30, 2002 381 GB You're welcome Regards Ian Infinity exists! - I just haven't worked out a way to get there yet. http://www.ne4x4.org.uk/ | http://www.ne4x4.org.uk/Ian/ | http://www.ne4x4.fsnet.co.uk/beck/ Upvote 0 Downvote
You're welcome Regards Ian Infinity exists! - I just haven't worked out a way to get there yet. http://www.ne4x4.org.uk/ | http://www.ne4x4.org.uk/Ian/ | http://www.ne4x4.fsnet.co.uk/beck/