Dear SAS experts,
is it possible to include a JavaScrip into the SSP in order it would be executed on the browser, when SSP Server returns HTML to the browser ?
Here is a simple example of executing a JavaScript function:
*ProcessBody;
%STPBEGIN;
proc print data=sashelp.class; run; quit;
ods html text='';
%STPEND;
Vince
SAS R&D
Special offer for SAS Communities members
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.