Hi,
I have an ASP app., that is used with outlook folder home pages.
When i select a folder the asp page is displayed.
I have a client script that retrieves the name of the folder selected.

I want to use the FolderName i have got here , for a database search.
I am assuming i should use a Server Side script to do this.

Is it possible to have a client and server script on the same page?
Can I use a variable i have declared in the client script in the server script?

Finally, my client script gets the outlook folder on the Window_Onload event. Does anyone have any idea of how i can use the result of this in a server side script to run after the cleint script??

This probably makes no sense , but if anyone has even the faintest idea of what i'm on about , please let me know.
Thanks