Forum Moderators: open

Message Too Old, No Replies

Open up larger image with link redundancy

         

Khemikal

9:30 pm on Mar 11, 2004 (gmt 0)

10+ Year Member



Ok, I saw an interesting topic somewhere in here within the last week or two and I'll be damned if I can't find it...unless it was within a different section of WebmasterWorld.

Anyways, it was about using JS to open up a new window with a larger image but there was also some sort of html redundancy built in just in case JS was disabled. Ummm anyone remember this topic by chance and can point me to where it disappeared to?

Thanks,

Kevin

dcrombie

2:34 pm on Mar 12, 2004 (gmt 0)



Somthing like this?

<A href="large.jpg" onClick="window.open(...); return false;"><IMG src="small.jpg"></A>

;)

Khemikal

9:04 pm on Mar 12, 2004 (gmt 0)

10+ Year Member



I believe that earns you a: "You're the man now dawg!".

Thank you very much.

Khem