RE: [PHP] Tab ordereing

2001-05-22 Thread Jon Haworth
form input name=foo tabindex=1 input name=bar tabindex=2 /form HTH Jon -Original Message- From: Tarrant Costelloe [mailto:[EMAIL PROTECTED]] Sent: 22 May 2001 16:14 To: Php (E-mail) Subject: [PHP] Tab ordereing What's the syntax for defining the tab order on a input

Re: [PHP] Tab ordereing

2001-05-22 Thread Plutarck
The order is the order they are written in the html code. I'm not aware of any way to make it otherwise... Plutarck Tarrant Costelloe [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... What's the syntax for defining the tab order on a input box? -- PHP

Re: [PHP] Tab ordereing

2001-05-22 Thread Plutarck
...and obviously I'm wrong ;) Plutarck Plutarck [EMAIL PROTECTED] wrote in message 9ee0bh$k0g$[EMAIL PROTECTED]">news:9ee0bh$k0g$[EMAIL PROTECTED]... The order is the order they are written in the html code. I'm not aware of any way to make it otherwise... Plutarck Tarrant Costelloe

Re: [PHP] Tab ordereing

2001-05-22 Thread Kurth Bemis
i believe that the attrib is taborder=3 bewarethat its not 4.0 standard tho.if i find a good resource then i'll send ti along to the list The order is the order they are written in the html code. I'm not aware of any way to make it otherwise... Plutarck Tarrant Costelloe [EMAIL