in reply to WWW::Mechanize Forms...

Have you looked at the HTML of the respective pages?

When I go to https://www.southwest.com/ with Javascript disabled, I see a comment that the site does not work with Javascript disabled. Maybe the site does not work with browsers that don't support Javascript. See the FAQ on Javascript support of WWW::Mechanize.

Replies are listed 'Best First'.
Re^2: WWW::Mechanize Forms...
by lstacey (Initiate) on Dec 15, 2015 at 03:20 UTC

    Yep...that's it...I assumed getting the true statement from

    print $mech->is_html();

    meant that I would be able to use the site. Thank you for your help!

      <noscript> <meta http-equiv="refresh" content="0;url=/html/errors/javascript_di +sabled.html"> </noscript>
      Well, it is valid HTML after all, isn't it? Just not very Mechanize-friendly…