sree_learning Beginner
Joined: 27 Nov 2005 Posts: 4 Topics: 4 Location: Chennai
|
Posted: Sun Nov 27, 2005 8:53 am Post subject: SAS/HTML - need info on how to capture User Response |
|
|
Hi,
We are working on a project involving SAS-HTML. We get a Filter screen in HTML (coded in ASP) which prompts the User to select a set of data(these are captured in variables defined in ASP and are sent back to SAS), SAS then fires a SQL query using these variables and creates a report.
Now, while displaying these reports there are hyperlinks that are attached to some fields(We set the hyperlinks by passing definite URls in the SAS script itself). When the User clicks on each link of the report it calls appropriate reports pertaining each link. There is a single SAS query at the backend which takes in what the User has clicked for and then fires the query.
Problem is, how do I capture what the User has clicked - rather is there any way to capture the Click event of the User. Even if that is possible we can code in the SAS script, that
ON USER-EVENT-CLICK
...check for var-1
....do processing 1
else
...do procesing 2.
Any pointers/leads to the above would be really helpful.
Thanks, _________________ - Sree |
|