Jump to content


Baladas Mundi's Content

There have been 3 items by Baladas Mundi (Search limited from 20/04/2023)


Ordernar por                Order  

#979889 Logomarca...

Posted by Baladas Mundi on 13/09/2009, 19:37 in Vagas

Bruno, estou querendo muito a logomarca, tipo um mascote ou um nome futurista sei lá, o nome do site será baladasmundi.com, um exemplo seria do site www.pida.com.br

Aguardo resposta...



#979886 [Resolvido] PaginaçãO Asp

Posted by Baladas Mundi on 13/09/2009, 18:22 in ASP

<%

Set rs = Server.CreateObject("ADODB.Recordset")
Const numpag=8 'quantidade por pagina
Conn.CursorLocation=3 'AdUseClient

intCurrPage=cint(Request.QueryString("CurrPage"))

if intCurrPage=0 then intCurrPage=1

'AQUI SEU SELECT ***************************************

IF rs.EOF then 
   Response.Write "<div align=""center"" class=""TextoNegritoCinzaEscuro"">NENHUMA COBERTURA CADASTRADA</span></div>"
	 else
	 	rs.PageSize=numpag
		rs.AbsolutePage=intCurrPage
end if 

a=0 
i=0
while a < numpag and not rs.EOF
a=a+1
i=i+1

' CONTEUDO ***********************************************************


Rs.MoveNext()
Wend
%>
<div style="float:left;" class="TextoPreto2"><b>Páginas:</b>
<%
for a = 1 to rs.PageCount
if a <> intCurrPage then 
Response.Write "<a class=""LinkVermelhoNegrito"" href='"&pagina&"?Currpage=" & a & "'>" & a & "</a>&nbsp;"
else
Response.Write "<span class=""TextoPreto2""><b>[&nbsp;"& a & "&nbsp;]&nbsp;</b></span>"
end if
next
%>
</div>

Use esse código, é o que vc está necessitando...



#979739 Logomarca...

Posted by Baladas Mundi on 11/09/2009, 20:08 in Vagas

Bom estou precisando de uma logomarca para um site de baladas com o nome baladasmundi.com, poderiam me apresentar algumas idéias, pagarei pelo trabalho...

Abraços




IPB Skin By Virteq