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 ...
- 09-21-2008 #1Just 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)
- 09-21-2008 #2Linux 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.


Reply With Quote