Hi!
I have a voting pool and when user hits "vote" I want a pop up to appear
with results
So I put in form action (window.open(.. .....)) and the pop up appears but
the main page changes to blank.
please help
another thing:
I tried to do document.formna me.submit() in a function and it doesn't work!
but when I put the same code in href I works. I don't get it :-(
thanks, Gordan
I have a voting pool and when user hits "vote" I want a pop up to appear
with results
So I put in form action (window.open(.. .....)) and the pop up appears but
the main page changes to blank.
please help
another thing:
I tried to do document.formna me.submit() in a function and it doesn't work!
but when I put the same code in href I works. I don't get it :-(
thanks, Gordan
Comment