PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Form Tab order
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Form Tab order
![]() |
Form Tab order |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have created a form with a table inside to layout my fields. I have set
the tab order but the form does not follow the settings. This is an asp page. Is this because of the table inside the form, if so is there a workaround or is there a better way to layout a form? Thanks Dave |
|
|
|
#2 |
|
Guest
Posts: n/a
|
URL to the form?
-- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) ============================================== If you feel your current issue is a results of installing a Service Pack or security update, please contact Microsoft Product Support Services: http://support.microsoft.com If the problem can be shown to have been caused by a security update, then there is usually no charge for the call. ============================================== "Dave" <davekstl@charter.net> wrote in message news:eR1d8XLAGHA.3436@TK2MSFTNGP10.phx.gbl... >I have created a form with a table inside to layout my fields. I have set the tab order but the >form does not follow the settings. This is an asp page. > > Is this because of the table inside the form, if so is there a workaround or is there a better way > to layout a form? > > Thanks > > Dave > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
It is on a secure server on the intranet.
"Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:ex4yhaLAGHA.356@TK2MSFTNGP12.phx.gbl... > URL to the form? > > -- > ============================================== > Thomas A. Rowe (Microsoft MVP - FrontPage) > ============================================== > If you feel your current issue is a results of installing > a Service Pack or security update, please contact > Microsoft Product Support Services: > http://support.microsoft.com > If the problem can be shown to have been caused by a > security update, then there is usually no charge for the call. > ============================================== > > "Dave" <davekstl@charter.net> wrote in message > news:eR1d8XLAGHA.3436@TK2MSFTNGP10.phx.gbl... >>I have created a form with a table inside to layout my fields. I have set >>the tab order but the form does not follow the settings. This is an asp >>page. >> >> Is this because of the table inside the form, if so is there a workaround >> or is there a better way to layout a form? >> >> Thanks >> >> Dave >> > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Ok, then can you paste the Code view into a post here?
-- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) ============================================== If you feel your current issue is a results of installing a Service Pack or security update, please contact Microsoft Product Support Services: http://support.microsoft.com If the problem can be shown to have been caused by a security update, then there is usually no charge for the call. ============================================== "Dave" <davekstl@charter.net> wrote in message news:%23NWrOcLAGHA.3296@TK2MSFTNGP12.phx.gbl... > It is on a secure server on the intranet. > > > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:ex4yhaLAGHA.356@TK2MSFTNGP12.phx.gbl... >> URL to the form? >> >> -- >> ============================================== >> Thomas A. Rowe (Microsoft MVP - FrontPage) >> ============================================== >> If you feel your current issue is a results of installing >> a Service Pack or security update, please contact >> Microsoft Product Support Services: >> http://support.microsoft.com >> If the problem can be shown to have been caused by a >> security update, then there is usually no charge for the call. >> ============================================== >> >> "Dave" <davekstl@charter.net> wrote in message news:eR1d8XLAGHA.3436@TK2MSFTNGP10.phx.gbl... >>>I have created a form with a table inside to layout my fields. I have set the tab order but the >>>form does not follow the settings. This is an asp page. >>> >>> Is this because of the table inside the form, if so is there a workaround or is there a better >>> way to layout a form? >>> >>> Thanks >>> >>> Dave >>> >> >> > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Thanks for the responses. The page is 500 lines. I can send a single
entry. I created a form and inside the form a created a table 6 columns wide and in there all over the page I have test fields. Is this a bad thing? <input type="radio" name="Track" value="Yes" tabindex="17"> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:OVRDpiLAGHA.740@TK2MSFTNGP12.phx.gbl... > Ok, then can you paste the Code view into a post here? > > -- > ============================================== > Thomas A. Rowe (Microsoft MVP - FrontPage) > ============================================== > If you feel your current issue is a results of installing > a Service Pack or security update, please contact > Microsoft Product Support Services: > http://support.microsoft.com > If the problem can be shown to have been caused by a > security update, then there is usually no charge for the call. > ============================================== > > "Dave" <davekstl@charter.net> wrote in message > news:%23NWrOcLAGHA.3296@TK2MSFTNGP12.phx.gbl... >> It is on a secure server on the intranet. >> >> >> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message >> news:ex4yhaLAGHA.356@TK2MSFTNGP12.phx.gbl... >>> URL to the form? >>> >>> -- >>> ============================================== >>> Thomas A. Rowe (Microsoft MVP - FrontPage) >>> ============================================== >>> If you feel your current issue is a results of installing >>> a Service Pack or security update, please contact >>> Microsoft Product Support Services: >>> http://support.microsoft.com >>> If the problem can be shown to have been caused by a >>> security update, then there is usually no charge for the call. >>> ============================================== >>> >>> "Dave" <davekstl@charter.net> wrote in message >>> news:eR1d8XLAGHA.3436@TK2MSFTNGP10.phx.gbl... >>>>I have created a form with a table inside to layout my fields. I have >>>>set the tab order but the form does not follow the settings. This is an >>>>asp page. >>>> >>>> Is this because of the table inside the form, if so is there a >>>> workaround or is there a better way to layout a form? >>>> >>>> Thanks >>>> >>>> Dave >>>> >>> >>> >> >> > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Shouldn't be a problem unless you have duplicate tabindex numbers, and all of the form fields are
within the table which is surrounded by a single pair of form tags. -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) ============================================== If you feel your current issue is a results of installing a Service Pack or security update, please contact Microsoft Product Support Services: http://support.microsoft.com If the problem can be shown to have been caused by a security update, then there is usually no charge for the call. ============================================== "Dave" <davekstl@charter.net> wrote in message news:uduxrdMAGHA.3984@TK2MSFTNGP14.phx.gbl... > Thanks for the responses. The page is 500 lines. I can send a single entry. > > I created a form and inside the form a created a table 6 columns wide and in there all over the > page I have test fields. Is this a bad thing? > > <input type="radio" name="Track" value="Yes" tabindex="17"> > > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:OVRDpiLAGHA.740@TK2MSFTNGP12.phx.gbl... >> Ok, then can you paste the Code view into a post here? >> >> -- >> ============================================== >> Thomas A. Rowe (Microsoft MVP - FrontPage) >> ============================================== >> If you feel your current issue is a results of installing >> a Service Pack or security update, please contact >> Microsoft Product Support Services: >> http://support.microsoft.com >> If the problem can be shown to have been caused by a >> security update, then there is usually no charge for the call. >> ============================================== >> >> "Dave" <davekstl@charter.net> wrote in message news:%23NWrOcLAGHA.3296@TK2MSFTNGP12.phx.gbl... >>> It is on a secure server on the intranet. >>> >>> >>> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:ex4yhaLAGHA.356@TK2MSFTNGP12.phx.gbl... >>>> URL to the form? >>>> >>>> -- >>>> ============================================== >>>> Thomas A. Rowe (Microsoft MVP - FrontPage) >>>> ============================================== >>>> If you feel your current issue is a results of installing >>>> a Service Pack or security update, please contact >>>> Microsoft Product Support Services: >>>> http://support.microsoft.com >>>> If the problem can be shown to have been caused by a >>>> security update, then there is usually no charge for the call. >>>> ============================================== >>>> >>>> "Dave" <davekstl@charter.net> wrote in message news:eR1d8XLAGHA.3436@TK2MSFTNGP10.phx.gbl... >>>>>I have created a form with a table inside to layout my fields. I have set the tab order but >>>>>the form does not follow the settings. This is an asp page. >>>>> >>>>> Is this because of the table inside the form, if so is there a workaround or is there a better >>>>> way to layout a form? >>>>> >>>>> Thanks >>>>> >>>>> Dave >>>>> >>>> >>>> >>> >>> >> >> > > |
|
|
|
#7 |
|
Guest
Posts: n/a
|
If I understand you correctly I should do this:
<form><input type="radio" name="Track1" value="Yes" tabindex="1"></form> <form><input type="radio" name="Track2" value="Yes" tabindex="2"></form> within each table cell Not this: <form><input type="radio" name="Track1" value="Yes" tabindex="1"> <input type="radio" name="Track2" value="Yes" tabindex="2"></form> Thanks for the responses. Dave "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:OO1pH4MAGHA.3928@tk2msftngp13.phx.gbl... > Shouldn't be a problem unless you have duplicate tabindex numbers, and all > of the form fields are within the table which is surrounded by a single > pair of form tags. > > -- > ============================================== > Thomas A. Rowe (Microsoft MVP - FrontPage) > ============================================== > If you feel your current issue is a results of installing > a Service Pack or security update, please contact > Microsoft Product Support Services: > http://support.microsoft.com > If the problem can be shown to have been caused by a > security update, then there is usually no charge for the call. > ============================================== > > "Dave" <davekstl@charter.net> wrote in message > news:uduxrdMAGHA.3984@TK2MSFTNGP14.phx.gbl... >> Thanks for the responses. The page is 500 lines. I can send a single >> entry. >> >> I created a form and inside the form a created a table 6 columns wide and >> in there all over the page I have test fields. Is this a bad thing? >> >> <input type="radio" name="Track" value="Yes" tabindex="17"> >> >> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message >> news:OVRDpiLAGHA.740@TK2MSFTNGP12.phx.gbl... >>> Ok, then can you paste the Code view into a post here? >>> >>> -- >>> ============================================== >>> Thomas A. Rowe (Microsoft MVP - FrontPage) >>> ============================================== >>> If you feel your current issue is a results of installing >>> a Service Pack or security update, please contact >>> Microsoft Product Support Services: >>> http://support.microsoft.com >>> If the problem can be shown to have been caused by a >>> security update, then there is usually no charge for the call. >>> ============================================== >>> >>> "Dave" <davekstl@charter.net> wrote in message >>> news:%23NWrOcLAGHA.3296@TK2MSFTNGP12.phx.gbl... >>>> It is on a secure server on the intranet. >>>> >>>> >>>> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message >>>> news:ex4yhaLAGHA.356@TK2MSFTNGP12.phx.gbl... >>>>> URL to the form? >>>>> >>>>> -- >>>>> ============================================== >>>>> Thomas A. Rowe (Microsoft MVP - FrontPage) >>>>> ============================================== >>>>> If you feel your current issue is a results of installing >>>>> a Service Pack or security update, please contact >>>>> Microsoft Product Support Services: >>>>> http://support.microsoft.com >>>>> If the problem can be shown to have been caused by a >>>>> security update, then there is usually no charge for the call. >>>>> ============================================== >>>>> >>>>> "Dave" <davekstl@charter.net> wrote in message >>>>> news:eR1d8XLAGHA.3436@TK2MSFTNGP10.phx.gbl... >>>>>>I have created a form with a table inside to layout my fields. I have >>>>>>set the tab order but the form does not follow the settings. This is >>>>>>an asp page. >>>>>> >>>>>> Is this because of the table inside the form, if so is there a >>>>>> workaround or is there a better way to layout a form? >>>>>> >>>>>> Thanks >>>>>> >>>>>> Dave >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
No.
<form> <table> rows, columns, form fields </table> </form> -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) ============================================== If you feel your current issue is a results of installing a Service Pack or security update, please contact Microsoft Product Support Services: http://support.microsoft.com If the problem can be shown to have been caused by a security update, then there is usually no charge for the call. ============================================== "Dave" <davekstl@charter.net> wrote in message news:%23BZKQkOAGHA.3984@TK2MSFTNGP14.phx.gbl... > If I understand you correctly I should do this: > > <form><input type="radio" name="Track1" value="Yes" tabindex="1"></form> > <form><input type="radio" name="Track2" value="Yes" tabindex="2"></form> > > within each table cell > > Not this: > > <form><input type="radio" name="Track1" value="Yes" tabindex="1"> > <input type="radio" name="Track2" value="Yes" tabindex="2"></form> > > Thanks for the responses. > > Dave > > > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:OO1pH4MAGHA.3928@tk2msftngp13.phx.gbl... >> Shouldn't be a problem unless you have duplicate tabindex numbers, and all of the form fields are >> within the table which is surrounded by a single pair of form tags. >> >> -- >> ============================================== >> Thomas A. Rowe (Microsoft MVP - FrontPage) >> ============================================== >> If you feel your current issue is a results of installing >> a Service Pack or security update, please contact >> Microsoft Product Support Services: >> http://support.microsoft.com >> If the problem can be shown to have been caused by a >> security update, then there is usually no charge for the call. >> ============================================== >> >> "Dave" <davekstl@charter.net> wrote in message news:uduxrdMAGHA.3984@TK2MSFTNGP14.phx.gbl... >>> Thanks for the responses. The page is 500 lines. I can send a single entry. >>> >>> I created a form and inside the form a created a table 6 columns wide and in there all over the >>> page I have test fields. Is this a bad thing? >>> >>> <input type="radio" name="Track" value="Yes" tabindex="17"> >>> >>> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:OVRDpiLAGHA.740@TK2MSFTNGP12.phx.gbl... >>>> Ok, then can you paste the Code view into a post here? >>>> >>>> -- >>>> ============================================== >>>> Thomas A. Rowe (Microsoft MVP - FrontPage) >>>> ============================================== >>>> If you feel your current issue is a results of installing >>>> a Service Pack or security update, please contact >>>> Microsoft Product Support Services: >>>> http://support.microsoft.com >>>> If the problem can be shown to have been caused by a >>>> security update, then there is usually no charge for the call. >>>> ============================================== >>>> >>>> "Dave" <davekstl@charter.net> wrote in message news:%23NWrOcLAGHA.3296@TK2MSFTNGP12.phx.gbl... >>>>> It is on a secure server on the intranet. >>>>> >>>>> >>>>> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message >>>>> news:ex4yhaLAGHA.356@TK2MSFTNGP12.phx.gbl... >>>>>> URL to the form? >>>>>> >>>>>> -- >>>>>> ============================================== >>>>>> Thomas A. Rowe (Microsoft MVP - FrontPage) >>>>>> ============================================== >>>>>> If you feel your current issue is a results of installing >>>>>> a Service Pack or security update, please contact >>>>>> Microsoft Product Support Services: >>>>>> http://support.microsoft.com >>>>>> If the problem can be shown to have been caused by a >>>>>> security update, then there is usually no charge for the call. >>>>>> ============================================== >>>>>> >>>>>> "Dave" <davekstl@charter.net> wrote in message news:eR1d8XLAGHA.3436@TK2MSFTNGP10.phx.gbl... >>>>>>>I have created a form with a table inside to layout my fields. I have set the tab order but >>>>>>>the form does not follow the settings. This is an asp page. >>>>>>> >>>>>>> Is this because of the table inside the form, if so is there a workaround or is there a >>>>>>> better way to layout a form? >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Dave >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

