Saturday, September 24, 2011

i programmed an event on all html page buttons
to manage them in my program

i had a button to call the window print (javascript print)
the button id was "print"

now when this button was pressed, i was simply returning the event to window

not working, you know why? because you cannot call a button using javascript print, id="print"
i called it "print2" and everything worked... strange


No comments:

Post a Comment