Hi Tom, > ...Depending on one user option the initial link page > will be different. The other options supplied will > then apply to this new page (could be one of maybe > 20). IS there any way of dealing with this in a > search? Any examples existing?
By 'link page' do you mean the 'action' URL for the form, leaving the fields that are posted to the same? If so, it's just a matter of changing the action attribute: url2 = "http://reliableanswers.com/asp/asptest.asp"; document.formnamef.action = url2; This can get weird if there is a field named "action", too. If that's the case change the case of the forms' action attribute to "ACTION" or something and change the code to correlate. The RIAA Radar search I created a while ago does this (though I tink the one that was committed was by someone else). Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== "One of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs." -- Robert Firth ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ To unsubscribe visit: https://lists.sourceforge.net/lists/listinfo/dqsd-users [EMAIL PROTECTED] http://sourceforge.net/mailarchive/forum.php?forum_id=8601