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 IamaSherpa 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. MasterMind3

    window.open

    sorry about my last Reply in vbscript you do not have to assign it to an object you could simply omit 'window.' leave you with open("load.htm", "Loadingdata", "height=200,width=400,status=yes,toolbar=no,menubar=no,location=no") note if you use the 'window.' you...
  2. MasterMind3

    window.open

    The second parameter is not the title but the target window (Note that this works identically to the TARGET attribute of an HREF in HTML) so you can not use spaces so Loading data is invalid it should be Loadingdata window.open("load.htm", "Loadingdata&quot...

Part and Inventory Search

Back
Top