Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~721 People Reached
Favorite Forums
Favorite Tags
Member Avatar for iau

I have create a textbox: [CODE] <script> function isNumber(field) { var re = /^[0-9]*$/; if (!re.test(field.value)) { field.value = field.value.replace(/\D/g,""); } } </script> <input type="text" id="1st" onkeyup="isNumber(this)"/ [/CODE] the script coding work fine but the problem exist while the user right click the field and paste the words.

Member Avatar for floatingDivs
0
157
Member Avatar for iau

inside my database, there is a table name january such as: id | code | 1 | 2 | 3 | 4 2 | 0000 | X | X | O | O when i access the data using PHP and parse it into an array e.g. $array1, It became: …

Member Avatar for urtrivedi
0
68
Member Avatar for iau

i got the problem of accessing variable outside iframe. [CODE] //a.php <?php $a="text"; ?> <iframe src="b.php"></iframe> //b.php <input type="text" value="<?php //i want $a to be put here ?>" /> [/CODE] Is it possible to access $a from b.php?

Member Avatar for ko ko
0
165
Member Avatar for iau

I wish it show as unfulfilled:bb,cc extra provided:dd as my conditions and provided strings will be unconstant, anyone can suggest me some ways to do it?

Member Avatar for diafol
0
233
Member Avatar for iau

I am quite new in php and I wonder is it possible to create a textbox inside a button? I wish the button consist of a textbox inside its value. Anyone can help me??

Member Avatar for jonadams51
0
98