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 > <form method="post"> not working

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-16-05, 04:47
plsh plsh is offline
Registered User
 
Join Date: Nov 2004
Posts: 253
<form method="post"> not working

Good day,

I have a web page that has been working fine and works great on the development box. Recently the windows updates were applied and now the pages wont post the data any more. For some reason, now when I use the request.form("name") it returns nothing.

Can someone shed some light on this as it is most peculiar. I checked the IIS settings of both boxes and they seem to be the same.

This error only happens when the page is navigated to from a link on another page. If you type the URL in manually and do the submit it works fine.

Please help.
Thanks
Reply With Quote
  #2 (permalink)  
Old 11-16-05, 23:43
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
It would probably be a good idea to either post your code, or provide a url?
__________________
Tim
Reply With Quote
  #3 (permalink)  
Old 11-17-05, 02:05
plsh plsh is offline
Registered User
 
Join Date: Nov 2004
Posts: 253
What code. It is a straight forward form with a submit button and a textbox, when the form is submitted it then goes to another page and displays the value of the textbox from the previous page.

I have over 100 pages doing this that work, just the one site / application doesn't work.

It works if you manually type in the URL but if you go to it via a hyperlink or redirect it doesn't work.
Reply With Quote
  #4 (permalink)  
Old 11-18-05, 10:34
fredservillon fredservillon is offline
Registered User
 
Join Date: Oct 2005
Posts: 178
Try writing your code before <HTML> tag as

<Script Language="VBScript">
<%
Name = Request("name")

%>
</script>

<HTML>
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