« Return to Thread: How to access a new Include?

Re: How to access a new Include?

by Jeff Coughlin :: Rate this Message:

Reply to Author | View in Thread


RobG wrote:
> Bingo!  Thanks!!!
>
> Now if I may ask... I want to post it back to itself... but just putting
> "_contact.cfm" in the action= field yeilds an error... what's the
> correct path to it?
>
> Rob
>  

Depending on the webserver you're using, you can usually just leave the
action value blank and it will post to itself (IIS 5 on WinXP doesn't
like to function this way).  Otherwise you can set it to something like
"#cgi.script_name#?objectid=#request.navid#".

I have a script I usually use that detects if the friendly urls plugin
is activated and will use that, otherwise use a url similar to the one
above.  Unfortunately I don't have an example of the code on this
machine at the moment.

Regards,

--
Jeff Coughlin
Web Application Developer
jeff@...
http://jeffcoughlin.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: How to access a new Include?