LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 17 Jun 2007 10:00:20 -0400
Reply-To:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Organization:   Internet News Service
Subject:   Re: help Using HTML form (or javascript) to trigger SAS!
Comments:   To: sas-l@uga.edu

Eversmann wrote: > hi, > > i have a set of SAS macros, and all the macros are called from a > single sas program. > > i wish to take the parameters for the macros from a simple HTML > form... (no server side/client side complications... all done in 1 > client machine using windows xp). > > could anyone help with some idea/code to make it so the user can > simply enter the parameters in an HTML form and hit submit to trigger > the SAS program.

With appropriately low security, a javascript or vbscript embedded in an HTML file can instantiate an Application.SAS object and have it run code.

------------------------

Here is another twist for Windows. SAS uses the Windows Explorer com object to render html and capture webform inputs.

http://www.devenezia.com/papers/nesug-2006/ http://www.devenezia.com/papers/nesug-2006/nsug2006.sas7bcat

http://www.devenezia.com/downloads/win/CaptureSubmit.html

-- Richard A. DeVenezia


Back to: Top of message | Previous page | Main SAS-L page