Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Needs formurl2attributes.cfm

Status
Not open for further replies.

edeaux

Programmer
Mar 7, 2003
16
0
0
PH
Anybody here has formurl2attributes.cfm code please share it with me.

Thanks,

Edwin
 
u can use this insead of the formurl2attributes.cfm
use it at the top of your index.cfm page

<cfscript>
if (NOT IsDefined(&quot;attributes&quot;))
attributes=structNew();
StructAppend(attributes, url, &quot;no&quot;);
StructAppend(attributes, form, &quot;no&quot;);
</cfscript> ------------------------------------------------------------------------------
brannonH
if( !succeed ) try( );
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top