954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

New ASP page

Every time I try to write this page I encounter many errors, usually a blank page acan anybody help me? I am just learning, really just learning. Thanks


"Write an ASP page that has a form taking a user's name as input. Store this name in a permanent cookie that expires in 4 days, and whenever the page is opened again, default the name field to the cookie's content. You can use Visual InterDev, which is available through the MSDN agreement, as an editing tool."

Patty :sad:

PLEEDS
Newbie Poster
1 post since Nov 2004
Reputation Points: 10
Solved Threads: 0
 

Post the code you have so far been working with and we can work through and help you with it.

If you don't have any code and want somebody to write the script from scratch I accept payment through PayPal :-)

Lafinboy
Junior Poster
172 posts since Jul 2004
Reputation Points: 16
Solved Threads: 7
 



">

<% If (cStr(Request("Submit")) <> "") Then %>
<% response.Cookies("name") = Request.Form("name")
Dim dateplus4
dateplus4 = DATEADD("d",4,Now())
Response.Cookies("firstname").Expires=dateplus4%>

<% End If %>

AwSDesigns
Newbie Poster
8 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 



">

<% If (cStr(Request("Submit")) <> "") Then %>
<% response.Cookies("name") = Request.Form("name")
Dim dateplus4
dateplus4 = DATEADD("d",4,Now())
Response.Cookies("firstname").Expires=dateplus4%>

<% End If %>

populate
Newbie Poster
14 posts since Dec 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You