ASP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingASP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old February 25th, 2008, 03:27 PM
xreddawg909x xreddawg909x is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Nov 2005
Posts: 91 xreddawg909x User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 1 h 27 m 20 sec
Reputation Power: 3
Web programming error ?

im not quite sure where the error is in my coding, anyone mind looking over n see if they can find it cause i can't

Code:
<%@ LANGUAGE="VBSCRIPT" %>
<%
Response.Cookies("firstname")= Request.form("fname")
Response.Cookies("firstname").Expires = Now + 2

Response.Cookies("lastname")= Request.form("lname")
Response.Cookies("lastname").Expires = Now + 2

Response.Cookies("e_mail")= Request.form("email1")
Response.Cookies("e_mail").Expires = Now + 2

Response.Cookies("subj") = Request.form("subject")
Response.Cookies("subj").Expires = Now +2

Response.Cookies("mesg") = Request.form("msg")
Response.Cookies("mesg").Expires = Now +2
%>

<HTML>
<HEAD>
<TITLE>Verify Message</TITLE>
</HEAD>
<BODY BGCOLOR="#FFD700">


<p align="center">
<table border ="3" bordercolor="black">

<tr><td colspan="2"><div align="center">Is this information correct ?</div></td></tr>

<tr><td>NAME:</td>  <td> <%=Request.form("fname")%>, <%=Request.form("lname")%> </td> </tr>

<tr><td>EMAIL: </td><td>   <%=Request.form("email1")%></td></tr>

<tr><td>SUBJECT: </td> <td>  <%=Request.form("subject")%> </td></tr>

<tr><td>YOUR MESSAGE: </td> <td>   <%=Request.form("msg")%> </td></tr>

<tr> <td colspan="2"><form action="submit.asp"><p align="center"><input type="submit" value="Send" action ="submit.asp"><input type="button" value="Redo" onClick="javascript:history.back()"></p></form></td></tr>

</table>
</p>




</BODY>
</HTML>

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingASP Development > Web programming error ?


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway