I have a button click event on my page...
During this code execution, I may or maynot create a woof.txt file.
At the end of the button click, if Woof.txt exists, then I would like the user to see a Save As Diaglog box...

What's the 2 lines of code for this?

Woka