taurz
10-30-2003, 01:53 AM
I have the following query
rs.Open "SELECT refer.ref FROM refer WHERE (refer.ID = (select max(ID) from refer))", conn
the result set returns only a single value
Now how is it possible for me to pass this value to a javascript code in the same page?
Is it possible to value to the next page?
thanks
TaurZ
rs.Open "SELECT refer.ref FROM refer WHERE (refer.ID = (select max(ID) from refer))", conn
the result set returns only a single value
Now how is it possible for me to pass this value to a javascript code in the same page?
Is it possible to value to the next page?
thanks
TaurZ