hii chrscote!!
e.g you are accessing your test.html page using following address
http://my_tmpserver_or_ipaddress/test.html
since it is pure html page, you need onload event on the body tag,which will
tranfer it to your Test/Test.asp page
for this parse the location.href to get the required ip_server_address.
since it will contain "http://my_tmpserver_or_ipaddress/test.html"
and retrieve "my_tmpserver_or_ipaddress" and
make a string
newloc="http://my_server_or_ipaddress/Test/test.asp"
and then set it to
locaton.href=newloc
That's all,
hope this will help you.
Cheers :)
vinod