i am extremely new to the whole perl/html/cgi/sql etc etc scene.

i have a form that has five separate pull down menus. it is at the top of a page that has about 150 different names of ships, and data related to them (the fact that they're ships isn't relavant to the problem... i just thought that'd be nice to know). the user is supposed to select ONE of ships from ONE of the menus. when they do, it is then supposed to take them to the place in the page that is about that ship.

i have the form all set up, along with a pretty little submit button. i also already have the "a name=ship_name" tags in all the places.

i was wondering what i should put in the FORM tag besides METHOD=POST. i don't know what the action should be, where the data goes, or what i should do with the data once the submit button is hit. if possible, i would like to contain the code within the document i have the rest of the code written in (which is a cgi document).

thanks in advance for your help. if i didn't give enough information, feel free to email me at blue_serge@hotmail.com

-cassie


In reply to form question by false logic

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.