|
|
|

|

|
Dicas
|

|
ASP - Active Server Page (Miscelâneas)
|
|
 |
Título da Dica: MENSAGEM NA BARRA DE STATUS USANDO BD
|
 |
|
|
Postada em 30/1/2004 por Mago_Pc
Dim bd,Rs Set bd = ... Set Rs = ... bd.Open " sua string de conexão" <a href="suapagina.html" onMouseOver="window.status='<%=Rs("mensagem")%> '; return true">
|
|
|
|

|