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 confused about JavaScript in regards to server-side/client-side.

JavaScript runs in the browser. If it's not enabled in the browser then JavaScript won't work.

You can validate things server-side, but it's different behavior: server-side validation runs after a submit.

That said, AJAX means that isn't necessarily true anymore and there's all sorts of games you can play with that, if you think you're up to it.

Dave



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

Reply via email to