Jump to content
Fórum Script Brasil
  • 0

Dúvida em paginação de fotos sem banco de dados


vixnu

Question

Tenho uma dúvida urgente nesse script que criei. Não consigo deixar o link da página atual em outra cor.

Por exemplo estar na página 2 o o 2 ficar vermelho enquanto o resto das páginas fica em preto para saber onde está navegando.

Se alguém souber me explicar agradeço.

O exemplo funcionando está publicado em http://www.vixnu.com.br/carros/?page=1.

Por favor me mandem um email. marcos@vixnu.com.br abs.

<% session("Cpage") = Cpage

CPage = CInt(Request.QueryString("page"))

CPage = Request.QueryString("page")

total = 20

item_pag = 3

total_reg = Int(total - (item_pag * ( Cpage -1 )))

num_pag = -(Int(-(total / item_pag)))

%>

<%=total%> fotos)&nbsp; página <%=cpage%>

<%

For I = 1 To num_pag %>

<a href="?page=<%= I %>"><%= I %></a>&nbsp;

<%

Next

%>

</div>

<%

xx = (total_reg - item_pag) + 1

Do While total_reg >= xx AND total_reg >= 1

%>

<img src="./img/<% = strpasta %>/<%= total_reg%>.jpg">

<%

total_reg = total_reg - 1

Loop

%>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...