| |
TNO
Posts: 1400
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
While working on my new XML component, I cam across a small puzzle. How could I make my script tell wether its on a webserver or a client so i can appropriately call Server.MapPath() method or call a normal save() method? My initial thought is to just try and call Server.MapPath to see if it throws an error or something....
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|