Find the answer to your Linux question:
Results 1 to 2 of 2
i programing with php+javascript and i create textbox for input mac address data <input type=text name=mac_address> and how to use javascript for check valid mac address on textbox thank for ...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Posts
    84

    javascript for check valid mac address format

    i programing with php+javascript
    and i create textbox for input mac address data

    <input type=text name=mac_address>

    and how to use javascript for check valid mac address on textbox



    thank for suggestion
    (and check ip address)

  2. #2
    Linux Enthusiast
    Join Date
    Apr 2004
    Location
    UK
    Posts
    658
    You'd be able to do them both with an onsubmit event on the form and using regular expressions to check the Mac and IP.

    Check this guide to javascript regular expressions for more information.

    Let us know how you get on,

    Chris...
    To be good, you must first be bad. "Newbie" is a rank, not a slight.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...