Sagewire Logo

Passing Variable in getURL

2 Message(s) by 2 Author(s) originally posted in flash and cfml


From: amy_jo Date:   Friday, June 29, 2007
Having a little trouble,its probably something simple but I have 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.PassID');">


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


From: The ScareCrow Date:   Sunday, July 01, 2007
You've 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.PassID);">
Ken



Next Message: access to Browser status bar


Blogs related to Passing Variable in getURL

acrobat java script tutorial
gui scripting asp java passing script variable java script time zone extends php java script windowclose cool 3d menu java script java script manual download java script menus smpp php javascript script function java pass script string ...

Skin Spider : The Page Equivalent Url
All we need to do is use the server name, the ColdFusion template being called, and all related variables in the query string. The server name and the ColdFusion template can be taken directly from the CGI object or the underlying ...

Re: PASSING VARIABLES WITH getURL
Don't think you understand my question. I DON'T want to append the value to the URL. Is there a way, with getURL to 'POST' the values instead of sending them attached to the URL?? What is the 'POST' option on the getURL syntax used for ...

Submit CFCALENDAR onchange
I eventually came across a page, Passing Variables Around - Flash to HTML and Back that talked about how to emulate a METHOD="GET" submit in ActionScript. I then learned about how AS names fields and some basic date functions and came ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional