Hi Steve, Basically, the tabs represent 6 different options that that a customer can order. Tab1 is option 1 , Tab2 option 2 etc... The content of each of those tab options contains a description of what you are buying plus a link to the order form (which is on a separate page of the site, not part of the tabs), the link to the form is listed twice, once in an unordered list and once in a <p> tag. The one in the <ul> behaves in the undesired manner.
Anyway here is the page. https://www.dcunited.com/tickets-schedule/buy-tickets/group-tickets both of the hyperlinks on that page should point to the same form which is https://www.dcunited.com/tickets-schedule/youth-team-packages/make-deposit/reserve-your-youth-team-packageand that is the href that is in both places in the tab content code. Thanks for your help! -Brandon On Wed, Dec 16, 2009 at 10:38 PM, Steven Black <ste...@stevenblack.com>wrote: > Looking into this, trying to understand: are you saying you need to > navigate to a different document when the user clicks a tab? > > Do you have a live sample to look-at? > > **--** Steve > > > > On Dec 16, 1:11 pm, Brandon Kalber <bekal...@gmail.com> wrote: > > Hello, > > > > I am working on a Drupal site and one of our pages is using is using > > UI Tabs. Each tab has content that contains a hyperlink to a webform > > within the site (a separate page). The link is in two places within > > the content, once in an unordered list <li> tag and once in a <p> > > tag. > > > > The href points to the exact same url, however when you click the link > > that is within the <li>, tabs tries to load the form within the tab > > instead of going to the external page. This breaks the form and > > shouldn't be happening. It's as if it wants to treat the links within > > the <li> as Ajax content (I get the "Loading" message) > > > > The link within the <p> tags work fine and goes to the external page. > > > > There is no extra code within the function that calls the tabs that I > > can see that would cause this to happen. Does anyone know of > > something I might be overlooking. Perhaps a bug between Drupal and > > jQuery? Google has not given many solutions yet. > > > > I appreciate any help or advice anyone may have. Thanks in advance! > > > > -Brandon > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery UI" group. > To post to this group, send email to jquery...@googlegroups.com. > To unsubscribe from this group, send email to > jquery-ui+unsubscr...@googlegroups.com<jquery-ui%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/jquery-ui?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.