i use php,mysql & javascript for this project.
i use textbox for phone. i use 11 digit for that. first 3 digit(017) fixed for that.when cursor focus that field auto 017 set there. don't delete or insert another digit for that 017 digit. please help me............. .
my problem:
[CODE=html]<input type="text" name="phone" id="phone" onFocus="this.v alue='017'" value="" size="20" maxlength="11" />[/CODE]
i use textbox for phone. i use 11 digit for that. first 3 digit(017) fixed for that.when cursor focus that field auto 017 set there. don't delete or insert another digit for that 017 digit. please help me............. .
my problem:
[CODE=html]<input type="text" name="phone" id="phone" onFocus="this.v alue='017'" value="" size="20" maxlength="11" />[/CODE]
Comment