simonchristieis
Programmer
I am using the server.execute to build an admin system.
The problem I am having is that I cant access the vars. in the parent page, nor can I pass the vars to the executed page as a url parameter.
any ideas anyone?
Case "A"
Server.Execute "add.asp?sLetter="& sLetter
Case "B"
tURL = "add.asp?sLetter="& sLetter
Server.Execute tURL
both return errors
thanks in advance
simon