Page callback loses URL parameter

2010-12-16 Thread Stephens, Larry V

"Page stupid.cfm"

Inside a javascript function on this page is code akin to this:

var x = 'scramble';
window.location = 'stupid.cfm?dothis=' + x;
// page reloads and functions correctly, i.e., the URL parameter is present






  


 ...



...code...

scramble

scramble



"Page smart.cfm"

 


What would cause the call back to the same page to lose the URL parameter?

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340095
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
Sorry that was a typo. There is no 1 ther I have mistyped while giving no to 
code line

 Thanks    Yogendra Shivhare  Programmer Analyst  INFOSYS TECHNOLOGIES Ltd.  
‘Life is what happens when you’re making other plans…!’ 


--- On Thu, 6/5/08, TechInfo <[EMAIL PROTECTED]> wrote:

> From: TechInfo <[EMAIL PROTECTED]>
> Subject: Re: Error in url parameter
> To: "CF-Talk" 
> Date: Thursday, June 5, 2008, 5:55 AM
> Yogendra Shivhare wrote:
> > I am getting following error in my applicationElement
> FORM_ID is undefined in URL. 
> >
> G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:
> line 103 
> > 101 :  datasource="#iForms_DSN#"> 
> > 102 : EXEC SP_Get_Form 1
> > 103 : @Form_ID = #URL.FORM_ID#, 
> > 104 : @Key_Type = '#URL.Key_Type#', 
> > 105 : @Key_ID = #URL.Key_ID#
> > Form id is always there in url when one try to access
> the site. Link is
> http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mode=1&uiid=86972628
> >   
> 
> What is the "1" at the end of line 102?  If
> that's a parameter, 
> shouldn't there be a comma after it?
> 
> Jevo
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: Error in url parameter

2008-06-04 Thread TechInfo
Yogendra Shivhare wrote:
> I am getting following error in my applicationElement FORM_ID is undefined in 
> URL. 
> G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 
> 101 :  
> 102 : EXEC SP_Get_Form 1
> 103 : @Form_ID = #URL.FORM_ID#, 
> 104 : @Key_Type = '#URL.Key_Type#', 
> 105 : @Key_ID = #URL.Key_ID#
> Form id is always there in url when one try to access the site. Link is 
> http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mode=1&uiid=86972628
>   

What is the "1" at the end of line 102?  If that's a parameter, 
shouldn't there be a comma after it?

Jevo

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
Aaron,

Its using  tag

--- On Thu, 6/5/08, Aaron Rouse <[EMAIL PROTECTED]> wrote:

> From: Aaron Rouse <[EMAIL PROTECTED]>
> Subject: Re: Error in url parameter
> To: "CF-Talk" 
> Date: Thursday, June 5, 2008, 12:49 AM
> How is the sessionMgmt.cfm file ran/called from within the
> iforms_loader.cfm
> file?
/unsubscribe.cfm?user=32796.23019.4


  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


RE: Error in url parameter

2008-06-04 Thread Bob Imperial
I don't think Gerald meant it as a solution but a step in identifying where 
there problem might be. You know it's being passed, I would check the db to 
see what datatype that field is to be sure of what it's expecting?

Bob

-Original Message-
From: Shivhare Yogendra [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2008 3:14 PM
To: CF-Talk
Subject: Re: Error in url parameter

I tried and below is the result so I do have values but error is still there

struct
FORM_ID 67
IO_MODE 1
KEY_ID 71241
KEY_TYPE VPMO_ID
SBCUID dw4694
UIID 86972628
WINSIZE 1000x690


 ThanksÂYogendra Shivhare  Programmer Analyst  INFOSYS TECHNOLOGIES Ltd. 
â?~Life is what happens when youâ?Tre making other plansâ?¦!â?T


--- On Wed, 6/4/08, Gerald Guido <[EMAIL PROTECTED]> wrote:

> From: Gerald Guido <[EMAIL PROTECTED]>
> Subject: Re: Error in url parameter
> To: "CF-Talk" 
> Date: Wednesday, June 4, 2008, 11:09 PM
> try this Put this before the cfquery and see if you are
> passing the correct
> URL vars.
> 
> 
>
>
>
> On Wed, Jun 4, 2008 at 12:25 PM, Yogendra Shivhare <
> [EMAIL PROTECTED]> wrote:
>
> > I am getting following error in my applicationElement
> FORM_ID is undefined
> > in URL.
> >



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: Error in url parameter

2008-06-04 Thread Aaron Rouse
How is the sessionMgmt.cfm file ran/called from within the iforms_loader.cfm
file?

On Wed, Jun 4, 2008 at 2:14 PM, Shivhare Yogendra <
[EMAIL PROTECTED]> wrote:

> I tried and below is the result so I do have values but error is still
> there
>
> struct
> FORM_ID 67
> IO_MODE 1
> KEY_ID 71241
> KEY_TYPE VPMO_ID
> SBCUID dw4694
> UIID 86972628
> WINSIZE 1000x690
>
>
> Â ThanksÂYogendra Shivhare  Programmer Analyst  INFOSYS TECHNOLOGIES
> Ltd.  ‘Life is what happens when you’re making other plans…!’
>
>
> --- On Wed, 6/4/08, Gerald Guido <[EMAIL PROTECTED]> wrote:
>
> > From: Gerald Guido <[EMAIL PROTECTED]>
> > Subject: Re: Error in url parameter
> > To: "CF-Talk" 
> > Date: Wednesday, June 4, 2008, 11:09 PM
> > try this Put this before the cfquery and see if you are
> > passing the correct
> > URL vars.
> > 
> > 
> >
> >
> >
> > On Wed, Jun 4, 2008 at 12:25 PM, Yogendra Shivhare <
> > [EMAIL PROTECTED]> wrote:
> >
> > > I am getting following error in my applicationElement
> > FORM_ID is undefined
> > > in URL.
> > >
> > G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:
> > line 103
> > > 101 :  > datasource="#iForms_DSN#">
> > > 102 : EXEC SP_Get_Form 1
> > > 103 : @Form_ID = #URL.FORM_ID#,
> > > 104 : @Key_Type = '#URL.Key_Type#',
> > > 105 : @Key_ID = #URL.Key_ID#
> > > Form id is always there in url when one try to access
> > the site. Link is
> > >
> >
> http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mode=1&uiid=86972628
> > >
> > > Here is the stack trace:
> > >
> > "Error","jrpp-722","06/04/08","10:12:47","iForms","Element
> > FORM_ID is
> > > undefined in URL. The specific sequence of files
> > included or processed is:
> > > G:\ITO_Services_Webs\iForms\parser.cfm
> > "
> > > coldfusion.runtime.UndefinedElementException: Element
> > FORM_ID is undefined
> > > in URL. at
> > >
> > coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1054)
> > at
> > >
> > coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1031)
> > at
> > >
> >
> coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1130)
> > > at
> > >
> >
> cfsessionMgmt2ecfm41580940.runPage(G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:103)
> > > at
> > coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
> > >
> >
> coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
> > > at
> > coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255)
> > at
> > >
> > coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1918)
> > at
> > >
> >
> cfparser2ecfm1959136383.runPage(G:\ITO_Services_Webs\iForms\parser.cfm:25)
> > > at
> > coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
> > >
> > coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
> > at
> > >
> > coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
> > at
> > >
> > coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
> > at
> > >
> >
> coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
> > > at
> > coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at
> > >
> > coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
> > at
> > >
> > coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
> > at
> > >
> >
> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
> > > at
> > coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
> > at
> > >
> > coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
> > at
> > >
> > coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
> > at
> > > coldfusion.CfmServlet.service(CfmServlet.java:105) at
> > >
> > coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
> > at
> > > jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
> > at
> > > com.seefusion.Filter.doFilter(Filter.java:49) at
> > > com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500)
> > at
> > > jrun.ser

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
I tried and below is the result so I do have values but error is still there

struct 
FORM_ID 67  
IO_MODE 1  
KEY_ID 71241  
KEY_TYPE VPMO_ID  
SBCUID dw4694  
UIID 86972628  
WINSIZE 1000x690  


 Thanks    Yogendra Shivhare  Programmer Analyst  INFOSYS TECHNOLOGIES Ltd.  
‘Life is what happens when you’re making other plans…!’ 


--- On Wed, 6/4/08, Gerald Guido <[EMAIL PROTECTED]> wrote:

> From: Gerald Guido <[EMAIL PROTECTED]>
> Subject: Re: Error in url parameter
> To: "CF-Talk" 
> Date: Wednesday, June 4, 2008, 11:09 PM
> try this Put this before the cfquery and see if you are
> passing the correct
> URL vars.
> 
> 
> 
> 
> 
> On Wed, Jun 4, 2008 at 12:25 PM, Yogendra Shivhare <
> [EMAIL PROTECTED]> wrote:
> 
> > I am getting following error in my applicationElement
> FORM_ID is undefined
> > in URL.
> >
> G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:
> line 103
> > 101 :  datasource="#iForms_DSN#">
> > 102 : EXEC SP_Get_Form 1
> > 103 : @Form_ID = #URL.FORM_ID#,
> > 104 : @Key_Type = '#URL.Key_Type#',
> > 105 : @Key_ID = #URL.Key_ID#
> > Form id is always there in url when one try to access
> the site. Link is
> >
> http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mode=1&uiid=86972628
> >
> > Here is the stack trace:
> >
> "Error","jrpp-722","06/04/08","10:12:47","iForms","Element
> FORM_ID is
> > undefined in URL. The specific sequence of files
> included or processed is:
> > G:\ITO_Services_Webs\iForms\parser.cfm
> "
> > coldfusion.runtime.UndefinedElementException: Element
> FORM_ID is undefined
> > in URL. at
> >
> coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1054)
> at
> >
> coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1031)
> at
> >
> coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1130)
> > at
> >
> cfsessionMgmt2ecfm41580940.runPage(G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:103)
> > at
> coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
> >
> coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
> > at
> coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255)
> at
> >
> coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1918)
> at
> >
> cfparser2ecfm1959136383.runPage(G:\ITO_Services_Webs\iForms\parser.cfm:25)
> > at
> coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
> >
> coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
> at
> >
> coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
> at
> >
> coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
> at
> >
> coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
> > at
> coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at
> >
> coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
> at
> >
> coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
> at
> >
> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
> > at
> coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
> at
> >
> coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
> at
> >
> coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
> at
> > coldfusion.CfmServlet.service(CfmServlet.java:105) at
> >
> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
> at
> > jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
> at
> > com.seefusion.Filter.doFilter(Filter.java:49) at
> > com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500)
> at
> > jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
> at
> > jrun.servlet.FilterChain.service(FilterChain.java:101)
> at
> >
> jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
> at
> >
> jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
> at
> >
> jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
> at
> >
> jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
> at
> >
> jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
> > at
> >
> jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
> > at
> >
> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
&

Re: Error in url parameter

2008-06-04 Thread Gerald Guido
try this Put this before the cfquery and see if you are passing the correct
URL vars.





On Wed, Jun 4, 2008 at 12:25 PM, Yogendra Shivhare <
[EMAIL PROTECTED]> wrote:

> I am getting following error in my applicationElement FORM_ID is undefined
> in URL.
> G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103
> 101 : 
> 102 : EXEC SP_Get_Form 1
> 103 : @Form_ID = #URL.FORM_ID#,
> 104 : @Key_Type = '#URL.Key_Type#',
> 105 : @Key_ID = #URL.Key_ID#
> Form id is always there in url when one try to access the site. Link is
> http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mode=1&uiid=86972628
>
> Here is the stack trace:
> "Error","jrpp-722","06/04/08","10:12:47","iForms","Element FORM_ID is
> undefined in URL. The specific sequence of files included or processed is:
> G:\ITO_Services_Webs\iForms\parser.cfm "
> coldfusion.runtime.UndefinedElementException: Element FORM_ID is undefined
> in URL. at
> coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1054) at
> coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1031) at
> coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1130)
> at
> cfsessionMgmt2ecfm41580940.runPage(G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:103)
> at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
> coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
> at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255) at
> coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1918) at
> cfparser2ecfm1959136383.runPage(G:\ITO_Services_Webs\iForms\parser.cfm:25)
> at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
> coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343) at
> coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at
> coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210) at
> coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
> at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at
> coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50) at
> coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at
> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
> at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at
> coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at
> coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at
> coldfusion.CfmServlet.service(CfmServlet.java:105) at
> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at
> jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at
> com.seefusion.Filter.doFilter(Filter.java:49) at
> com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) at
> jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at
> jrun.servlet.FilterChain.service(FilterChain.java:101) at
> jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at
> jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at
> jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at
> jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at
> jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
> at
> jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
> at
> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
> at
> jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
> at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
> I am new to cold fusion and would appreciate any help you can provide.
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: Error in url parameter

2008-06-04 Thread Charlie Griefer
prior to the cfquery, do this:



look at the results of the dump and verify that the values that you're
expecting actually exist in the scope.

On Wed, Jun 4, 2008 at 10:33 AM, Yogendra Shivhare
<[EMAIL PROTECTED]> wrote:
> Katrina Thanks for the reply but it didn't work
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: Error in url parameter

2008-06-04 Thread Yogendra Shivhare
Katrina Thanks for the reply but it didn't work


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: Error in url parameter

2008-06-04 Thread Katrina Chapman
Noy sure if you're having the same issue I was having the other day but I ran 
into a case Issue.

You're passing the variable as Form_id in the URL but calling it as FORM_ID in 
your query.  Try making them match.  Both FORM_ID or both Form_id.

I know this shouldn't matter but it fixed a similar problem I was having.

 Thank you,
Katrina


If people knew how hard I worked to gain my mastery,
it wouldn't seem so wonderful after all.
--Michelangelo



- Original Message 
From: Yogendra Shivhare <[EMAIL PROTECTED]>
To: CF-Talk 
Sent: Wednesday, June 4, 2008 10:25:13 AM
Subject: Error in url parameter

I am getting following error in my applicationElement FORM_ID is undefined in 
URL. 
G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 
101 :  
102 : EXEC SP_Get_Form 1
103 : @Form_ID = #URL.FORM_ID#, 
104 : @Key_Type = '#URL.Key_Type#', 
105 : @Key_ID = #URL.Key_ID#
Form id is always there in url when one try to access the site. Link is 
http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mode=1&uiid=86972628

Here is the stack trace:
"Error","jrpp-722","06/04/08","10:12:47","iForms","Element FORM_ID is undefined 
in URL. The specific sequence of files included or processed is: 
G:\ITO_Services_Webs\iForms\parser.cfm " 
coldfusion.runtime.UndefinedElementException: Element FORM_ID is undefined in 
URL. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1054) 
at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1031) at 
coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1130) at 
cfsessionMgmt2ecfm41580940.runPage(G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:103)
 at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at 
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63) 
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255) at 
coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1918) at 
cfparser2ecfm1959136383.runPage(G:\ITO_Services_Webs\iForms\parser.cfm:25) at
 coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at 
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343) at 
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210) at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at 
coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at 
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50) at 
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
 at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at 
coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at 
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at 
coldfusion.CfmServlet.service(CfmServlet.java:105) at
 coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at 
jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at 
com.seefusion.Filter.doFilter(Filter.java:49) at 
com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) at 
jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at 
jrun.servlet.FilterChain.service(FilterChain.java:101) at 
jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at 
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
 at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457) 
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295) 
at
 jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) 

I am new to cold fusion and would appreciate any help you can provide.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Error in url parameter

2008-06-04 Thread Yogendra Shivhare
I am getting following error in my applicationElement FORM_ID is undefined in 
URL. 
G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 
101 :  
102 : EXEC SP_Get_Form 1
103 : @Form_ID = #URL.FORM_ID#, 
104 : @Key_Type = '#URL.Key_Type#', 
105 : @Key_ID = #URL.Key_ID#
Form id is always there in url when one try to access the site. Link is 
http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mode=1&uiid=86972628

Here is the stack trace:
"Error","jrpp-722","06/04/08","10:12:47","iForms","Element FORM_ID is undefined 
in URL. The specific sequence of files included or processed is: 
G:\ITO_Services_Webs\iForms\parser.cfm " 
coldfusion.runtime.UndefinedElementException: Element FORM_ID is undefined in 
URL. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1054) 
at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1031) at 
coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1130) at 
cfsessionMgmt2ecfm41580940.runPage(G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:103)
 at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at 
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63) 
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255) at 
coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1918) at 
cfparser2ecfm1959136383.runPage(G:\ITO_Services_Webs\iForms\parser.cfm:25) at 
coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at 
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343) at 
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210) at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at 
coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at 
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50) at 
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
 at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at 
coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at 
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at 
coldfusion.CfmServlet.service(CfmServlet.java:105) at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at 
jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at 
com.seefusion.Filter.doFilter(Filter.java:49) at 
com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) at 
jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at 
jrun.servlet.FilterChain.service(FilterChain.java:101) at 
jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at 
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
 at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457) 
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295) 
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) 

I am new to cold fusion and would appreciate any help you can provide.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


open new window in flash form and pass a url parameter

2007-03-06 Thread lex simeus
I need to open a new window and pass a url parameter in a flash form. When I 
select  a record in the grid, I need to pass the accession to the next page. if 
i hard the accession, the new window opens and I get the correct result, but i 
am not sure how to pass it as I select it on the grid in flash form



function popUpWindow(url)
 
{
 window.open(url, "SPDR" ,'');
}

 

select I2_Accession_Number as Accession from g021
Where I2_Accession_Number like '583%'

 
 
 

 



 
 
 
 
 
 
 
  
 
  function Result(){

  
getUrl("javascript:popUpWindow('Print_Result.cfm?Accession=grdGO21.selectedItem.Accession')")
  
}


 
 


 

_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

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


RE: URL Parameter

2006-09-25 Thread Ben Nadel
Mark,

I appreciate the words of encouragement :D I am really trying hard to
make advances in ColdFusion. Especially in the last year or so. I am
about to unveil a project of that I am using to learn object oriented
programming for ColdFusion. It's gonna be a nice iterative example where
people can look at my code on a daily basis and see the how and WHY I am
doing things. I hope to get feedback so that I can finally bridge the
gap between me and OOP. 

I am fan of ColdFusion :)


..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 23, 2006 10:54 AM
To: CF-Talk
Subject: RE: URL Parameter

Looking at your code I'd say it's time we moved you out of your moms
basement and get you access  to some of that stuff - you are ready for
the big time :) It's very innovative. 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 3:06 PM
To: CF-Talk
Subject: RE: URL Parameter

Jon ,

I am a fairly low-level programmer, and by that I mean I never do any
server work or deal with IIS logging or anything of that sort. That is
why I am strongly opposed to things like Mapped Paths and installing
java classes in the java class path... Most of the time I don't have
access to that sort of stuff. Most of my work revolves around creating
slick solutions for people with very little access to stuff.

This of course requires having someone set up an IIS 404 handler, but
that is fairly simple to do. 

That being said, I didn't even know about IIS and 404 error logging :D




Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Jon Clausen [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 3:48 PM
To: CF-Talk
Subject: RE: URL Parameter

Ben,

That is a cool method!  I guess that was too much of a blanket statment
for me to say the logging would be all messed up.  Google  
Analytics would definitely a good way to go with the CF only method.   
I use Smarter Stats on my server and it removes all of the 404's from
the stats when it parses the IIS logs  but other stats options might
not.

My bad,
  Jon





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: URL Parameter

2006-09-23 Thread Mark A Kruger
Looking at your code I'd say it's time we moved you out of your moms
basement and get you access  to some of that stuff - you are ready for the
big time :) It's very innovative. 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 3:06 PM
To: CF-Talk
Subject: RE: URL Parameter

Jon ,

I am a fairly low-level programmer, and by that I mean I never do any server
work or deal with IIS logging or anything of that sort. That is why I am
strongly opposed to things like Mapped Paths and installing java classes in
the java class path... Most of the time I don't have access to that sort of
stuff. Most of my work revolves around creating slick solutions for people
with very little access to stuff.

This of course requires having someone set up an IIS 404 handler, but that
is fairly simple to do. 

That being said, I didn't even know about IIS and 404 error logging :D



...
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Jon Clausen [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 3:48 PM
To: CF-Talk
Subject: RE: URL Parameter

Ben,

That is a cool method!  I guess that was too much of a blanket statment for
me to say the logging would be all messed up.  Google  
Analytics would definitely a good way to go with the CF only method.   
I use Smarter Stats on my server and it removes all of the 404's from the
stats when it parses the IIS logs  but other stats options might not.

My bad,
  Jon



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: URL Parameter

2006-09-22 Thread Ben Nadel
Jon ,

I am a fairly low-level programmer, and by that I mean I never do any
server work or deal with IIS logging or anything of that sort. That is
why I am strongly opposed to things like Mapped Paths and installing
java classes in the java class path... Most of the time I don't have
access to that sort of stuff. Most of my work revolves around creating
slick solutions for people with very little access to stuff.

This of course requires having someone set up an IIS 404 handler, but
that is fairly simple to do. 

That being said, I didn't even know about IIS and 404 error logging :D



..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Jon Clausen [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 3:48 PM
To: CF-Talk
Subject: RE: URL Parameter

Ben,

That is a cool method!  I guess that was too much of a blanket statment
for me to say the logging would be all messed up.  Google  
Analytics would definitely a good way to go with the CF only method.   
I use Smarter Stats on my server and it removes all of the 404's from
the stats when it parses the IIS logs  but other stats options might
not.

My bad,
  Jon

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: URL Parameter

2006-09-22 Thread Jon Clausen
Ben,

That is a cool method!  I guess that was too much of a blanket  
statment for me to say the logging would be all messed up.  Google  
Analytics would definitely a good way to go with the CF only method.   
I use Smarter Stats on my server and it removes all of the 404's from  
the stats when it parses the IIS logs  but other stats options might  
not.

My bad,
  Jon

On Sep 22, 2006, at 3:37 PM, Ben Nadel wrote:

> Ok, this was a bit rushed and it watered down version of how mine  
> works,
> but it is the basic idea. I know some other people here have commented
> about 404 errors and logging. I have absolutely NO issues with this
> method. All the Google analytics works. My error handling works.
> Everything works perfectly. It is very fast, but has room for
> optimization.
>
> Take a look:
>
> http://www.bennadel.com/blog/286-Handling-404-Errors-in-ColdFusion- 
> via-I
> IS-Throwing-404-.htm
>
> Or (shorter url... To demonstrate the masking:)
>
> http://bennadel.com/index.cfm?dax=blog:286.view
>
>
> It is not perfect, but it is the general idea.
>
>
> ..
> Ben Nadel
> Certified Advanced ColdFusion Developer
> http://www.bennadel.com
>
>
> -Original Message-
> From: Dave Hatz [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 22, 2006 1:15 PM
> To: CF-Talk
> Subject: RE: URL Parameter
>
> That would be awesome, thanks Ben
>
> Dave
>
> -Original Message-----
> From: Ben Nadel [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 22, 2006 9:57 AM
> To: CF-Talk
> Subject: RE: URL Parameter
>
>
> Dave,
>
> My actual CFM page is super complicated because it integrates with a
> custom framework that I have pieced together and actually refers to a
> bunch of other objects in my system... At lunch, let me write up a  
> quick
> demo CFM page and post it here. Something simple that will demo the  
> idea
> of what I am doing.
>
> Give me like an hour or so and it will be posted.
>
> -ben
>
> 
> Ben Nadel
> Certified Advanced ColdFusion Developer
> Nylon Technology
> 350 7th Avenue
> Floor 10
> New York, NY 10001
> 212.691.1134 x 14
> 212.691.3477 fax
> www.nylontechnology.com
>
> Our deepest fear is not that we are inadequate.
> Our deepest fear is that we are powerful beyond measure.
> It is our light, not our darkness that most frightens us.
> We ask ourselves, Who am I to be brilliant, gorgeous, talented,
> fabulous?
> Actually, who are you not to be?
>
>
> -Original Message-
> From: Dave Hatz [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 22, 2006 12:43 PM
> To: CF-Talk
> Subject: Re: URL Parameter
>
> Ben,
> Would you be so kind to post the .cfm page you used when IIS  
> Redirected
> 404's?  I have been looking for a solution just like this...
>
> Thanks,
> Dave
>
>
>
>
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: URL Parameter

2006-09-22 Thread Ben Nadel
Also, here is the direct snippet:

http://www.bennadel.com/snippets/29-Handling-404-Errors-in-ColdFusion.ht
m 



-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 3:37 PM
To: CF-Talk
Subject: RE: URL Parameter

Ok, this was a bit rushed and it watered down version of how mine works,
but it is the basic idea. I know some other people here have commented
about 404 errors and logging. I have absolutely NO issues with this
method. All the Google analytics works. My error handling works.
Everything works perfectly. It is very fast, but has room for
optimization.

Take a look:

http://www.bennadel.com/blog/286-Handling-404-Errors-in-ColdFusion-via-I
IS-Throwing-404-.htm

Or (shorter url... To demonstrate the masking:)

http://bennadel.com/index.cfm?dax=blog:286.view


It is not perfect, but it is the general idea.

 
...
Ben Nadel
Certified Advanced ColdFusion Developer
http://www.bennadel.com
 

-Original Message-
From: Dave Hatz [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 1:15 PM
To: CF-Talk
Subject: RE: URL Parameter

That would be awesome, thanks Ben

Dave 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 9:57 AM
To: CF-Talk
Subject: RE: URL Parameter

 
Dave,

My actual CFM page is super complicated because it integrates with a
custom framework that I have pieced together and actually refers to a
bunch of other objects in my system... At lunch, let me write up a quick
demo CFM page and post it here. Something simple that will demo the idea
of what I am doing. 

Give me like an hour or so and it will be posted.

-ben

.
Ben Nadel
Certified Advanced ColdFusion Developer
Nylon Technology
350 7th Avenue
Floor 10
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
 
Our deepest fear is not that we are inadequate.
Our deepest fear is that we are powerful beyond measure.
It is our light, not our darkness that most frightens us.
We ask ourselves, Who am I to be brilliant, gorgeous, talented,
fabulous?
Actually, who are you not to be?
 

-Original Message-
From: Dave Hatz [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 12:43 PM
To: CF-Talk
Subject: Re: URL Parameter

Ben,
Would you be so kind to post the .cfm page you used when IIS Redirected
404's?  I have been looking for a solution just like this...

Thanks,
Dave









~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: URL Parameter

2006-09-22 Thread Ben Nadel
Ok, this was a bit rushed and it watered down version of how mine works,
but it is the basic idea. I know some other people here have commented
about 404 errors and logging. I have absolutely NO issues with this
method. All the Google analytics works. My error handling works.
Everything works perfectly. It is very fast, but has room for
optimization.

Take a look:

http://www.bennadel.com/blog/286-Handling-404-Errors-in-ColdFusion-via-I
IS-Throwing-404-.htm

Or (shorter url... To demonstrate the masking:)

http://bennadel.com/index.cfm?dax=blog:286.view


It is not perfect, but it is the general idea.

 
..
Ben Nadel
Certified Advanced ColdFusion Developer
http://www.bennadel.com
 

-Original Message-
From: Dave Hatz [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 1:15 PM
To: CF-Talk
Subject: RE: URL Parameter

That would be awesome, thanks Ben

Dave 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 9:57 AM
To: CF-Talk
Subject: RE: URL Parameter

 
Dave,

My actual CFM page is super complicated because it integrates with a
custom framework that I have pieced together and actually refers to a
bunch of other objects in my system... At lunch, let me write up a quick
demo CFM page and post it here. Something simple that will demo the idea
of what I am doing. 

Give me like an hour or so and it will be posted.

-ben


Ben Nadel
Certified Advanced ColdFusion Developer
Nylon Technology
350 7th Avenue
Floor 10
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
 
Our deepest fear is not that we are inadequate.
Our deepest fear is that we are powerful beyond measure.
It is our light, not our darkness that most frightens us.
We ask ourselves, Who am I to be brilliant, gorgeous, talented,
fabulous?
Actually, who are you not to be?
 

-Original Message-
From: Dave Hatz [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 12:43 PM
To: CF-Talk
Subject: Re: URL Parameter

Ben,
Would you be so kind to post the .cfm page you used when IIS Redirected
404's?  I have been looking for a solution just like this...

Thanks,
Dave







~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: URL Parameter

2006-09-22 Thread Jon Clausen
I know you're looking for a CF solution to this and it may be that a  
dynamic 404 template may be the right solution in your case.

You won't be able to get any stats out of the site, however, as your  
logs will be all 404's unless you use  in the 404 template to  
deliver the content (event then you won't get much in the way of user  
information and your SESSION variables risk getting whacked.

If you can use mod_rewrite or ISAPI, it's certainly a better solution  
- and simple.

I don't know Apache's mod_rewrite well enough but the ISAPI filter  
for IIS would read something like:

# Rewrite Rules
RewriteRule  ^/$  /index.cfm
RewriteRule .*/([^\?]*)(?:\?(.*))? /content.cfm\?path=/$1&$2

You'll have to configure something on the content.cfm page (or  
whatever name you use) to include your main page template the  
URL.path is empty.

-Jon

On Sep 22, 2006, at 2:58 PM, Larry Lyons wrote:

>> Wondering if anyone has done this before with just straight CF and  
>> not ISAPI
>> rewrites.
>>
>> Want to create a url like -- http://www.somesite.com/64673
>>
>> And then pull that 64673 off as a url parameter for querying and  
>> redirect?
>>
>> Thanks
>
> While there are complicated methods of doing such in CF, the  
> simplest is to use either a mod_rewrite on Apache, or the  
> equivalent in IIS.
>
> Then all you have to do is set up a regex that parses for the url  
> parameter and relocate the person to www.somesite.com/index.cfm? 
> id=6473.
>
> hth,
>
> larry
>
> --
> Larry C. Lyons
> Web Analyst
> BEI Resources
> American Type Culture Collection
> http://www.beiresources.org
> email: llyons(at)atcc(dot)org
> tel: 703.365.2700.2678
> --
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: URL Parameter

2006-09-22 Thread Larry Lyons
>Wondering if anyone has done this before with just straight CF and not ISAPI
>rewrites.
>
>Want to create a url like -- http://www.somesite.com/64673
>
>And then pull that 64673 off as a url parameter for querying and redirect?
>
>Thanks

While there are complicated methods of doing such in CF, the simplest is to use 
either a mod_rewrite on Apache, or the equivalent in IIS.

Then all you have to do is set up a regex that parses for the url parameter and 
relocate the person to www.somesite.com/index.cfm?id=6473.

hth,

larry

--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
http://www.beiresources.org
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: URL Parameter

2006-09-22 Thread Dave Hatz
That would be awesome, thanks Ben

Dave 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 9:57 AM
To: CF-Talk
Subject: RE: URL Parameter

 
Dave,

My actual CFM page is super complicated because it integrates with a custom
framework that I have pieced together and actually refers to a bunch of
other objects in my system... At lunch, let me write up a quick demo CFM
page and post it here. Something simple that will demo the idea of what I am
doing. 

Give me like an hour or so and it will be posted.

-ben

...
Ben Nadel
Certified Advanced ColdFusion Developer
Nylon Technology
350 7th Avenue
Floor 10
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
 
Our deepest fear is not that we are inadequate.
Our deepest fear is that we are powerful beyond measure.
It is our light, not our darkness that most frightens us.
We ask ourselves, Who am I to be brilliant, gorgeous, talented, fabulous?
Actually, who are you not to be?
 

-Original Message-
From: Dave Hatz [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 12:43 PM
To: CF-Talk
Subject: Re: URL Parameter

Ben,
Would you be so kind to post the .cfm page you used when IIS Redirected
404's?  I have been looking for a solution just like this...

Thanks,
Dave





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: URL Parameter

2006-09-22 Thread Ben Nadel
 
Dave,

My actual CFM page is super complicated because it integrates with a
custom framework that I have pieced together and actually refers to a
bunch of other objects in my system... At lunch, let me write up a quick
demo CFM page and post it here. Something simple that will demo the idea
of what I am doing. 

Give me like an hour or so and it will be posted.

-ben

..
Ben Nadel
Certified Advanced ColdFusion Developer
Nylon Technology
350 7th Avenue 
Floor 10 
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
 
Our deepest fear is not that we are inadequate.
Our deepest fear is that we are powerful beyond measure.
It is our light, not our darkness that most frightens us.
We ask ourselves, Who am I to be brilliant, gorgeous, talented,
fabulous?
Actually, who are you not to be?
 

-Original Message-
From: Dave Hatz [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 12:43 PM
To: CF-Talk
Subject: Re: URL Parameter

Ben,
Would you be so kind to post the .cfm page you used when IIS Redirected
404's?  I have been looking for a solution just like this...

Thanks,
Dave



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: URL Parameter

2006-09-22 Thread Dave Hatz
Ben,
Would you be so kind to post the .cfm page you used when IIS Redirected 404's?  
I have been looking for a solution just like this...

Thanks,
Dave

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: URL Parameter

2006-09-22 Thread Ben Nadel
I have done that. I had to set up a 404 handler in IIS that would point
to a specific ColdFusion page. That page then looked at the URL, the 404
error in the CGI.query_string, set values and included the index.cfm
page (essentially). 

You would need access to IIS for that though. Others might have a
non-IIS example.

 
..
Ben Nadel
Certified Advanced ColdFusion Developer
Nylon Technology
350 7th Avenue 
Floor 10 
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
 
Our deepest fear is not that we are inadequate.
Our deepest fear is that we are powerful beyond measure.
It is our light, not our darkness that most frightens us.
We ask ourselves, Who am I to be brilliant, gorgeous, talented,
fabulous?
Actually, who are you not to be?
 

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 12:22 PM
To: CF-Talk
Subject: URL Parameter

Wondering if anyone has done this before with just straight CF and not
ISAPI rewrites.

Want to create a url like -- http://www.somesite.com/64673

And then pull that 64673 off as a url parameter for querying and
redirect?

Thanks




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


URL Parameter

2006-09-22 Thread Brian
Wondering if anyone has done this before with just straight CF and not ISAPI
rewrites.

Want to create a url like -- http://www.somesite.com/64673

And then pull that 64673 off as a url parameter for querying and redirect?

Thanks


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: URL Parameter list?

2003-03-21 Thread James Blaha
Rob,

Just incase you want it this is what I did for the self submitting form. 
Just add ainside 
your form for it to work.



  


 
  





  
   
   window.open('ResultSet.cfm','mainFrame');
   
 






Edwards Robert (air0rae) wrote:

>Thanks for all the help.  
>
>What I ended up doing was 
>
>   
>   
>   
>
>Does the same thing I was trying to do in the first place!
>
>Chalk it up to a bad Friday.
>
>Thanks anyway,
>
>Rob
>-Original Message-
>From: James Blaha [mailto:[EMAIL PROTECTED] 
>Sent: Friday, March 21, 2003 1:35 PM
>To: CF-Talk
>Subject: Re: URL Parameter list?
>
>
>Rob,
>
>You can use CFSCRIPT and PARSE the URL. It's a pain in the butt! I feel 
>your pain I just ran into this issue where I had a requirement to use 
>GET, do to an IE issue with a JavaScript reload to a Parent window from 
>a child window. My work around was in the end to just use a self 
>submitting form and set the form variables to SESSION variables then 
>where I needed the variables I set them to the proper scope and CFLOCKed 
>them down.
>
>Regards,
>James Blaha
>
>
>Edwards Robert (air0rae) wrote:
>
>  
>
>>I know I can loop through form variables by using Form.FieldNames as a 
>>list, but is there a similar ability to loop through the URL Parameter? 
>>(IE. I use form action get instead of post).
>>
>>I need this ASAP as I have to turn over a project today.
>>
>>Thanks,
>>
>>Rob
>>
>>
>>
>>
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: URL Parameter list?

2003-03-21 Thread Bryan Stevenson
arrrgggEvaluate() is evil ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Edwards Robert (air0rae)" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 21, 2003 10:48 AM
Subject: RE: URL Parameter list?


> Thanks for all the help.
>
> What I ended up doing was
> 
> 
> 
> 
>
> Does the same thing I was trying to do in the first place!
>
> Chalk it up to a bad Friday.
>
> Thanks anyway,
>
> Rob
> -Original Message-
> From: James Blaha [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 21, 2003 1:35 PM
> To: CF-Talk
> Subject: Re: URL Parameter list?
>
>
> Rob,
>
> You can use CFSCRIPT and PARSE the URL. It's a pain in the butt! I feel
> your pain I just ran into this issue where I had a requirement to use
> GET, do to an IE issue with a JavaScript reload to a Parent window from
> a child window. My work around was in the end to just use a self
> submitting form and set the form variables to SESSION variables then
> where I needed the variables I set them to the proper scope and CFLOCKed
> them down.
>
> Regards,
> James Blaha
>
>
> Edwards Robert (air0rae) wrote:
>
> >I know I can loop through form variables by using Form.FieldNames as a
> >list, but is there a similar ability to loop through the URL Parameter?
> >(IE. I use form action get instead of post).
> >
> >I need this ASAP as I have to turn over a project today.
> >
> >Thanks,
> >
> >Rob
> >
> >
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: URL Parameter list?

2003-03-21 Thread Edwards Robert (air0rae)
Thanks for all the help.  

What I ended up doing was 





Does the same thing I was trying to do in the first place!

Chalk it up to a bad Friday.

Thanks anyway,

Rob
-Original Message-
From: James Blaha [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 21, 2003 1:35 PM
To: CF-Talk
Subject: Re: URL Parameter list?


Rob,

You can use CFSCRIPT and PARSE the URL. It's a pain in the butt! I feel 
your pain I just ran into this issue where I had a requirement to use 
GET, do to an IE issue with a JavaScript reload to a Parent window from 
a child window. My work around was in the end to just use a self 
submitting form and set the form variables to SESSION variables then 
where I needed the variables I set them to the proper scope and CFLOCKed 
them down.

Regards,
James Blaha


Edwards Robert (air0rae) wrote:

>I know I can loop through form variables by using Form.FieldNames as a 
>list, but is there a similar ability to loop through the URL Parameter? 
>(IE. I use form action get instead of post).
>
>I need this ASAP as I have to turn over a project today.
>
>Thanks,
>
>Rob
>
>

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: URL Parameter list?

2003-03-21 Thread James Blaha
Rob,

You can use CFSCRIPT and PARSE the URL. It’s a pain in the butt! I feel 
your pain I just ran into this issue where I had a requirement to use 
GET, do to an IE issue with a JavaScript reload to a Parent window from 
a child window. My work around was in the end to just use a self 
submitting form and set the form variables to SESSION variables then 
where I needed the variables I set them to the proper scope and CFLOCKed 
them down.

Regards,
James Blaha


Edwards Robert (air0rae) wrote:

>I know I can loop through form variables by using Form.FieldNames as a list,
>but is there a similar ability to loop through the URL Parameter? (IE. I use
>form action get instead of post).
>
>I need this ASAP as I have to turn over a project today.
>
>Thanks,
>
>Rob
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: URL Parameter list?

2003-03-21 Thread Bryan Stevenson
This will point ya in the right direction (modify for your needs):

  
  
  
  

  

HTH

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Edwards Robert (air0rae)" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 21, 2003 10:25 AM
Subject: URL Parameter list?


> I know I can loop through form variables by using Form.FieldNames as a
list,
> but is there a similar ability to loop through the URL Parameter? (IE. I
use
> form action get instead of post).
>
> I need this ASAP as I have to turn over a project today.
>
> Thanks,
>
> Rob
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: URL Parameter list?

2003-03-21 Thread Jerry Johnson
cgi.query_string

This is a set of name and value pairs.

To break these into tokens, split them by the & or ?, then look on either side of the 
= 

If you need more specifics, yell again.

Jerry Johnson

>>> [EMAIL PROTECTED] 03/21/03 01:25PM >>>
I know I can loop through form variables by using Form.FieldNames as a list,
but is there a similar ability to loop through the URL Parameter? (IE. I use
form action get instead of post).

I need this ASAP as I have to turn over a project today.

Thanks,

Rob


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: URL Parameter list?

2003-03-21 Thread Barney Boisvert
URL is a structure in CFMX, and CF5 as well, I believe.  so you can use

   structKeyList(url)

to get a list, or do a loop like this:

   mailto:[EMAIL PROTECTED]
> Sent: Friday, March 21, 2003 10:26 AM
> To: CF-Talk
> Subject: URL Parameter list?
>
>
> I know I can loop through form variables by using Form.FieldNames
> as a list,
> but is there a similar ability to loop through the URL Parameter?
> (IE. I use
> form action get instead of post).
>
> I need this ASAP as I have to turn over a project today.
>
> Thanks,
>
> Rob
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



URL Parameter list?

2003-03-21 Thread Edwards Robert (air0rae)
I know I can loop through form variables by using Form.FieldNames as a list,
but is there a similar ability to loop through the URL Parameter? (IE. I use
form action get instead of post).

I need this ASAP as I have to turn over a project today.

Thanks,

Rob

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread Dave Watts
> Is there anyway you can set the timeout within a CF 
> template and NOT rely on the RequestTimeout querystring? 
> (FYI using CF 5.0)

No, not in CF 5, to the best of my knowledge. However, you may be able to
work around this by adding code like this to your page:






Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread David Collie (itndac)
Cheers guys,

Is there anyway you can set the timeout within a CF template and NOT rely on the 
RequestTimeout querystring? (FYI using CF 5.0)

David

-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
Sent: 27 February 2003 11:57
To: CF-Talk
Subject: RE: Info on URL Parameter 'RequestTimeout'


I've only had luck putting it directly in the url.

Mike

-Original Message-
From: Everett, Al [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 6:53 AM
To: CF-Talk
Subject: RE: Info on URL Parameter 'RequestTimeout'


I don't have a definitive answer for this, but from what I've seen, it must
be in the Query String. Setting URL.RequestTimeout directly appears to have
no effect.

> -Original Message-
> From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 27, 2003 4:37 AM
> To: CF-Talk
> Subject: Info on URL Parameter 'RequestTimeout'
> 
> 
> Hey list,
> 
> Without really being able to test it properly at the moment, 
> I need some quick info on the 'RequestTimeout' URL parameter.
> 
> When does CF (using 5.0) use this parameter?  Does it need to 
> be in the querystring or can I set it on a page using either 
> cfset or cfparam... ala
> 
> 
> 
> OR (preferably)
> 
> 
> 
> Cheers,
> 
> David A Collie
> Web Developer
> RGU
> 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread Tangorre, Michael
I've only had luck putting it directly in the url.

Mike

-Original Message-
From: Everett, Al [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 6:53 AM
To: CF-Talk
Subject: RE: Info on URL Parameter 'RequestTimeout'


I don't have a definitive answer for this, but from what I've seen, it must
be in the Query String. Setting URL.RequestTimeout directly appears to have
no effect.

> -Original Message-
> From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 27, 2003 4:37 AM
> To: CF-Talk
> Subject: Info on URL Parameter 'RequestTimeout'
> 
> 
> Hey list,
> 
> Without really being able to test it properly at the moment, 
> I need some quick info on the 'RequestTimeout' URL parameter.
> 
> When does CF (using 5.0) use this parameter?  Does it need to 
> be in the querystring or can I set it on a page using either 
> cfset or cfparam... ala
> 
> 
> 
> OR (preferably)
> 
> 
> 
> Cheers,
> 
> David A Collie
> Web Developer
> RGU
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread Everett, Al
I don't have a definitive answer for this, but from what I've seen, it must
be in the Query String. Setting URL.RequestTimeout directly appears to have
no effect.

> -Original Message-
> From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 27, 2003 4:37 AM
> To: CF-Talk
> Subject: Info on URL Parameter 'RequestTimeout'
> 
> 
> Hey list,
> 
> Without really being able to test it properly at the moment, 
> I need some quick info on the 'RequestTimeout' URL parameter.
> 
> When does CF (using 5.0) use this parameter?  Does it need to 
> be in the querystring or can I set it on a page using either 
> cfset or cfparam... ala
> 
> 
> 
> OR (preferably)
> 
> 
> 
> Cheers,
> 
> David A Collie
> Web Developer
> RGU
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread David Collie (itndac)
Hey list,

Without really being able to test it properly at the moment, I need some quick info on 
the 'RequestTimeout' URL parameter.

When does CF (using 5.0) use this parameter?  Does it need to be in the querystring or 
can I set it on a page using either cfset or cfparam... ala



OR (preferably)



Cheers,

David A Collie
Web Developer
RGU
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: URL Parameter?

2002-09-01 Thread Dave Watts

> URL parameters are passed as part of the URL, for example:
> 
> http://Testsite.com/index.cfm?strParam="This_is_a_sample_URL_Param";
> 
> When your CF program is called, this field would have the 
> fully qualified name of "url.strParam"

Just a little note - neither spaces nor double quotes are acceptable
characters to use within a URL.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: URL Parameter?

2002-08-29 Thread S . Isaac Dealey

OVERRIDE_DEBUG_MODE iirc is created by the use of  which will turn on debugging for a single page. iirc
you still have to have your ip address in the list of debugging addresses to
see the debugging on that page. but this allows you to scriptably turn
debugging on or off to server different purposes...

I have a habbit of putting  in my
onrequestend.cfm or otherwise at the bottom of a given page. If it errors
before the tag, I see the debug info and I fix it. If no error is produced,
the debug info is suppressed, which allows me to see the page exactly as it
will appear to the user ( i.e. no scollbars if the debug output would
otherwise expand below and to the right of the browser window ).


Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

> -Original Message-
> From: robert_myers [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:22 PM
> To: CF-Talk
> Subject: URL Parameter?


> What does this URL Parameter mean?
> How is it being sent?

> Parameters

> URL Parameters:

> OVERRIDE_DEBUG_MODE=DEBUG

> CGI Variables:

> AUTH_PASSWORD=
> AUTH_TYPE=

> .

> .and as always, thanks in advance!

> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: URL Parameter?

2002-08-29 Thread Andy Ousterhout

URL parameters are passed as part of the URL, for example:

http://Testsite.com/index.cfm?strParam="This_is_a_sample_URL_Param";

When your CF program is called, this field would have the fully qualified
name of "url.strParam"

Andy

-Original Message-
From: robert_myers [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 4:22 PM
To: CF-Talk
Subject: URL Parameter?


What does this URL Parameter mean?
How is it being sent?

Parameters

URL Parameters:

OVERRIDE_DEBUG_MODE=DEBUG

CGI Variables:

AUTH_PASSWORD=
AUTH_TYPE=

.

.and as always, thanks in advance!

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



URL Parameter?

2002-08-28 Thread robert_myers

What does this URL Parameter mean?
How is it being sent?

Parameters

URL Parameters:

OVERRIDE_DEBUG_MODE=DEBUG

CGI Variables:

AUTH_PASSWORD=
AUTH_TYPE=

..

..and as always, thanks in advance!
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: URL Parameter in window.open

2001-05-11 Thread Darren Adams

Yep  should work.

-Original Message-
From: Lewis Steven [mailto:[EMAIL PROTECTED]]
Sent: 11 May 2001 14:16
To: CF-Talk
Subject: Re: URL Parameter in window.open


what about window.open('file.cfm?name='+value, ... )

as long it is a defined JS variable it should work... correct?

Steve

Darren Adams wrote:
> 
> That should work fine but if you intend to send through CF variables then
> you need to wrap it in a CFOUTPUT.
> 
> -Original Message-
> From: Richard Colman [mailto:[EMAIL PROTECTED]]
> Sent: 10 May 2001 15:40
> To: CF-Talk
> Subject: JS:URL Parameter in window.open
> 
> does anyone know something like this will work:
> 
> window.open('file.cfm?name=value', ... )
> 
> (does not seem to be working.)
> 
> is there another easy way to control window size while passing a parameter
> in the URL???
> 
> TNX if you can help.
> 
> Rick Colman
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: URL Parameter in window.open

2001-05-11 Thread Lewis Steven

what about window.open('file.cfm?name='+value, ... )

as long it is a defined JS variable it should work... correct?

Steve

Darren Adams wrote:
> 
> That should work fine but if you intend to send through CF variables then
> you need to wrap it in a CFOUTPUT.
> 
> -Original Message-
> From: Richard Colman [mailto:[EMAIL PROTECTED]]
> Sent: 10 May 2001 15:40
> To: CF-Talk
> Subject: JS:URL Parameter in window.open
> 
> does anyone know something like this will work:
> 
> window.open('file.cfm?name=value', ... )
> 
> (does not seem to be working.)
> 
> is there another easy way to control window size while passing a parameter
> in the URL???
> 
> TNX if you can help.
> 
> Rick Colman
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE:OT: URL Parameter in window.open

2001-05-10 Thread Semrau, Steven L Mr SRA

Not exactly sure what you are asking without seeing more of the code or
error that you have... 

does the window.open() work?  OR Is there an easy way to control window
size?

If you are using any variables within the window.open function make sure to
wrap  around the script/function so the variables are read
correctly.

Here is a function I use that works in NN and MSIE.  You can change the
winprops (which should be on one line not TWO) of course to meet your needs:


function doWin() {
// set vars for centering pop-up window within the browser
var winl = (screen.width - 250) / 2;
var wint = (screen.height - 75) / 2;
var winprops = 'height=75,width=
250,top='+wint+',left='+winl+',directories=no,status=no,scrollbars=no,resize
=no,menubar=no';
// Display window 
win=window.open("doit.cfm?action=no","WindowName",winprops);
}



Steven Semrau
SRA International, Inc.
Senior Member, Professional Staff
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Com:  (703) 805-1095
DSN:  (703) 655-1095


-Original Message-
From: Richard Colman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 10:40 AM
To: CF-Talk
Subject: JS:URL Parameter in window.open



does anyone know something like this will work:

window.open('file.cfm?name=value', ... )

(does not seem to be working.)

is there another easy way to control window size while passing a parameter
in the URL???

TNX if you can help.

Rick Colman
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: URL Parameter in window.open

2001-05-10 Thread Angél Stewart

oh! oh!
I know the answer to this one!
:)
I did this already..hang on lemme get the code here..

ok! Go to www.opentelecom.com and click Send E page.

and do a View Source on that page
^_^

Its all there.

But just in case the site is down or somethign here is the relevant code:

function OpenPage()
{
window.open('sendpage.cfm?name='+ document.selectcustomer.name.value +
'&message=' + document.selectcustomer.message.value + '&email='
+document.selectcustomer.email.value,'paging','scrollbars=auto,menu=no,heigh
t=80,width=600')
}
//-->



And here is the form:


  
  
  
  
  



Took me a morning to hunt down and debug the syntax on this one :)
But it looks rather nice.

-Gel


-Original Message-
From: Richard Colman [mailto:[EMAIL PROTECTED]]

does anyone know something like this will work:

window.open('file.cfm?name=value', ... )

(does not seem to be working.)


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: URL Parameter in window.open

2001-05-10 Thread Darren Adams

That should work fine but if you intend to send through CF variables then
you need to wrap it in a CFOUTPUT.


-Original Message-
From: Richard Colman [mailto:[EMAIL PROTECTED]]
Sent: 10 May 2001 15:40
To: CF-Talk
Subject: JS:URL Parameter in window.open



does anyone know something like this will work:

window.open('file.cfm?name=value', ... )

(does not seem to be working.)

is there another easy way to control window size while passing a parameter
in the URL???

TNX if you can help.

Rick Colman
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Getting Form's fields as URL parameter too...

2000-10-10 Thread Perez, Bismark

sorry it took me a while to respond, I tried the 'GET' method and it didn't
work, maybe I should explain more... I have a search form that calls another
template passing the forms field names, on the 'display result' template I
allow the user to change the language for display and issue a redisplay of
that same template... when I do the redisplay the template comes back with
an error message saying that the form fields where not found (understandable
since the form was not submitted)... what I want to do is from the 'search'
template issue a submit to the 'display result' template passing the form
fields as URL parameters (exp. searclist.cfm?formfield1=.) that way when
I do the redisplay the fields will be available to the 'display the result'
template... is this possible?

Bismarck


-Original Message-
From: BORKMAN Lee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 6:44 PM
To: CF-Talk
Subject: RE: Getting Form's fields as URL parameter too...


In your Form or CFForm tag, you get to chosse the METHOD.  The default
(strangely) is GET, which passes the form fields appended to the URL.  If
you use POST for the METHOD, the fields will be passed via the HTTP headers,
which is usually preferable IMHO.

Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 7:22 AM
To: CF-Talk
Subject: Getting Form's fields as URL parameter too...


Hello there,

is this possible...


Bismarck

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Getting Form's fields as URL parameter too...

2000-10-10 Thread Perez, Bismark

sorry it took me a while to respond, I tried the 'GET' method and it didn't
work, maybe I should explain more... I have a search form that calls another
template passing the forms field names, on the 'display result' template I
allow the user to change the language for display and issue a redisplay of
that same template... when I do the redisplay the template comes back with
an error message saying that the form fields where not found (understandable
since the form was not submitted)... what I want to do is from the 'search'
template issue a submit to the 'display result' template passing the form
fields as URL parameters (exp. searclist.cfm?formfield1=.) that way when
I do the redisplay the fields will be available to the 'display the result'
template... is this possible?

Bismarck


-Original Message-
From: BORKMAN Lee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 6:44 PM
To: CF-Talk
Subject: RE: Getting Form's fields as URL parameter too...


In your Form or CFForm tag, you get to chosse the METHOD.  The default
(strangely) is GET, which passes the form fields appended to the URL.  If
you use POST for the METHOD, the fields will be passed via the HTTP headers,
which is usually preferable IMHO.

Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 7:22 AM
To: CF-Talk
Subject: Getting Form's fields as URL parameter too...


Hello there,

is this possible...


Bismarck

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Getting Form's fields as URL parameter too...

2000-10-06 Thread Dave Watts

> In your Form or CFForm tag, you get to chosse the METHOD. The 
> default (strangely) is GET, which passes the form fields appended 
> to the URL. If you use POST for the METHOD, the fields will be 
> passed via the HTTP headers, which is usually preferable IMHO.

I'm being slightly and probably unnecessarily anal here, but actually when
you POST data, the data is passed back to the server in the HTTP request
body, not the HTTP request headers. When you send a GET request with URL
parameters, that data is in the very first line of the HTTP request headers.

On this very topic, there's a pretty neat new O'Reilly mini-book, almost a
pamphlet, which covers the HTTP protocol.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Getting Form's fields as URL parameter too...

2000-10-05 Thread tom muck

Don't specify the variable type. Instead of:

#form.myvariable#
#url.myvariable#

just use

#myvariable#

It's not good programming practice, but it makes it handy for a form and a URL
to submit data to the same page.

tom

- Original Message -
From: "Perez, Bismark" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 05, 2000 4:21 PM
Subject: Getting Form's fields as URL parameter too...


> Hello there,
>
> is this possible...
>
>
> Bismarck
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Getting Form's fields as URL parameter too...

2000-10-05 Thread Scott Wood

I don't really understand why you would need to do this..  But you can put
'method="get"' in your form field and it will post it to the url.


If you can explain a little more, i could prob. help a little more. 

Scott
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Getting Form's fields as URL parameter too...

2000-10-05 Thread BORKMAN Lee

In your Form or CFForm tag, you get to chosse the METHOD.  The default
(strangely) is GET, which passes the form fields appended to the URL.  If
you use POST for the METHOD, the fields will be passed via the HTTP headers,
which is usually preferable IMHO.

Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 7:22 AM
To: CF-Talk
Subject: Getting Form's fields as URL parameter too...


Hello there,

is this possible...


Bismarck

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Getting Form's fields as URL parameter too...

2000-10-05 Thread Perez, Bismark

Hello there,

is this possible...


Bismarck
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: URL parameter in a Frame

2000-06-24 Thread Sean Renet

actually if all your are trying to get is the SESSION.month variable all you
have to do is append #session.urltoken# to your frame and href's and forms.









--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: URL parameter in a Frame

2000-06-24 Thread Philip Arnold - ASP

> I ask for some advice on if this is the best way to pass a URL
> parameter to a nested frame.
>
> In application.cfm I have
>
> 
>   
> 
>
> The frame cannot access the URL parameter directly so I though of
> this work
> around.  Am I going to run into problems down the road if I do this?

As Brett says, you can pass the URL parameter down, as long as you pass it
through via the frame building page.

The URL of the inner frames is what called them, so if you have;






Then the URL of topFrame is topFrame.cfm?myValue=1, while the URL of
bottomFrame is bottomFrame.cfm?myValue=2

The inner frames cannot see the outer frame's URL, as you could stack the
frames several layers deep, so there'd be several layers of URLs to fight
through.

Remeber that CF is NOT client based, so it doesn't know it's in a frame, for
all it knows, it could be outputting the lyrics to a Doors song, or display
some of daVinci's work - it doesn't really care, it only outputs stuff to
the browser

If you want to pass things from parent frames, but not on the inner frame's
URL, use JavaScript to get the values, then call a CF page with those
values.

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: URL parameter in a Frame

2000-06-23 Thread Brett Payne-Rhodes

Ummm, why can't you pass a URL parameter to a frame? I do it all the
time and it seems to work for me... Is it that you are passing it to the
frameset but not then passing it to the relevant frame?

For example, if I have a frameset called diary.cfm which has two frames
diaryCalendar.cfm and diaryPage.cfm I might pass in the date that I want
to use to initialise each frame. To do this I might use a link on a page
like Diary

diary.cfm would then look like:














HTH

Brett Payne-Rhodes
B)


Tim Bahlke wrote:
> 
> I ask for some advice on if this is the best way to pass a URL parameter to
> a nested frame.
> 
> In application.cfm I have
> 
> 
> 
> 
> 
> The frame cannot access the URL parameter directly so I though of this work
> around.  Am I going to run into problems down the road if I do this?
> 
> Thanks.
> 
> 
> Tim Bahlke, CIFO
> thinkcreate.com
> p. 336.230.0575
> f. 336.230.0083
> 
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



URL parameter in a Frame

2000-06-23 Thread Tim Bahlke

I ask for some advice on if this is the best way to pass a URL parameter to
a nested frame.

In application.cfm I have





The frame cannot access the URL parameter directly so I though of this work
around.  Am I going to run into problems down the road if I do this?

Thanks.


Tim Bahlke, CIFO
thinkcreate.com
p. 336.230.0575
f. 336.230.0083



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



URL parameter and Frames

2000-06-21 Thread Tim Bahlke

Is there a secret to accessing a URL parameter from a deeply nested frame?



Tim Bahlke, CIFO
thinkcreate.com
p. 336.230.0575
f. 336.230.0083



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: encrypting a URL parameter

2000-05-25 Thread Steve Bernard

You can create some of the well known encryption algorithms with JS. One
very popular one, albeit a hashing algorithm, i.e. one-way, is MD5. As far
as someone reverse engineering the algorithm, well, the widely used
algorithms are publicly available, that's why they are used ... they've been
tested and they still can't be easily broken. It's the unknown key combined
with the unknown data that creates a scrambled mess of characters that
cannot be easily derived by reverse engineering. Just watch that you don't
use an algorithm that has licensing restrictions. Also, be aware that JS is
going to be very slow in comparison to using a compiled language version of
any encryption/decryption algorithm.

Regards,

Steve


-Original Message-
From: Billy Cravens [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 25, 2000 7:58 PM
To: [EMAIL PROTECTED]
Subject: Re: encrypting a URL parameter


If this is two different servers, and you're running cf on your end, here's
what I'd do:

Build a CF page for them that allows them to create encrypted strings (ie a
form where they type in the string that will be in the url, and it outputs
the encrypted [via encrypt()] string.)  Then on your end, you use cfdecrypt
to decrypt the string.

Of course, you could alternately build an encryption algorithm via
javascript, but anyone with half a brain could reverse engineer it.

Billy

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: encrypting a URL parameter

2000-05-25 Thread Billy Cravens

If this is two different servers, and you're running cf on your end, here's
what I'd do:

Build a CF page for them that allows them to create encrypted strings (ie a
form where they type in the string that will be in the url, and it outputs
the encrypted [via encrypt()] string.)  Then on your end, you use cfdecrypt
to decrypt the string.

Of course, you could alternately build an encryption algorithm via
javascript, but anyone with half a brain could reverse engineer it.

Billy

- Original Message -
From: Adrian Cesana <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 25, 2000 5:02 PM
Subject: RE: encrypting a URL parameter


> Well actually its not that I dont have control (should have worded it
> differently), we are working together on this but they do not run CF.
> Basically I was thinking I could provide them with some algorithm that I
> would use to decrypt on my end...
>
>
> > You could take the url parameters, put them in a form on the page in
> > question, and then post those parameters to the page you want with no
> > paramaters using a meta refresh form post... Might disrupt your visitors
a
> > bit BUT if you don't have any control over the other site, then
> > you're kinda
> > hosed.
> >
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: encrypting a URL parameter

2000-05-25 Thread Adrian Cesana

Well actually its not that I dont have control (should have worded it
differently), we are working together on this but they do not run CF.
Basically I was thinking I could provide them with some algorithm that I
would use to decrypt on my end...


> You could take the url parameters, put them in a form on the page in
> question, and then post those parameters to the page you want with no
> paramaters using a meta refresh form post... Might disrupt your visitors a
> bit BUT if you don't have any control over the other site, then
> you're kinda
> hosed.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: encrypting a URL parameter

2000-05-25 Thread Eric Dawson

how will the other site generate the encrypted url ticket?

Will it always be the same for any given site?


From: "Adrian Cesana" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: encrypting a URL parameter
Date: Thu, 25 May 2000 14:33:22 -0700


The problem is I have no control over the other website


 >
 > You could utilize the encrypt() and decrypt() functions or the
 > undocumented
 > cf_encrypt and cf_decrypt.
 >
 > Billy
 >
 >
 > > Another site is linking to my site, within the URL are a few parameters
 > that
 > > I would like to have encrypted.  What are some methods of doing this? 
It
 > > does not have to be anything heavy duty...
 > >
 > > -Adrian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: encrypting a URL parameter

2000-05-25 Thread Aaron Johnson

Adriana,

You could take the url parameters, put them in a form on the page in
question, and then post those parameters to the page you want with no
paramaters using a meta refresh form post... Might disrupt your visitors a
bit BUT if you don't have any control over the other site, then you're kinda
hosed.

Aaron

-Original Message-
From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 25, 2000 2:33 PM
To: [EMAIL PROTECTED]
Subject: RE: encrypting a URL parameter



The problem is I have no control over the other website


>
> You could utilize the encrypt() and decrypt() functions or the
> undocumented
> cf_encrypt and cf_decrypt.
>
> Billy
>
>
> > Another site is linking to my site, within the URL are a few parameters
> that
> > I would like to have encrypted.  What are some methods of doing this? It
> > does not have to be anything heavy duty...
> >
> > -Adrian


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: encrypting a URL parameter

2000-05-25 Thread jonathan . b . garstin

Why don't you take the passed URL parameters from the outside site, and set
them to your own URL parameters.  Then use the encrypt() and decrypt()
functions within your site.

Hope this helps a little.

Jonathan Garstin
[EMAIL PROTECTED]

-Original Message-
From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 25, 2000 2:33 PM
To: [EMAIL PROTECTED]
Subject: RE: encrypting a URL parameter



The problem is I have no control over the other website


>
> You could utilize the encrypt() and decrypt() functions or the
> undocumented
> cf_encrypt and cf_decrypt.
>
> Billy
>
>
> > Another site is linking to my site, within the URL are a few parameters
> that
> > I would like to have encrypted.  What are some methods of doing this? It
> > does not have to be anything heavy duty...
> >
> > -Adrian


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: encrypting a URL parameter

2000-05-25 Thread Adrian Cesana


The problem is I have no control over the other website


>
> You could utilize the encrypt() and decrypt() functions or the
> undocumented
> cf_encrypt and cf_decrypt.
>
> Billy
>
>
> > Another site is linking to my site, within the URL are a few parameters
> that
> > I would like to have encrypted.  What are some methods of doing this? It
> > does not have to be anything heavy duty...
> >
> > -Adrian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: encrypting a URL parameter

2000-05-25 Thread Billy Cravens

You could utilize the encrypt() and decrypt() functions or the undocumented
cf_encrypt and cf_decrypt.

Billy


- Original Message -
From: Adrian Cesana <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 25, 2000 3:09 PM
Subject: encrypting a URL parameter


> Another site is linking to my site, within the URL are a few parameters
that
> I would like to have encrypted.  What are some methods of doing this? It
> does not have to be anything heavy duty...
>
> -Adrian
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



encrypting a URL parameter

2000-05-25 Thread Adrian Cesana

Another site is linking to my site, within the URL are a few parameters that
I would like to have encrypted.  What are some methods of doing this? It
does not have to be anything heavy duty...

-Adrian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.