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 wOOdy-Soft 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. PatrickGreen

    Window.Opener Not Working on the Mac

    To All: On my window_beforeunload, I fire an event which opens a new window and runs the following code to determine if the user is leaving my site: function CheckStatus() { try { var mystring = new String(window.opener.location.href); mystring = mystring.toLowerCase()...
  2. PatrickGreen

    Setting Focus...

    During my save routine using remote scripting, I pop up a new window filled with error messages (child window) and then I reload the main (parent) window, but how to I set focus back to the child window??? Is this possible. TIA, Patrick
  3. PatrickGreen

    Disable Favorites...

    To All: I was wondering if ther is a way to disable users from adding your page to their favorites? [yingyan] Patrick
  4. PatrickGreen

    Max Length Of a Javascript String..

    To All: Is there a max length of a javascript string when doing string concatenation (+). When I get to a length of 1957, the string just cuts off???? Any help would be greatly appreciate, TIA, Patrick

Part and Inventory Search

Back
Top