bhamm Posted December 2, 2008 Posted December 2, 2008 is it possible to set a field with a URL.. alternately, if i could call a script with a URL, that'd be fine too. i used to include "&-script=scriptName" when i was doing this in CDML.. thanks in advance! brian
Baloo Posted December 11, 2008 Posted December 11, 2008 you mean something like this? if (isset($_GET['runMyScript']) && $_GET['runMyScript'] == "YesPlease") { $script = $fm->newPerformScriptCommand($layout, $scriptName, $scriptParms); $script->execute(); }
bhamm Posted December 13, 2008 Author Posted December 13, 2008 hey! thanks for getting back.. i ultimately handled this a different way on my form (without a script), but your reply looks like what i was after. I suspect i'll be needing this for something else later.. so, thank you brian
Recommended Posts
This topic is 6163 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now