Highlighting hyperlink value in text box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mallz
    New Member
    • Mar 2007
    • 52

    #1

    Highlighting hyperlink value in text box

    hi,
    in my table one of the coloumn field has a hyperlink that takes me to another page. but, i needed to restrict the size of the column and so i put in into a text box.
    But, a new user would be unable to detect that this field is a hyperlink to another page, because, the underlined part indicating that it is a hyperlink is no longer visible.
    Is there any way i can color the text atleast so that it looks like a hyperlink?

    This is my code:
    <td ><a href="listmom.j sp?"><input type=text color="#3366CC" size=45
    readonly value=<%=meetin gname%>></a></td>
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by mallz
    hi,
    in my table one of the coloumn field has a hyperlink that takes me to another page. but, i needed to restrict the size of the column and so i put in into a text box.
    But, a new user would be unable to detect that this field is a hyperlink to another page, because, the underlined part indicating that it is a hyperlink is no longer visible.
    Is there any way i can color the text atleast so that it looks like a hyperlink?

    This is my code:
    <td ><a href="listmom.j sp?"><input type=text color="#3366CC" size=45
    readonly value=<%=meetin gname%>></a></td>
    Moved to Javascript forum.

    Comment

    • mallz
      New Member
      • Mar 2007
      • 52

      #3
      Originally posted by r035198x
      Moved to Javascript forum.
      hi, but, isnt this in the javascript forum itself? could you tell me as to where i can find the answer?

      Comment

      Working...