Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Passing data from callserver to FormAPI
Andy Knipp
SO I have a callserver set up. It generates some information (names of DCRs and locations without workarea). and passes it back to FormAPI with onload="javascript:parent.getScriptFrame().$callBackFunction('$names','$location')" inside HTML and BODY tags.
$names = "One | Two | Three" etc and $location is the same.
The problem is that when there are too many to long (2080 char fails but hundreds of characters works). I figure I need to be able to pass about 16K or so.
What is a better approach ? I assume i am hitting an issue with GET/POST.
Tips/Pointers/RTFMs appreciated.
Andy
Find more posts tagged with
Comments
There are no comments yet