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: *

  1. noorul

    Submitting Multiple forms

    Hi, I think you can do this by putting a test flag there. During the start of the updation in Java Beans set the value as "false" and at the end of it you set the value as "true". Now put the document.form.submit() in if block and check for the flag to be true. If it is...
  2. noorul

    how to give the path?

    Hi, I don't know exactly which server are you using. But i think you should put the file in the server directory in the remote server computer. For ex if you are using a Java Web Server then you should put this file in the folder public_html inside the JavaWebServer directory. Or, say if you...
  3. noorul

    Invalid Syntax error in Javascript ???

    Hi, I am trying to submit one JSP into the other and while doing this i am getting "Error:Invalid Syntax" error in IE 5.5 and 6.0. But in earlier versions of IE i am not at all getting any error but the JSP is submitted into the other JSP with all null values of the passed...
  4. noorul

    What does the error "object Error" means??

    I am trying to submit a JSP in to another but just at the statement document.frm.submit() i get an error message "object Error". The browser in this case was IE 6.0. I have checked this in Netscape and it's working perfectly fine there. In IE 5 and below the i do not get any error...

Part and Inventory Search

Back
Top