Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 04-02-2003, 08:33 AM   #1
Member (5 bit)
 
JahShuWah's Avatar
 
Join Date: Apr 2002
Location: Tampa
Posts: 30
Trouble with ASP, IIS

Hi, I just set up IIS on Microsoft 2000 Server. I am able to successfully create html pages, but I'm having some trouble with asp pages.

I can get the asp pages to show up in the browser just fine, however, it seems that i am unable to pass variables through a form. I know that the VBScript's are working, but again, I just can't seem to pass a variable.

Here's the code for the page "HelloWorld.asp":

<%@ Language = VBScript %>
<% Option Explicit %>
<%
dim x
x = Request.Form("Name")
%>


The last person to visit was: <%=x%>



Hello, what is your name?







The page loads just fine in the browser, but it seems that the
variable is not passed through the form. The resulting page in the
browser looks like this:

/////////////////////////////////////////////////////////////
The last person to visit was:

Hello, what is your name? TEXT BOX HERE SUBMIT BUTTON HERE
/////////////////////////////////////////////////////////////

Notice how there is no name listed on the first line. If I cut out
the Request part of the code, and set x equal to a hardcoded name it
works just fine and the name shows up.

Sitting here scratching my head. Not sure what the hang up is. Do I
need to enable some kind of ASP component or something? I don't
know.
JahShuWah is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:56 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2