Re: javascript in validator -- html:javascript

2005-11-23 Thread Dave Newton
Frank W. Zammetti wrote: There *was* in fact a server-side Javascript technology at one point, but it was short-lived, not used much and IIRC specific to Netscape's old web servers. I had the misfortune of having to deal with in app developed in it probably seven or so years ago... not pleasa

Re: javascript in validator -- html:javascript

2005-11-23 Thread Frank W. Zammetti
Dave Newton wrote: JavaScript runs in the browser. If it's not enabled in the browser then JavaScript won't work. There *was* in fact a server-side Javascript technology at one point, but it was short-lived, not used much and IIRC specific to Netscape's old web servers. I had the misfortune

Re: javascript in validator -- html:javascript

2005-11-23 Thread Dave Newton
fea jabi wrote: Is there a way to execute the javascript on server-side? Um... Simple answer is no. My application requirement is the users may not have javascript enabled on their browsers. Can I still use this html:javascript. Or is there any oher alternative to do this? I think you're

Re: javascript in validator -- html:javascript

2005-11-23 Thread fea jabi
why, if I can write a javascript in validator-rules.xml, I should be able to able to get the dialog right. using confirm of javascript. if I give below in jsp staticJavascript="true" /> it works fine. But I observed that the javascript is generated on client side. Which I don't want. Is th