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
Member Avatar for j4mes_bond25

Friend of mine is working on making a Bank Database in Microsoft Access. After trying different validation format, we failed to get exactly what we wanted. We did the setting for "Account Number" as "AutoNumber" & set the format in the way, that every time the new record gets created, …

Member Avatar for LEwen
0
148
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
71
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
147
Member Avatar for Mike-n-Maya

Plz help, Some symptoms....1.) internet connection is slower now (connection speeds same as before (broadband)), 2.) AVG antivirus software occasionally pops-up w/ "AVG Resident shield VIRUS DETECTED while opening C:\Windows\system2:fsaa.dll Trojan horse Downloader.Generic.AEL (I cannot find this file) 3.)When I run Spyware Doctor always shows a Trojan.Spambot when I select …

Member Avatar for abhinaynagpal
0
306
Member Avatar for BastardAle

double click on a value from a long list of frequently used values (call this column 1). When I double click from this list in column 1 it automatically adds it to a second column (column 2) and puts the selection first in list. When I select another value from …

Member Avatar for abhinaynagpal
0
118
Member Avatar for abhinaynagpal
0
48