Hi
Can anyone send javascript code to validate the
network mac address(eg. 02:41:6d:22:12: f1)
It accepts value from 00:00:00:00:00: 00 to
ff:ff:ff:ff:ff: ff.
On keypress event of textbox , i need to allow characters
0 to 9 , a to f , and : (colon).
On Clicking save button , script function should check the
format for valid mac address.
Text box length should be 17.
Pls post your replies.
Thanks in advance
somaskarthic
Can anyone send javascript code to validate the
network mac address(eg. 02:41:6d:22:12: f1)
It accepts value from 00:00:00:00:00: 00 to
ff:ff:ff:ff:ff: ff.
On keypress event of textbox , i need to allow characters
0 to 9 , a to f , and : (colon).
On Clicking save button , script function should check the
format for valid mac address.
Text box length should be 17.
Pls post your replies.
Thanks in advance
somaskarthic
Comment