I hope I understand your question correctly. :)

I'm not too familiar with that javascript function (I assume this is what you are talking about), but can't you just put the submit info in the URL of your on change? ie something like $jslink?js_peid=<blah>&eventSubmit_do<Action>=<text>

All the form does is construct a URL the client then sends, right? To see the format of that URL just change some example form to use the GET method, then have a look at the URL.


-tk



At 08:03 AM 10/8/2003 +0200, [EMAIL PROTECTED] wrote:
Hi,

Is it possible to invoke portlet Action events using onchange=""
attribute of html form element such as <select/>?
So, instead of a submit button with a name "eventSubmit_do[Action]",
I wish to use the onchange event of <select/> element.

If this is not provided by Jetspeed as is, could I then perhaps
extend the system to accommodate for my requirement and if so what
class should I be looking at extending?

Thx
--Alen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to