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

What's with Netscape?

Status
Not open for further replies.

celticking

Technical User
Feb 15, 2001
69
US
The code seems basic enough..so why won't these images appear in Netscape?

<SCRIPT LANGUAGE=&quot;JavaScript&quot;>
function doPic(imgName) {

if (document.images) {

document.mainpic.src = imgName;

}

}
</script>

<td height=&quot;161&quot; valign=&quot;top&quot; colspan=4 align=center> <a href=&quot;javascript:eek:penLarge(document.mainpic.src);&quot;><img name=&quot;mainpic&quot; src=&quot;pics/[field:'pic1']&quot; width=132 height=161 border=0 lowsrc=&quot;itc_current/Mainpic&quot;></a>
</td>
<td width=&quot;4&quot;></td>
</tr>
<tr>
<td width=&quot;32&quot; height=&quot;42&quot; valign=&quot;top&quot;> <a href=&quot;javascript:doPic('pics/[field:'pic1']');&quot;>
<img src=&quot;pics/[field:'pic1']&quot; width=30 height=40 border=1 lowsrc=&quot;itc_current/thumb1&quot;></a></td>
<td width=&quot;32&quot; valign=&quot;top&quot;> <a href=&quot;javascript:doPic('pics/[field:'pic2']');&quot;><img src=&quot;pics/[field:'pic2']&quot; width=30 height=40 border=1 lowsrc=&quot;itc_current/thumb2&quot;></a></td>
<td width=&quot;32&quot; valign=&quot;top&quot;> <a href=&quot;javascript:doPic('pics/[field:'pic3']');&quot;><img src=&quot;pics/[field:'pic3']&quot; width=30 height=40 border=1 lowsrc=&quot;itc_current/thumb3&quot;></a></td>
<td width=&quot;32&quot;valign=&quot;top&quot;> <a href=&quot;javascript:doPic('pics/[field:'pic4']');&quot;><img src=&quot;pics/[field:'pic4']&quot; width=30 height=40 border=1 lowsrc=&quot;itc_current/thumb4&quot;></a></td>

Thanks.
 
hie
my opinion - u shuld refer 2 some image like this: document.images.imgname

regards, vic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top