Results 1 to 2 of 2

Thread: making a call to another asp page

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    London, UK
    Posts
    39

    Smile

    Question 1. How do I make a call to another asp page
    from within a asp page, without using include file option.

    Question 2. How do I make a call to another asp page
    from within a asp page, without using include file option,
    also passing variables with the same call to the page requested.


    Hope this makes sense as to what I am trying to do.



  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    142
    use

    <%Response.Redirect "somePage.asp?variable1=whatever&variable2=whatever"
    %>

    This must appear at the beggining of your asp page, before anything else is written.

    Hope this helps

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width