Hey,
What code can I use to make an iframe, but doesnt use javascript?
Thankyou
Printable View
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
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 :D