Kaelan
08-22-2002, 01:58 PM
Hi everyone!
I'm currently working on an html newsletter and wanted to spice it up with a customized TicTacToe game from dynamicdrive.com. It works perfectly fine in the IE but somehow Outlook isn't able to interpret the following JS-code:
<td width="55"><a href="javascript:setbutton(11)"><img src="nothing.gif" border="0" name="rc11"></a></td>
Instead of executing javascript:setbutton(11) it opens an IE window with javascript:setbutton(11) in the locationbar...
Any idea how to bypass this?
Thanks for your help!
Kaelan
I'm currently working on an html newsletter and wanted to spice it up with a customized TicTacToe game from dynamicdrive.com. It works perfectly fine in the IE but somehow Outlook isn't able to interpret the following JS-code:
<td width="55"><a href="javascript:setbutton(11)"><img src="nothing.gif" border="0" name="rc11"></a></td>
Instead of executing javascript:setbutton(11) it opens an IE window with javascript:setbutton(11) in the locationbar...
Any idea how to bypass this?
Thanks for your help!
Kaelan