Is there a way to nest forms?

Ex.
<form action="page1.cfm">
<!--- This form actually processes the page --->
<input type="text" blah...>

   <form action="page2.cfm">
        <!--- This is to lookup a value on page --->
      <button to submit to page2>
   </form>

<button to submit to page1>
</form>

I know I can to this programmaticly with CF by looking at values, was hoping
for a faster way.

TIA

Gary McNeel, Jr.
Project Manager - DAC-Net, Research & Graduate Studies
Rice University - Houston
[Lovett Hall] 713-348-6266 (Primary)
[DAC] 713-348-5184
[M] 713-962-0885
[H] 713-723-9240

"Great spirits have always encountered violent opposition from mediocre
minds."
   -Albert Einstein

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to