If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > give path as value of action <form action..

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-04, 10:34
faamugol faamugol is offline
Registered User
 
Join Date: Mar 2004
Posts: 58
give path as value of action <form action..

Hello,

I'm working in ASP,

I would like to know if it is possible to give a path as value of the attribute "action" in a form as follow:

<form method="POST" action="C:\Inetpub\wwwroot\bsb\email\Email.asp" name="myform">

thank you in advance for any idea
Reply With Quote
  #2 (permalink)  
Old 04-16-04, 14:33
thele thele is offline
Registered User
 
Join Date: Jun 2003
Location: Ohio
Posts: 108
Post shue-betcha

Yes you can, but your IIS already maps the "C:\Inetpub\wwwroot\" part for you.

So in this case your code should be:
Quote:
<form method="POST" action="/bsb/email/Email.asp" name="myform">
~Le
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On