Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
jjonney #1
Previous page :file name
I have couple of pages directing to the same action page.
I need to get the coldfusion file name from where the form action originated.
For example for TEST1.cfm and TEST2.cfm have the same action page TEST3.cfm.
I need to find in TEST3.cfm if the previous page from where the form action
took place was TEST1.cfm or TEST2.cfm.
I tried a couple of functions but failed.
Any idea.
Thanks in advance.
jjonney Guest
-
HELP! -- previous page in VB and ASP 3.0
Hello all, I'm writing you because I have a question for you all: how can I capture the previous page from an ASP file? I need to add the URL... -
Previous and Next --- MSN Home Page
Good Morning. On MSN.com there is cleaver little news box at the top of the page that automatically cycles through their three featured news... -
Navigation on detail page. (Next) - (Previous) Please help!!
I have created a master page that is for my picture gallery I am using the thumbnail as a link to my detail page. On my detail page I am showing... -
Previous (and Next) Page Number don't work
When I use Insert Special Character > Previous (or Next) Page Number the result is current page number. This happens in both InDesign 2.02 and... -
Accessing Values of local variables in previous page when using custom error page
Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all... -
JMGibson3 #2
Re: Previous page :file name
<CFIF ListLast(CGI.HTTP_REFERER,"/") EQ "Test1.cfm">
JMGibson3 Guest
-
mxstu #3
Re: Previous page :file name
Just be aware that some firewall software can block the CGI.HTTP_REFERER
variable from being populated, so the value might be an empty string "". So
make sure you handle that case. Another alternative is to pass the source page
name or a simple number as a parameter to the action page.
mxstu Guest



Reply With Quote

