Jump to content

utzel

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by utzel

  1. and with Java Servlets/JSP you can check the existence of a parameter (doesn't matter or GET or POST) with

    ...if (request.getParameter("paramname")!=null) then...

    in your case paramname is the name of the checkbox

  2. Hi there!The Site has 2 frames. In frame one there is a select tag in a form. The onload-event of the body tag selects the first entry and submits the form target second frame. works fine ... sometimes. but often I get an javascript error and it seems that the onload event is fired before the document is completly loaded. Is it possible to ensure that the document is completly loaded?Thanx and sorry for my bad english?utzel

×
×
  • Create New...