Ask a Question related to Dreamweaver AppDev, Design and Development.
-
TXAGGIE #1
VBScript Question
It's been a while since I have had to do this, but how can I accomplish the
following:
Dim ID
ReplaceID = Request.Form("ID")
Response.cookies("Info")("" + ReplaceID + "")("Date") = Date()
What's the appropriate syntax for this. I don't remember which combo to use
(i.e."'" "" "'''") so that it will read the previous code as:
Let's say ReplaceID = "Name1"
Response.cookies("Info")("Name1")("Date") = Date()
Any Help would be appreciated
Thanks
TXAGGIE Guest
-
Very simple regular expression question (ASP/VBScript)
I need a regular expression pattern that will match repeating "leafs" of XML individually, e.g. <link LinkName="Link1"... -
ASP VBSCRIPT
I have a form with ship to customer and bill to customer fields. Both of these are required fields. I want to put a check box in the form and if... -
VBScript
I'am running window server 2000 and MS frontpage on my computer. I created ASP page with the frontpage editor. The asp code are not running when I... -
VBScript and ASP
Can I copy code from a .ASP page into a .VBS file and execute it? I need to run code in an ASP page in a daily event on the server. Thanks! ... -
ASP.NET and vbscript
Browser security settings may be hampering your attempts. To get it to work, the setting you'll most likely need to adjust can be found on the...



Reply With Quote

