If you are generating the email CGI form on the fly, you can pass the number as a hidden INPUT field : eg: <form xxx, action= , method= > ... INPUT fields as needed <input type=hidden name="ID" value="123456789123"> </form>
Hope it helps. Ben Crane a écrit : > > Hi List, > > I have an online web map created through mapinfo-when > you click on a part of the JPEG image it loads a CGI > script and passes a unique 12 digit number which then > identifies where on the map it is. > > After the road/point has been selected and the cgi > script has returned the location-it then prompts the > user to confirm whether this is the correct location > to report a problem...which then passes them on to a > form linked to an email CGI form. > > My problem: How do I pass the 12 digit number from the > first cgi form to the online html form to the email > cgi program? > > Thanx > Ben > > __________________________________________________ > Do you Yahoo!? > Faith Hill - Exclusive Performances, Videos & More > http://faith.yahoo.com > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]