JavaScript help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: JavaScript help (/showthread.php?tid=59887) JavaScript help by lordy on 05-29-2006 at 12:12 AM
I'm trying to make a function that displays a confirm box when someone clicks on the 'submit' button of a form, then if they click ok it submits the form and if they click cancel it resets it. atm i have this: code:But it doesn't display the confirm box at all can anyone help? RE: JavaScript help by matty on 05-29-2006 at 12:50 AM
[/code]function deletePost(pid) { RE: JavaScript help by lordy on 05-29-2006 at 01:20 AM
hmm. i now have: code:btw getElem() is: code:and I have: code:Clicking the button just does nothing... RE: JavaScript help by lordy on 05-29-2006 at 01:31 AM
ok nvrmind, it works fine |