S
skc
I have a website with two pages:
1. one.asp
2. two.htm
one.asp contains a DRW, where it displays data from my
access 2000 database. What I want to do is pass a
database field from my database to two.htm without using
<% asp %> scripts, as two.htm contains an email form. The
parameter will be passed into a text box field.
I can pass parameters between two .asp pages, but how to I
pass it from .asp to .htm without using <% asp %> script?
Please help!!
skc
1. one.asp
2. two.htm
one.asp contains a DRW, where it displays data from my
access 2000 database. What I want to do is pass a
database field from my database to two.htm without using
<% asp %> scripts, as two.htm contains an email form. The
parameter will be passed into a text box field.
I can pass parameters between two .asp pages, but how to I
pass it from .asp to .htm without using <% asp %> script?
Please help!!
skc