Hi,
Trying to code an edit handler, which is a single page self-submitting form.
We have encountered a strange problem...
Code 1:
<form action="#cgi.script_name#?objectID=#News.objectID#" method="POST">
<CFOUTPUT>
...
</CFOUTPUT>
</form>
Code 2:
<CFOUTPUT>
<form action="#cgi.script_name#?objectID=#News.objectID#" method="POST">
...
</form>
</CFOUTPUT>
The first code works. The second one does not.
Why?
Cheers,
Jon
--
Jonathan Lim [EMAIL PROTECTED]
Netdecisions http://www.netdecisions.co.uk/
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.