Just OTOH: You could use an application variable:

<a href="<%=Application("NonSecureSite")%>/jkddk.asp">Nav Option 1</a>

and a similar one for the Secure site. Alternatively, you could put a
routine at the top of the page that redirects SSL requests back to the non
SSL version (and visa versa for SSL protected parts)

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Lau Guerreiro" <[EMAIL PROTECTED]>
Subject: Getting in and out of SSL


: Can someone advise me on the best way to deal with SSL  in the following
: situation:
:
: I have a framed site. I want the login page to load in SSL (I got this
: happenning ok)
: but now what if the user decides not to log in but click a link on my
: navigation frame that loads another page over my login page ... this new
: page, and every subsequent page will be loaded in SSL - which I don't
want.
: One way around this is to actualy hard code the full path on all
navigation
: links e.g. http://www.mysite.com/jkddk.asp but I don't really want to do
: this (for the standard reasons e.g.  in case the website address changes).
:
: Is there any way around this?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to