Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7622887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:34:04+00:00 2026-05-31T04:34:04+00:00

I have an .asp page (index.asp) with a previous and next button in the

  • 0

I have an .asp page (index.asp) with a previous and next button in the footer.

<a class="btn" href="#" target="iframe"> <i class="icon-chevron-left"></i> Back </a><a class="btn" href="#" target="iframe"> Next <i class="icon-chevron-right"></i></a>

In between the header and the footer is an iframe with an id of “iframe”.

I have 35 pages that need to be displayed in sequence within the iframe starting with 01.asp

I need to be able to keep count of which page is currently being displayed, with the next button going to the next page in the sequence, but ending at the page 35.asp. The previous button cannot go back previous to 01.asp.

I tried something like this in the 01.asp file:

<% curPg=1%> 
<% nxtPg = curPg + 1%>
<% prvPg = curPg - 1%>
<% prvPgURL = prvPg&".asp" %>
<% nxtPgURL = nxtPg&".asp" %>

and then added this to the button tag: <% nxtPgURL %>

<a class="btn" href="<% nxtPgURL %>" target="iframe"> Next <i class="icon-chevron-right"></i> </a>

The variables are declared in the the index.asp file

My asp is very weak, and I need help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T04:34:05+00:00Added an answer on May 31, 2026 at 4:34 am

    <%%> is simply a code block (meaning code that runs in the server side).

    If you want to output something, you need to use <% Response.Write("some output here")%>, or the equivalent shortcut – <%="some output here"%>.

    In your last example, this would look like:

    <a class="btn" href="<%= nxtPgURL %>" target="iframe"> Next <i class="icon-chevron-right"></i> </a>
    

    Note the = just after the opening <%.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have ASP.NET page with an iframe on it for displaying some pdf reports
So I have a simple voting feature on my asp.net mvc page. My index
I have an ASP .NET Website where i have an index.aspx page and 3
ASP.NET MVC I have one page Index.aspx where I'm loading two usercontrols into divs.
I have a problem with ASP.NET. I have button on ex. index.aspx which redirect
I have dropped a wizard control on the index page of an asp.net mvc
I have asp label in my asp page and its text is some my
I have ASP.NET page, it calls webservice via $.ajax and returns result in json
I have an asp page in which the are number of listboxes.I want to
I have an asp page that loads a response user=exists everytime I try to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.