Re: [PHP] Tab index

2003-10-22 Thread Ray Hunter
On Wed, 2003-10-22 at 11:07, John Nichel wrote: > Hardik Doshi wrote: > > I am using the HTML. Javascript is not standard of W3C > > organization and that's why i don't want to use it. > > > > Is there any other solution for setting up the > > tabindex on the Drop down menu? > > > > Thanks > > >

Re: [PHP] Tab index

2003-10-22 Thread John Nichel
Hardik Doshi wrote: I am using the HTML. Javascript is not standard of W3C organization and that's why i don't want to use it. Is there any other solution for setting up the tabindex on the Drop down menu? Thanks Hardik Wrong list. Better results if you ask this question on a HTML/DHTML/JavaScri

Re: [PHP] Tab index

2003-10-22 Thread Hardik Doshi
I am using the HTML. Javascript is not standard of W3C organization and that's why i don't want to use it. Is there any other solution for setting up the tabindex on the Drop down menu? Thanks Hardik --- Payne <[EMAIL PROTECTED]> wrote: > Hardik Doshi wrote: > > Is it DHTML or Javascript? Beca

Re: [PHP] Tab index

2003-10-22 Thread Payne
Hardik Doshi wrote: Is it DHTML or Javascript? Becaucse DHTML doesn't work the same way on Browser. You will need to do a search on google DHTML and Netscape and Safari, you make want to use Javascript because then any browser can read it. Payne Hi Group, Currently i have setup the tabindex

[PHP] Tab index

2003-10-22 Thread Hardik Doshi
Hi Group, Currently i have setup the tabindex on the drop down menu but it doesn't work on mozilla and safari browser. It is only working with the IE. Tab index on the text box and textarea fields are working perfectly on cross browser. Does any one has a clue why the tabindex on the drop down men

Re: [PHP] Tab Index Functionality

2001-03-30 Thread Data Driven Design
http://www.rossidesigns.net - Original Message - From: Wayne Joyner <[EMAIL PROTECTED]> To: Php-General@Lists. Php. Net <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 12:02 PM Subject: [PHP] Tab Index Functionality > I am interested in finding out how to use TAB INDEX. I have

[PHP] Tab Index Functionality

2001-03-30 Thread Wayne Joyner
I am interested in finding out how to use TAB INDEX. I have a form that I would like to order the sequence of field selection. The form consist of HTML with embedded PHP commands that retrieve data from a database to auto populate (or provide) drop down list boxes for the form. Is the