help needed from javascript gurus

2000-08-10 Thread Samir Gharse
I have a couple of questions: 1. How to disable tabs for images? 2. How to disable the back buttton of browser? 3. How to implement a modal dialog in javascript? 4. When we put input type=image... in a form the form gets submitted when you click the image. Is there a way to call a javascript

Re: help needed from javascript gurus

2000-08-10 Thread Nathan Revo
" The function will be called before the form is submitted. If you do a return(false) from your function it will stop the submit. -Original Message- From: Samir Gharse [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 12:14 PM To: [EMAIL PROTECTED] Subject: help needed from javas

Re: help needed from javascript gurus

2000-08-10 Thread Naresh Thawani
return valid; } -Original Message- From: Nathan Revo [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 1:47 PM To: [EMAIL PROTECTED] Subject: Re: help needed from javascript gurus Comments to your questions. 1. What do you mean, "tabs for images". 2. You can