RE: [PHP] Need Help Please

2006-05-23 Thread Jay Blanchard
[snip] While tabindex is a neat thing to use it does not necessarily give focus to the first element of the form, it merely dictates the order in which form elements will be given focus when the tab key is pressed. The action may vary from browser to browser. Likely, when going to a form with tabi

RE: [PHP] Need Help Please

2006-05-22 Thread Jay Blanchard
[snip] Although someone else has suggested you use JavaScript to set the focus on a particular form field, I urge you instead to use HTML tabindex property: User Name: Password: HTML 4.01 Specification 17 Forms 17.11 Giving focus to an element 17.11.1 Tabbing navigation http://www.w3.or

Re: [PHP] Need Help Please

2006-05-21 Thread Paul Novitski
At 07:38 PM 5/21/2006, marvin hunkin wrote: now, when i open the form, it does not set focus to the first form field which is the user name. goes to the login button. why is this? Marvin, Although someone else has suggested you use JavaScript to set the focus on a particular form field, I u

Re: [PHP] Need Help Please

2006-05-21 Thread John Nichel
marvin hunkin wrote: Hi. doing an assignment, for my Certificate Four In Website Administration. The tutor list is down the hall. now got a couple of problems. will explain what i have to do. create a html form, which i have done. in textpad. now, when i open the form, it does not set focus t

Re: [PHP] Need Help Please

2006-05-21 Thread Chris
Wolf wrote: Sure we can... Go back and read your manual. Then surf Google. Then tell us where you are getting the certificate from since some of us might be wasting our time taking a class some place that teaches you so poorly. At least there were attempts at code which makes a nice change..

Re: [PHP] Need Help Please

2006-05-21 Thread Chris
marvin hunkin wrote: Hi. doing an assignment, for my Certificate Four In Website Administration. Wow someone doing an assignment has written some code :) Good stuff! $_POST['username']; $_POST['password']; if ('username'='username') & ('password'='password') This little bit of code is your

Re: [PHP] Need Help Please

2006-05-21 Thread Wolf
Sure we can... Go back and read your manual. Then surf Google. Then tell us where you are getting the certificate from since some of us might be wasting our time taking a class some place that teaches you so poorly. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Need Help: Please click on Test Link

2003-07-16 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Thu, 17 Jul 2003 at 02:02, lines prefixed by '>' were originally written by you. > I need your help. > Can you please visit a site > http://sspsoft.com/test/ip2ll.php (in case if you cannot get it, > please > click on http://ns1.webhostdns.us a

Re: [PHP] Need help. please

2001-09-18 Thread Gerard Samuel
John Holcomb wrote: > I'm sorry for those who my have responded to my last > email. I thought I had plenty of room in my email > client, but I forgot to delete my trash, so I did not > get any responses. So, I'm going to restate my initial > problem. Any help will be greatly appreciated. > > Th