I usually upload the cfide/scripts folder to my site, so I know i have
a copy under my own control, and i know where i can find it.  Just so
it doesnt end up with conflicts, I use a different folder name,
usually cfforms/scripts under the site root.

That way I know where the scripts are that I'm using, and i know what
versions are there.  (i'm one of the three people in the world that
likes the XML forms, and I tinker around a lot with the CSS to make
the forms look like they fit in with the rest of the site)>    So my
CFFORM tag looks like this usually:

<cfform
name="formname"
action="#cgi.SCRIPT_NAME#?#cgi.QUERY_STRING#"
method="post"
format="xml"
skin="#application.formskin#"
scriptsrc="#application.scriptsrc#"
>


If all my forms use a similar CFFORM tag, i can manipulate the look of
all the forms on the site in a single move by changing the two
variables in the application scope.

MAGIC!


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month


On 12/6/06, coldfusion. developer @ att. net coldfusion. developer @
att. net <[EMAIL PROTECTED]> wrote:
> Yes I'm talking about the form validation.  On my localhost install, it worked
> without knowinig where the these scripts are located.  I'm guessing because 
> we're on a shared server, that you have to ppoint to these scripts.
>
> Thanks.  That gives me the lead I was looking for.
>
> D
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262967
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to