My simple popup menu contain a textbox which can only allow numbers by running validateNumers javascript function.
Here, if onKeypress is triggered, This javascript function is running twice and return the value inside the textbox twice in Safari Browser. It perfectly works in Other browsers. For an Example, If I typed 2, Then It leaves the vale 22 inside the textbox in Safari browser 5.1.7.
I did not come across this problem in normal window. It is only occured in popup window
Here, if onKeypress is triggered, This javascript function is running twice and return the value inside the textbox twice in Safari Browser. It perfectly works in Other browsers. For an Example, If I typed 2, Then It leaves the vale 22 inside the textbox in Safari browser 5.1.7.
I did not come across this problem in normal window. It is only occured in popup window
Comment