.NET Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgramming.NET Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old February 6th, 2003, 02:41 AM
healingwell healingwell is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Posts: 6 healingwell User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Help Translating Classic ASP Script to ASP.NET

I'm having problems moving a classic ASP script to ASP.NET. Essentially it checks for a cookie and if it doesn't exist it popups a javascript newsletter signup window and then writes the cookie and sets and expiration 90 days away. Any suggestions on how to translate this from classic ASP to ASP.Net. I attempted it but kept getting errors. Also, what's the best place to put a script like this in a User Control across my pages? <br><div class="msgQuoteWrap"><div class="msgCode"><br><% If Request.Cookies("HWNewsletter") <> "True" Then %> <br><br>Javascript popup window code goes here<br><br><% <br>Response.Cookies("HWNewsletter") = "True" <br>Response.Cookies("HWNewsletter").Expires = Date + 90 <br>end if <br>%></div></div>

Reply With Quote
  #2  
Old February 6th, 2003, 05:17 AM
Andrew Andrew is offline
dotNetBB Forums Developer
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Posts: 265 Andrew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to Andrew Send a message via AIM to Andrew Send a message via Yahoo to Andrew
I would probably create a function that returns a boolean value to let you know if you should print out your javascript or not. This is from memory, so you might need to play with it a bit...<div class="msgQuoteWrap"><div class="msgCode"><br>Public Function CheckCookieExist() as Boolean<br> Dim hasCookie as Boolean = False<br> Dim cookieVal as HttpCookie<br> cookieVal = Httpcontext.Current.Request.Cookies("HWNewsletter")<br> If Not cookieVal Is Nothing Then<br> '-- cookie exists...<br> hasCookie = True<br> Else<br> '-- no cookie exists, so set and return false to show popup<br> hasCookie = False<br> Dim sCookie as New HttpCookie("HWNewsletter")<br> sCookie.Values.Add("HWNewsletter", "1")<br> sCookie.Expires = DateAdd(DateInterval.Day, 90, DateTime.Now)<br> HttpContext.Current.Response.AppendCookie(sCookie) <br> End If<br> Return hasCookie<br>End Function<br></div></div><p> </p><p><hr size="1" width="50%" align="left" />dotNetBB Forum Developer<br><b><i>Building A Better Community, One Post At A Time</i></b><br><a href="http://www.dotnetbb.com" target="_blank">www.dotnetbb.com</a></p>

Reply With Quote
  #3  
Old February 6th, 2003, 06:55 AM
healingwell healingwell is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Posts: 6 healingwell User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks, I'll give this a try!

Reply With Quote
  #4  
Old February 6th, 2003, 07:55 AM
healingwell healingwell is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Posts: 6 healingwell User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Is it possible to do output caching but also check for cookies on a page? When output caching is enabled, the cookie check script will only run when the page has expired. Am I understanding that right?

Reply With Quote
Reply

Viewing: ASP Free ForumsProgramming.NET Development > Help Translating Classic ASP Script to ASP.NET


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 5 hosted by Hostway
Stay green...Green IT