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 SkipVought 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: alpot
  • Order by date
  1. alpot

    Unsetting the document.domain

    If I set the document.domain at the top a page. Can I unset it in a method and how do I unset it?
  2. alpot

    Indexed property on a form in request scope.

    In the above post... <form-bean name="frm" type="org.apache.struts.validator.DynaValidatorActionForm"> <form-property name="children" type="java.util.ArrayList" /> </form-bean>
  3. alpot

    Indexed property on a form in request scope.

    I have a DynaValidatorActionForm with the following property <form-bean name="frm" type="MyForm"> <form-property name="children" type="java.util.ArrayList" /> </form-bean> The JSP looks like this.. <logic:iterate name="frm" id="child" property="children"...
  4. alpot

    Trapping/identifying closing of IE using File/Close

    Is there a way to trap the following user actions 1) User clicks on the File/Close of IE 2) User presses ALT + F and then C (Closing the window)
  5. alpot

    DynaActionForm and XDoclet based validation

    How do I specify validation for a DynaActionForm using XDoclet
  6. alpot

    IE table.moveRow bug?

    I have a table with two rows. Each row contains a check box, a text box and two buttons (Up & Down). The Up and Down buttons move the table rows up and down respectively. When I click Up and Down on either rows the text in the boxes gets interchanged but the checkboxes do not maintain its...
  7. alpot

    How to capture the browser close event in NN 6.0 &amp; IE 4.0+

    function check() { if (window.closed) window.open(&quot;http://www.yahoo.com&quot;); } <body onunload=&quot;check();&quot;> Closing the browser did not open a new window with Yahoo.com? Whats going on
  8. alpot

    How to capture the browser close event in NN 6.0 &amp; IE 4.0+

    Is there a clean way to capture the browser closing event in NN 6.0 & IE 4.0+. I tried the &quot;onunload()&quot; method which also gets called when the user unloads a page and not closes the browser. There is no way to differentiate between the two events. Why dosen't Javascript have an...

Part and Inventory Search

Back
Top