Hey,
What code can I use to make an iframe, but doesnt use javascript?
Thankyou

Hey,
What code can I use to make an iframe, but doesnt use javascript?
Thankyou
I think just
<iframe scr="???????">
What do you mean by IFrame? Extendable or not?
<iframe src="URL.HTML" width="100px" height="100px"></iframe>
and that is HTML.
Yeah
next time just google it
http://www.w3schools.com/tags/tag_iframe.asp
You can make it expandible by making width="100%" I think
Last edited by BL!NKEY; 27-08-2006 at 06:33 PM.
Still says it's Javascript
Basically, I have a website layout on a domain with hosting,and then on ebay on my ME Page I have a box to add HTML, but don't want to link straight to the page, but show it on the ME Page
Any other ideas please?
Thanks,
Sam
use some script tag to include the page
If ebay allows PHP then use
<?php
include ("websitename.com");
?>
I think thats right![]()
Want to hide these adverts? Register an account for free!