|
Main Index ASP Index |
|
Add Cookie <% response.cookies("ParkandPipe").Expires = date + 365 halfpipe = request.cookies("ParkandPipe") If halfpipe = "" Then response.cookies("ParkandPipe") = 1 'Else ' response.cookies("NumVisits") = num + 1 End If %> <% Sub Cookie If halfpipe="" Then Exit Sub else Response.redirect "http://www.parkandpipe.com/home2.asp" End If End Sub Call Cookie %> |