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 TouchToneTommy 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: Dvarkholm
  • Content: Threads
  • Order by date
  1. Dvarkholm

    Getting the cookie value

    This function works ie it returns the cookie value correctly. function CookieExist() dim sValue msgbox("products") sValue = Document.All.myScriptlet.GetCookieKey("products") msgbox(sValue) end function BUT, if I remove the first msgbox (obviously I don't...
  2. Dvarkholm

    Expected end of line error

    I can't believe the hassle I'm getting with vbscript. Please would someone tell me what on earth is wrong with the following code as I keep getting the error: line 53 expected end of line. <HTML> <HEAD> <LINK REL=&quot;StyleSheet&quot; HREF=&quot;index.css&quot; TYPE=&quot;text/css&quot...
  3. Dvarkholm

    dynamic html with vbscript, non?

    I must be a complete thicky. It seems to me that what you can do with javascript, you cannot do with vbscript. And that is simply dynamically modifying (updating) a browser document (or web page) or dynamically creating a browser document. Using document.write in javascript allows you to do both...
  4. Dvarkholm

    vbscript is fustrating

    Why is it so easy to write to an existing page in javascript (using document.write) but impossible to get right in vbscript? I'm trying to write to an existing page in vbscript but obviously I'm missing something pretty important. Using document.write in vbscript does write to the page but it...

Part and Inventory Search

Back
Top