CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Tab stop

Print topic Send  topic

Author Message
beginner
Posted: 01/15/2002, 1:21 PM

how to set a tab stop..... please bare with me I'm a beginner....Thanks!
Henry Miller
Posted: 01/16/2002, 4:41 AM

What do you mean by ""tab stop" ?
beginner
Posted: 01/16/2002, 7:55 AM

I mean when you open the web page, how do you set the cursor in position to the first text box?
vangie
Posted: 01/16/2002, 2:51 PM

that's one thing i noticed on examples, even on registration examples... you have to click on the textbox to position your cursor. another thing, how to make a clear box. Thank you much!
Tony Tomov
Posted: 01/17/2002, 1:35 AM

One possible solution is to write a java script and after generating a html
manually to edit the html.
My solution
On the header of the page write the following code:

<script language="JavaScript">
function focusform()
{
document.forms[0].field1.focus();
}
</script>

where the filed1 is the desired field tobe parked.
Then after generation of the html edit the file ,find the tag body and replace
with expression

<body OnLoad="focusform()">


This way after the page is open the cursor will be on field1.

Regards
Tony Tomov

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.