Steve, I've already run in to trouble with VBS. I've done some Java in college so I think I'll get a book on Java Script. Do you have any suggestions on which one? I'm partial to O'Reilly but I buy what ever.
Cheers, Jim -----Original Message----- From: Steve Warnock [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 8:22 AM To: [EMAIL PROTECTED] Subject: RE: [WhatsUp Forum] Scripting in WUG ASP pages A word of warning on VbScript. Generally, if you use VBscript for client side scripting you will lose most browser compatibility except for IE of course. It's best to use Javascript for client side scripting in my opinion. The original poster sounds like he wants to do server side vbscript which is not possible via a What's UP web server. VBscript will only work from the client side and not the server side via the built in web server in Whats UP. If you want server side VBscript, Java, Microsoft ASP, PHP you must move to a web server such as IIS, Apache, etc. Running both the What's Up Web server and another web server is an option. Thanks, Steve Warnock Advanced Computer Connections 419-668-4080 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Cook Sent: Thursday, July 15, 2004 5:15 PM To: Jim Ruddell; [EMAIL PROTECTED] Subject: RE: [WhatsUp Forum] Scripting in WUG ASP pages That is correct, WUG has it's own very small ASP language. You can not use any other server side language. However you can use any client side language you want. Javascript & VBscript both work on the client side. Hope this helps. ---Original Message----- >From: "Jim Ruddell" <[EMAIL PROTECTED]> >Sent: 7/15/04 9:13:55 AM >To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >Subject: RE: [WhatsUp Forum] Scripting in WUG ASP pages > >All, > >I've seen the Java Script which helps but now I need to know if anyone has been able to get VBScript to work? I can't seem to. I had one of our resident ASP guys take a look and he determined that the WUG version of ASP doesn't conform to standard ASP. If Java works and is the only language I'll get a book and go from there. > >Cheers, > >Jim Ruddell >Network and Systems Engineer >Mi Services Group >900 West Valley Rd. >Suite 900 >Wayne, PA 19087 >610-230-2500 x 155 >[EMAIL PROTECTED] > > > >Please visit http://www.ipswitch.com/support/mailing-lists.html >to be removed from this list. > >An Archive of this list is available at: >http://www.mail-aîârchive.com/whatsup_forum%40list.ipswitch.com/ >rjyjÒâ
