quick html question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alex79
    Confirmed User
    • Jun 2002
    • 996

    #1

    quick html question

    i have this form
    Code:
    <input type="text" name="url" size="50" value="http://www.google.com">
    and i want to make the form inactive (cannot be editable by visitors, they can only see the value from the form).. anybody know how can i do that?
  • psili
    Confirmed User
    • Apr 2003
    • 5526

    #2
    disabled=true
    Your post count means nothing.

    Comment

    • Michaelious
      Confirmed User
      • Jan 2004
      • 6720

      #3
      yeah thats correct

      Comment

      Working...