quote:
Originally posted by redbrad0
I tried the following code and I there were errors. Do you see anything that is wrong?
<a href="default.asp" onmouseover="window.location('http://www.eznetideas.com')"><img src="appointment_recurrence.gif"></a>
Try<a href="default.asp" onmouseover="window.location = 'http://www.eznetideas.com';"><img src="appointment_recurrence.gif"></a>