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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

iFrames 3

Status
Not open for further replies.

RossoR

Technical User
Jun 26, 2001
6
GB
Hello,

I have used the following bit of code on my site to embed some info on there. Any idea of some code which will work in Netscape? ANy help is much appreciated!

<iframe id=&quot;shares&quot; src=&quot;scrolling=no frameborder=no>

</iframe>

Thanks
RossoR
 
Sorry RossoR, NS just doesn't accept iframes...I have that problem on my site also, I'm creating a whole new layout for NS users...
it's a bummer, I kno... I have not failed; I merely found 100,000 different ways of not succeding...
 
Cheers GUJUmOdeL

Your right it is a bummer =(

I create a site for our team, then discover all the groovy bits I manged to include don't work in Netscape (which 80% of them use)

I would love to spend time playing with it, but unfortunatly it's not part of my job =(

Time for a career change me thinks ;-)

RossoR
 
hi RossoR,
for netscrap use layers (either layer or div tag, but layer is more acceptable)
<layer> tag has a src property, so, u can do that this way:
<layer name=mmm></layer>
document.layers.mmm.src=&quot;new.html&quot;
or
document.layers.mmm.load(&quot;new.html&quot;,width)


regards, vic
 
My God!! It actually works!

Cheers John!! I'll be browsing round the redleaf site for any types or hints now.

R
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top