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.

0 Endorsements

6 Posted Topics

Member Avatar for j4mes_bond25

see if there is initial vlue column,if there is set it to appropriate vlaue,else insert adummy record with a 5 digit account no.and next time onwards it will get incremented!

Member Avatar for LEwen
0
167
Member Avatar for abhinaynagpal

[code] <html> <head> <title>frame and button</title> <script language="VBscript"> function sho(form) { //document.writeln("click click boom!"); //alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form > <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form);"> <input name="reset1" type="reset" value="clear"> </form> </body> </html> [/code]

Member Avatar for tgreer
0
77
Member Avatar for abhinaynagpal

<html> <head> <title>frame and button</title> <script language="Javascript"> function sho(form) { document.writeln("click click boom!"); alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form name="cosine"> <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form)"> <input name="reset1" type="reset" value="clear"> </form> </body> </html>

Member Avatar for plazmo
0
174
Member Avatar for Mike-n-Maya

hey man i got myself into the same crap about 4 days ago!if ur registriesare not curropted do one thing download avast antivirus its free! and [B]PLEASE TAKE BACKUP OF UR SOFWARES IN CASE IT CRASHES IF PROBLEM PERSISTS LIKE IT DID IN MY CASE PLEASE REINSTALL WINDOWS!

Member Avatar for abhinaynagpal
0
340
Member Avatar for BastardAle

use visual basic for this you put the first list contents using the list control using mouse_click event add list.item to list2.additem

Member Avatar for abhinaynagpal
0
133
Member Avatar for abhinaynagpal
0
76

The End.