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. dheeraja

    form submit behaviour in IE5.5/IE5.0 is different

    I am clueless as to why this is happeneing and how to correct it. Here is what is happening. In my jsp, lets say Page1.jsp I have alot of hidden parameters and other elements in the form. On clicking a link, I submit the form to a servlet and then change the url of the page to point to another...
  2. dheeraja

    JSPWriter output incorrect when using IE5.5/win95

    I have found out the real cause of the problem. When doing a form submit, all the hidden parameters in the form are coming out as null when I try to retrieve them in the servlet using String name = request.getParameter("paramName"); This behaviour only occurs when I use IE5.5. Does...
  3. dheeraja

    JSPWriter output incorrect when using IE5.5/win95

    I am testing my web application on IE4.0/5.0 and 5.5SP2 With IE5.5SP2, I am getting a problem. In a JSP, I use JSPWriter to put HTML output and the output is getting modified. a tag like <input type=&quot;hidden&quot; name=&quot;date&quot; value=&quot;2002/07/24&quot;> is outputted as <input...
  4. dheeraja

    test questions for oracle OCP test

    Hi, I plan to give the Oracle OCP test in another 4-5 weeks. Can anyone tell me if there are any good sites on the Web where I can take practise tests or see some practise questions? Thanks.
  5. dheeraja

    how to clear documnet.writeln before writing

    Yep, that works just fine! Could you also tell me how to make this popup a modal window. i.e. if the user tries to click elsewhere on the parent window, he/she is automatically brought back to this window. I was thinking of the onBlur event handler but that is just for some form elements. Thanks...
  6. dheeraja

    Form.submit() okay IE5.5 but not IE5.0

    I have been submitting forms like this in IE 5.0 using servicepack2. I dont know if it is the SP2 whcih is making the difference. Try calling document.<formname>.submit(). Hope it works out.
  7. dheeraja

    how to clear documnet.writeln before writing

    I am calling a javascript function on button click in parent window wherein i am opening a popup window and writing html to it. the popup is created and displaying information correctly. the problem is that if the button in paraent window is clicked again, the information is appended to existing...
  8. dheeraja

    Increasing size of confirm window

    Hello all. I am calling javascript confirm() function with a very large String with newlines(\n) in it. As a result, the confirm window is so large that users are unable to see the OK and Cancel buttons in the bottom. Is there anyway to specify the location or increase the width of the confirm...

Part and Inventory Search

Back
Top