PDA

View Full Version : HTML CODE FOR AN I-FRAME



RLY-CRAIG?
27-08-2006, 06:25 PM
Hey,

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

Thankyou

BL!NKEY
27-08-2006, 06:27 PM
I think just

<iframe scr="???????">

RLY-CRAIG?
27-08-2006, 06:28 PM
I think just

<iframe scr="???????">

Nope, still uses Javascript :(

Thankyou

SteveBrown03
27-08-2006, 06:31 PM
What do you mean by IFrame? Extendable or not?

uber
27-08-2006, 06:31 PM
<iframe src="URL.HTML" width="100px" height="100px"></iframe>

and that is HTML.

BL!NKEY
27-08-2006, 06:32 PM
<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

RLY-CRAIG?
27-08-2006, 06:44 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

uber
27-08-2006, 06:57 PM
use some script tag to include the page

RLY-CRAIG?
27-08-2006, 06:58 PM
use some script tag to include the page

Such as?

Kieran
27-08-2006, 08:15 PM
If ebay allows PHP then use

<?php

include ("websitename.com");

?>

I think thats right :D

Internet
27-08-2006, 08:35 PM
If ebay allows PHP then use

<?php

include ("websitename.com");

?>

I think thats right :D


<? include 'http://youtsitething.com' ?>

Is also the same.

Kieran
27-08-2006, 08:37 PM
Ye, i dunno if ebay will accept PHP code though.

Internet
27-08-2006, 08:53 PM
Probably not...

The only thing I can think of now is print screening the page? Probably not a good idea.

Want to hide these adverts? Register an account for free!