Hi,

I have used htm pages that have script blocks in them. I know that these run on the client side. As far as I know, htm files are not processed by IIS at all and so no server side script can be run from within these pages (right?).

I have just seen that VI6 allows a script block within an htm page with the RUNAT=server property. Does this really make the script run on the server? Can I call that function from the client side to run on the server at any time?

Can anyone explain what this is for?

Thanks