PDA

View Full Version : Image Link


jmfillman
02-05-2006, 01:20 AM
How do I create an HTTP link when a user click on an image? I'm sure it's possible, I just can't seem to figure it out.

Paerez
02-05-2006, 03:09 AM
image.onRelease = function() { getURL("http://google.com"); };