Search found 5 matches

by ktsugihara
Thu Jun 28, 2007 3:55 pm
Forum: Javascript
Topic: [SOLVED] Automatically selecting field for entry
Replies: 8
Views: 676

alright thanks alot for the help!!! [edit] Here is the solution: <html> <title>test</title> <body> <script type="text/javascript"> function formfocus() { document.getElementById('tester').focus(); } window.onload = formfocus; </script> <form name=testing> <p>Test</p> <input type=text name=...
by ktsugihara
Thu Jun 28, 2007 3:52 pm
Forum: Javascript
Topic: [SOLVED] Automatically selecting field for entry
Replies: 8
Views: 676

sweet thansk!!! ehh.. how do i format it? :-) sorry for being a pain


<script language="JavaScript">
<!--

document.FORM NAME.?? what is this variable??.focus();

//-->
</script>
by ktsugihara
Thu Jun 28, 2007 2:48 pm
Forum: Javascript
Topic: [SOLVED] Automatically selecting field for entry
Replies: 8
Views: 676

Code: Select all

<input type="text" name="e_wwid" tabindex="1">
so like that? just ad tabindex=1 to the input?

[edit]

Hmm it deosnt seem to be working... any other ideas?

[/edit]
by ktsugihara
Thu Jun 28, 2007 2:32 pm
Forum: Javascript
Topic: [SOLVED] Automatically selecting field for entry
Replies: 8
Views: 676

erm.. i use the PHP to communicate with a mysql database. but aw crap the forms are in HTML my bad ill go to am HTML forum

[edit]i dont suppose someone could help anyways?[/edit]
by ktsugihara
Thu Jun 28, 2007 2:18 pm
Forum: Javascript
Topic: [SOLVED] Automatically selecting field for entry
Replies: 8
Views: 676

[SOLVED] Automatically selecting field for entry

Hey so I have my program totally made. to understand what im asking for, i need to tell you what the program is all about... so i have a tablet pc and a scan gun. when people walk into my stock room, they have to sign in with their badge. I have it set up so they can just scan their badge nad then i...