Floodster
Technical User
- Jan 28, 2005
- 204
Hi,
I have a form which works on my pc set up as a local server, however when i upload to the 'web' i have problems.
the form code is;
<form action= "gbproc.asp" method="POST" target="main_frame">
As I don't know the full datapath on the web server I thought I could use the server.mappath but when I try & insert this into the form it won't work.
for reference the file gbproc.asp is located in a subfolder called GB.
the link to GB.html which loads gbproc.asp is in the ROOT so I am assuming that it is looking for gbproc.asp in the ROOT
I have a form which works on my pc set up as a local server, however when i upload to the 'web' i have problems.
the form code is;
<form action= "gbproc.asp" method="POST" target="main_frame">
As I don't know the full datapath on the web server I thought I could use the server.mappath but when I try & insert this into the form it won't work.
for reference the file gbproc.asp is located in a subfolder called GB.
the link to GB.html which loads gbproc.asp is in the ROOT so I am assuming that it is looking for gbproc.asp in the ROOT