Guidelines on running VBScript "ATSERVER"

  • Thread starter Thread starter JimReid
  • Start date Start date
J

JimReid

Does anyone have any guidelines on when to run "ATSERVER" and when not
to? I have an application that I'm trying to get running that has HTML
and VBScript. I want to have the client make a selection and then run
a query on SQL based on the answers. I was trying to do it on one web
page but it appears that the stored procedures have to run "ATSERVER"
but the response does not.

Is there a rule of thumb maybe that says separate user input from back
end processing and is there an easy way to pass the recordset from the
stored procedure to another web page for display?

This is all very interesting and I'm an old mainframe cobol programmer
trying to learn some of the new technology.

Thanks,

Jim
 
Hi Jim Reid,

First run at server is an ASP.net attribute that allows any HTML element to be classed. Are you using ASP.net?
 
All VBScript should be run at the server, since only an IE browser on the client side would be able
process the script.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Start here http://www.w3schools.com/asp/default.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Does anyone have any guidelines on when to run "ATSERVER" and when not
| to? I have an application that I'm trying to get running that has HTML
| and VBScript. I want to have the client make a selection and then run
| a query on SQL based on the answers. I was trying to do it on one web
| page but it appears that the stored procedures have to run "ATSERVER"
| but the response does not.
|
| Is there a rule of thumb maybe that says separate user input from back
| end processing and is there an easy way to pass the recordset from the
| stored procedure to another web page for display?
|
| This is all very interesting and I'm an old mainframe cobol programmer
| trying to learn some of the new technology.
|
| Thanks,
|
| Jim
|
 
Back
Top