Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
amy_jo #1
Passing Variable in getURL
Having a little trouble,its probably something simple but I've not that
familiar with Java.
<cfinput type="button" name="EditPass" value="Edit Bus Pass"
tooltip="Click here to edit the selected bus pass."
onclick="getURL('BusPass.cfm?PASSID=+getBusPass.Pa ssID');">
When I click the button it gives me the following error showing the correct
link:
Line 295 Char 1
Object Expected
Code ()
URL=http://....buspass.cfm?passID=13
amy_jo Guest
-
PASSING VARIABLES WITH getURL
Hopefully, this is a simple answers. Need to pass variables to a .cfm page in another frame using getURL. getURL("frame2.cfm","bottom","POST") ... -
problem: geturl with variable?
Hi I am trying to build a user-friendly Flas detection. This is supposed to use the old trick of displaying a swf on the page with one frame. The... -
Using getURL to send a Variable to a PHP File
Using the getURL method i am attempting to attach a php variable to the URL and open it in a browser... the url is simular to this ... -
putting a variable into getURL in flash
Hi, I am sure this is a quick fix. But could use some help. I am pulling a bunch of variables from a php page. from those vairables i want to... -
getURL parameter passing bug?
I'm using getURL with "_blank" as the second parameter to open a new window to return the results of a cgi query. The user can close that second... -
The ScareCrow #2
Re: Passing Variable in getURL
You have the final quote in the wrong place
<cfinput type="button" name="EditPass" value="Edit Bus Pass" tooltip="Click
here to edit the selected bus pass."
onclick="getURL('BusPass.cfm?PASSID='+getBusPass.P assID);">
Ken
The ScareCrow Guest



Reply With Quote

