[tt]
Morning all, I have this page that can only be accessed if you're are a registered member, if you're not, I'm redirecting to another page. What I'd liked to do is display the pop up below once the redirect is completed reminding the user to register.
Code
<%
if request.cookies("today"
("login"
= "" Then
MY POP-UP WINDOW CODE BELOW, but MM_OpenBrWindow gives me an error.
'What would be the correct syntax?
response.redirect "login.asp"
%>
MM_openBrWindow = "mustlogin.asp','new','scrollbars=yes,resizable=yes,width=300,height=300')"
"The most important ingredient in the formula of success is knowing how to get along with people"
Got ASP Error(s)? =
Morning all, I have this page that can only be accessed if you're are a registered member, if you're not, I'm redirecting to another page. What I'd liked to do is display the pop up below once the redirect is completed reminding the user to register.
Code
<%
if request.cookies("today"
MY POP-UP WINDOW CODE BELOW, but MM_OpenBrWindow gives me an error.
'What would be the correct syntax?
response.redirect "login.asp"
%>
MM_openBrWindow = "mustlogin.asp','new','scrollbars=yes,resizable=yes,width=300,height=300')"
"The most important ingredient in the formula of success is knowing how to get along with people"
Got ASP Error(s)? =