hwd007
-
Total Posts
:
7
- Scores: 0
-
Reward points
:
0
- Joined: 3/5/2006
-
Status: offline
|
Share Data between ASP and VBScript code in a .ASP program
Tuesday, July 15, 2008 1:46 PM
( permalink)
Share Data between ASP and VBScript code in a .ASP program I'm stuck on this problem where I have an ASP file that has html, vbscript and ASP sections. The problem is that I cant work out how to share the variables data between different sections. Particularly between the VBScript and ASP sections. Any Ideas ? Program Flow 1. Initially I start with some html 2. I then run some VBscript 3. The VBscript then calls the ASP section
|
|
|
|
webber123456
-
Total Posts
:
58
- Scores: 0
-
Reward points
:
0
- Joined: 9/20/2007
-
Status: offline
|
RE: Share Data between ASP and VBScript code in a .ASP program
Thursday, July 17, 2008 7:14 AM
( permalink)
|
|
|
|
hwd007
-
Total Posts
:
7
- Scores: 0
-
Reward points
:
0
- Joined: 3/5/2006
-
Status: offline
|
RE: Share Data between ASP and VBScript code in a .ASP program
Thursday, July 17, 2008 9:08 PM
( permalink)
Thanks mate, I will take a closer look at Ajax.
|
|
|
|
hwd007
-
Total Posts
:
7
- Scores: 0
-
Reward points
:
0
- Joined: 3/5/2006
-
Status: offline
|
RE: Share Data between ASP and VBScript code in a .ASP program
Sunday, July 20, 2008 1:59 PM
( permalink)
I ended up using Cookies instead, which I got working using ASP VBscript to write a client Cookie and then Client Side VBScript to open the Cookie and process the data. It works OK. The Ajax system looks interesting though for open platform stuff so I will check it out further.
|
|
|
|