I have made a website http://www.movieguruclub.com, I have used ASP dontnet. How to do url-asp redirection. Step 1: join.asp Step 2: edu.add.asp IF coming from join asp, OPEN, else REDIRECT index.asp Step 3: other.add.asp IF coming from edu.add.asp, OPEN, else REDIRECT index.asp Step 4: exp.add.asp IF coming from other.add.asp, OPEN, else REDIRECT index.asp Step 5: att.add.asp IF coming from att.add.asp, OPEN, else REDIRECT index.asp

Recommended Answers

All 2 Replies

redirect is
<%
response.redirect "test.html"
%>

Member Avatar for fatihpiristine

at the end of the pages add a privated page ID and post it with other datas. then add if else circle...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.