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

images

Status
Not open for further replies.

Bell1991

Programmer
Joined
Aug 20, 2003
Messages
386
Location
US
I need help with a quick html page.. I use to be familar with it!..

I have a table and i want to put some images in it and when they click on an image - a new image appears..

I have tried:
Code:
<TD><img src=file:///C:\Inetpub\[URL unfurl="true"]wwwroot\ImageTest\ICONS\image1.gif[/URL]
		     onclick=parent.file:///C:\Inetpub\[URL unfurl="true"]wwwroot\ImageTest\ICONS\image2.gif></TD>[/URL]
 
Code:
<img src="c:\Inetpub\[URL unfurl="true"]wwwroot\ImageTest\ICONS\image1.gif"[/URL] onclick="this.src='c:\\Inetpub\\[URL unfurl="true"]wwwroot\\ImageTest\\ICONS\\image2.gif';"[/URL] />

you might want to consider preloading the image, so it downloads prior to you clicking on it.

*cLFlaVA
----------------------------
[tt]a frickin' twelve-gauge, what do you think?[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
[banghead]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top