Retrieving values from a url to load a page

asp Mauritius
  • 14 years ago
        I have an Index.asp page having links containing values which when clicked opens the page in the same Index.asp in a table thus all the links in the website will open in the table only. how to do that?

    the link:
    <td><p class="menu01"><a href="index.asp?id=1"><img src="images/b_go.gif" width="19" height="25" alt="" border="0" align="absmiddle">&nbsp;&nbsp;Student's Corner </a></p></td>

    retrieving the values:
          <!--#include file ="home.html"-->
        <%
        dim values
        values=Request.QueryString("id")
        if (values="1") then %>
        <!--#include file ="welcome.inc"-->
        <%End IF
        %>














Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Computer Science is no more about computers than astronomy is about telescopes.” - E. W. Dijkstra