Re: Calling server side via javascript

2003-02-18 Thread Joe Chen
EMAIL PROTECTED] Subject: Re: Calling server side via javascript Hi! You can "use" just the same script with JSP/servlet as well (since you're not using ActiveX in your JSP/servlet, your JSP/servlet is just printing HTML code that makes the client use it). But you'd have an IE-

Re: Calling server side via javascript

2003-02-18 Thread Michael Weller
Hi! You can "use" just the same script with JSP/servlet as well (since you're not using ActiveX in your JSP/servlet, your JSP/servlet is just printing HTML code that makes the client use it). But you'd have an IE-only site because only IE understands that ActiveX stuff. If you really don't want a p