Re: pass form.variable by URL

2001-05-02 Thread Jon Hall
[EMAIL PROTECTED] Sent: Tuesday, May 01, 2001 10:42 PM Subject: pass form.variable by URL I am trying to pass a form.variable to another cfm page but with no success. I have a form variable call INFO and my code of trying to pass the variable through window.open using URL is like : input type

[Re:] Re: pass form.variable by URL

2001-05-02 Thread FARRAH NG
Subject: pass form.variable by URL I am trying to pass a form.variable to another cfm page but with no success. I have a form variable call INFO and my code of trying to pass the variable through window.open using URL is like : input type=button value=go onclick=window.open('cfoutput

[Re:] Re: pass form.variable by URL

2001-05-02 Thread FARRAH NG
. jon - Original Message - From: FARRAH NG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 01, 2001 10:42 PM Subject: pass form.variable by URL I am trying to pass a form.variable to another cfm page but with no success. I have a form variable call INFO and my code

RE: ] Re: pass form.variable by URL

2001-05-02 Thread Dan G. Switzer, II
02, 2001 1:00 PM To: CF-Talk Subject: [Re:] Re: pass form.variable by URL hi everbody, let me clarify my problem here, maybe my previous email is kind of confusing. I have created a form with a text input box called YourName. So if i enter 'John Smith' in that box, form.yourname should have

pass form.variable by URL

2001-05-01 Thread FARRAH NG
I am trying to pass a form.variable to another cfm page but with no success. I have a form variable call INFO and my code of trying to pass the variable through window.open using URL is like : input type=button value=go onclick=window.open('cfoutput

Re: pass form.variable by URL

2001-05-01 Thread Josh Meekhof
Are you sure that the variable you are trying to reference is found in the form scope? i.e. it was POSTed from another template? Try referencing this variable from the URL scope or without a scope at all. -- Josh Meekhof FARRAH NG wrote: I am trying to pass a form.variable to another cfm