-
Can I use a session variable to hold the page I want to navigate to?
Can I use a session variable to hold the page I want to navigate to? I've used the code below without much success, can anyone help please?
<%
dim homemenu
homemenu = session("HomePage")
response.write homemenu ' I've used this just to prove it's holding the page address
%>
<form method="get" action=homemenu>
<p align="center"><input type="submit" value="home Page" name="B1"></p>
</form>
-
-
Wrong forum. Should be in "ASP."
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks