Hi....
I have a little javascript popup box that people click on to open up an
information panel.
I made some little blinking star anims on the page that stop blinking after
the popup has been activated - and stay "off" even after the popup is
closed.
any fix for this?
Here's the popup code:
function openit() {
newWindow = window.open('po pups/newsflash.htm', 'newWindow',
'resizable,widt h=550,height=55 0,scrollbars=ye s,resizable=yes ,left=100,top=1 0
0');
Here's the anchor code:
<a href="javascrip t:openit();"><f ont color="#FFFF99" ><strong>NEWS
FLASH!!</strong></font></a></div>
thanks for any suggestions..
Eugene
I have a little javascript popup box that people click on to open up an
information panel.
I made some little blinking star anims on the page that stop blinking after
the popup has been activated - and stay "off" even after the popup is
closed.
any fix for this?
Here's the popup code:
function openit() {
newWindow = window.open('po pups/newsflash.htm', 'newWindow',
'resizable,widt h=550,height=55 0,scrollbars=ye s,resizable=yes ,left=100,top=1 0
0');
Here's the anchor code:
<a href="javascrip t:openit();"><f ont color="#FFFF99" ><strong>NEWS
FLASH!!</strong></font></a></div>
thanks for any suggestions..
Eugene
Comment