Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gggadepa
  • Order by date
  1. gggadepa

    Having trouble with alert in javascript

    Hello, I am having the same trouble with alert on another form too. Basically the alert message does not work when called in a js function. I double checked the script for missing quotes or extra quotes. Again I tried but it does not work. I have tried the same script in IE. I am having the...
  2. gggadepa

    Having trouble with alert in javascript

    Hello, Thanks for your reply. I removed the alert('do you want to save'). Changed it to return validation and also included return false at the end of every field validation on the form. But still it does not work. I even tried removing the backbutton() script. No matter what these changes are ...
  3. gggadepa

    Having trouble with alert in javascript

    Hello, I tried this suggestion. But still I have trouble. I am adding my complete code here.This file is called demographic.jsp Please tell me if you find something else that is wrong here, thanks gayatri <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>...
  4. gggadepa

    Having trouble with alert in javascript

    <script language="javascript"> function validation() { var email=document.form.email.value var filter=/^.+@.+\..{2,7}$/ var valid = true; if(document.form.email.value==') { setTimeout('window.alert('Please enter your email address!')',1250)...

Part and Inventory Search

Back
Top