Is it possible to set the opening/pop up window's properties in the window thats opening instead of setting as part of the a href that opens it?
I have the opening window reference as part of some hotspot coding and setting the properties in here doesnt seem to work.
<area shape="poly" coords="12,24,84,11,88,19,25,36,12,24" href="gym.htm" target="new" title="Gymnasium" alt="Gymnasium" onMouseOut="MM_swapImage('tourmain_r2_c2','','Thumbs/tourmain_r2_c2.jpg',1);" onMouseOver="MM_swapImage('tourmain_r2_c2','','Thumbs/tourmain_r2_c2_f3.jpg',1);" >
I tried setting them after the target option and even calling a java code that worked for a simple text link but not in this hotspot.
Many thanks in advance
I have the opening window reference as part of some hotspot coding and setting the properties in here doesnt seem to work.
<area shape="poly" coords="12,24,84,11,88,19,25,36,12,24" href="gym.htm" target="new" title="Gymnasium" alt="Gymnasium" onMouseOut="MM_swapImage('tourmain_r2_c2','','Thumbs/tourmain_r2_c2.jpg',1);" onMouseOver="MM_swapImage('tourmain_r2_c2','','Thumbs/tourmain_r2_c2_f3.jpg',1);" >
I tried setting them after the target option and even calling a java code that worked for a simple text link but not in this hotspot.
Many thanks in advance