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 Chris Miller 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: emmah
  • Order by date
  1. emmah

    list to array in Jscript

    tcha! re-read the basics of arrays and found this... Array(list) "list" is a comma-delimited list of values to add to the array. so all i need to do is... price = Array(pri); and it works :-) thanks for all your help! Emma
  2. emmah

    list to array in Jscript

    i tried that before but i think i've got something wrong, i get Microsoft JScript runtime error '800a01b6' Object doesn't support this property or method
  3. emmah

    list to array in Jscript

    Hi, I'm sure this is a really easy question but it's driving me crazy at the moment. how do you transform a comma-separated list into an array in Jscript? what i want is for price = Split(pri,","); to work but it doesn't seem to, i get the error: Microsoft JScript runtime error...
  4. emmah

    MSWC.BrowserType not recognizing IE 5.5

    I'm pretty new to asp so please point out if i'm doing something really stupid... ok so i use the code below with IE 5.50 and it returns "Netscape 4" var broObj = Server.CreateObject("MSWC.BrowserType"); var BrowserName = ''+ broObj.browser(); var BrowserMajorVer = ''+...

Part and Inventory Search

Back
Top