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

    KeyPress Event

    Thanx Nick. Much appreciated.
  2. stevejs

    how can i show a javascript alert while a javascript funtion is runnin

    Can you not just create a new window using "open", give it focus and then close it when the function finishes??
  3. stevejs

    KeyPress Event

    Well, using Netscape you could use the procedure within the form or any other control with access to an OnKeyPress event to prevent the key from being pressed, but it won't work at all in Internet Explorer.<br><br>I tried to check the value of the text box on the key press, but of course the...
  4. stevejs

    KeyPress Event

    Hi, I am trying to write a KeyPress event that prevents certain keys from being accepted. The code I have works within Netscape but doesn't within IE.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;function keyPress(evnt) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return...
  5. stevejs

    ShowModalDlg

    There is a good discussion on modal dialogs (along with an example) at:<br><br><A HREF="http://developer.netscape.com/viewsource/goodman_modal/goodman_modal.html" TARGET="_new">http://developer.netscape.com/viewsource/goodman_modal/goodman_modal.html</A><br><br>The page was written by Danny...
  6. stevejs

    ShowModalDlg

    I saw that Martin Davey asked the question about showing a window modally to remove the maximize and minimize buttons. <br><br>I have tried to find out about the same information but haven't had much luck. I have used the onBlur event to make the window focused and removed the resizeable option...

Part and Inventory Search

Back
Top