Jump to content
Fórum Script Brasil
  • 0

Alguem Sabe..;


Deividy

Question

:( Eu tenho uma tabela que mostra os resultados de um consulta na ultima coluna eu tenho que fazer um link só que eu teria que levar a variavel que esta dentro dela como fazer.

" ponto "

<table width="500" border="1">

  <tr>

    <td width="139" rowspan="5">foto do grupo</td>

    <form>

      <td width="253">Nome do Grupo:<font color="#003399"><%= rsUsers.Fields("grupo").Value %></font></td>

      <td width="68"><input type="submit" name="Submit" value="Alterar" title="Alterar o Nome do Grupo"></td>

    </form>

  </tr>

  <tr>

    <form>

      <td>Integrantes<font color="#000099">:<%= rsUsers.Fields("Usuario").Value %></font></td>

      <td><input type="submit" name="Submit2" value="Cadastro" title="Cadastro dos Integrantes do Grupo"></td>

    </form>

  </tr>

  <tr>

    <td colspan="2">Estado<font color="#000099">:<%= rsUsers.Fields("estado").Value %></font></td>

  </tr>

  <tr>

    <td colspan="2">Cidade<font color="#000099">:<%= rsUsers.Fields("cidade").Value %></font></td>

  </tr>

  <tr>

    <td colspan="2">Ponto<font color="#000099"><a href="grafponto.asp">:<%= rsUsers.Fields("ponto").Value %></a></font></td>

  </tr>

</table>

Link to comment
Share on other sites

4 answers 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...