[mapserver-users] Rosa and javascript
Yewondwossen Assefa
assefa at dmsolutions.ca
Thu Jun 13 06:53:28 PDT 2002
Hi There
You need to define TB_BUT_?_JSACTION with something like this :
<PARAM NAME="TB_BUT_pquery_INPUT" VALUE="auto_rect">
<PARAM NAME="TB_BUT_pquery_NAME\" VALUE="CMD">
<PARAM NAME="TB_BUT_pquery_VALUE" VALUE="QUERY_POINT">
<PARAM NAME="TB_BUT_pquery_JSACTION" VALUE="TestFunc('aaa')">
You need a Javascript function called TestFunc defined something like
function TestFunct(value)
{
window.alert(value);
}
When the action is done using the button, instead of submitting the page, the
javascript function will be called.
Hope it hepls,
Later,
Guillaume Sueur wrote:
> Hi there,
> Reading rosa applet documentation, I saw that it was possible to call a
> javascript function from a rosa applet button using the JSACTION parameter.
> But I haven't able to use it properly yet. Could someone give me a hint ?
> Thanks
>
> --------------------------------------------------------
> Guillaume SUEUR
> Ingénieur développement SIG
> Géosignal
> 25bis av Marcel Dassault
> BP 5836
> 31505 TOULOUSE CEDEX 5
> Tél : 05 61 17 47 17
> --------------------------------------------------------
--
----------------------------------------------------------------
Assefa Yewondwossen
Software Analyst
Email: assefa at dmsolutions.ca
http://www.dmsolutions.ca/
Phone: (613) 565-5056 (ext 14)
Fax: (613) 565-0925
----------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20020613/8be4f82e/attachment.htm>
More information about the MapServer-users
mailing list