Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
weswhite7 #1
The variable won't pass
The problem I am having is with setting a variable which would hold an id and
it would be used on multiple pages. The variable should change when you change
the selection on the forms menu just about it but it wont even initially set
it. The navigatin page which is where this is on, is an include and is run on
everypage. Also I've tried passing it up into the url, but that doesn't work,
and I've tried onchanges for the menu so that onchange it puts the new id in
the url, but again it said my form item was not defined.
Anybody help?
weswhite7 Guest
-
How to pass a variable to a second page
i have a page that i need to set a variable in and pass it to another page in my site but i cannot do it through a url because the second page once... -
Login needs to pass variable
The profile form CFINCLUDEs the login page in the header. If I attempt to view the profile.cfm?userID=XX I am switched to the login form as... -
How to pass a variable to .t file
Can someone help me understand how does one pass variable to a Perl test script from the calling program? Is such a mechanism available? To... -
[PHP] Still can't pass variable through url
<?php $year=1999; $month=march; echo "<a href=\"http://www.thingamajigger.com/index.php?year=$year&month=$month\" ?> -
Can't Pass variable to other page
Jack wrote: IIRC, a default installation does not automatically make global variable ou of GET parameters. try: <? echo $_GET.'<br />'; echo... -
Vbprog40 #2
Re: The variable won't pass
I can tell you that for varibles to be passed to a include page you must use
Attributes in the include statment.
For varibles to be passed back to the parent page from the include page you
must set Caller varibles from the include page.
Let me know if this helps you.
Vbprog40 Guest
-
weswhite7 #3
Re: The variable won't pass
actually whats funny is that about 10 minutes after i posted this, i pretty
much found the most simplistic way by including a "Go" button, so on
form.submit reprocess the url with cflocation url and add the variable
weswhite7 Guest



Reply With Quote

