PDA

View Full Version : Javascript 'submit' a predefined form?


vkidv
09-06-2002, 08:42 PM
can javascript sumbit a already ready form in a page?
like on a certain fucntion -ect
on right click, certain button ( a,b,c,d and keyboard buttons)

please help.

regards
sam



edit : oops wrong place , please move ...sorry...:rolleyes:

martin_narg
09-07-2002, 12:02 AM
document.myFormName.submit() ?

Hope this helps.

m_n