View Single Post
  #3 (permalink)  
Old July 5th, 2003, 05:42 PM
Greg Griffiths Greg Griffiths is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

The MsgBox is part of the client side VBScript that is returned from the ASP page, as is the Office Automation call - this happens on the CLIENT side.

9 times out of 10 this all works fine, especially in a new browser session, but in the other cases the browser will just render an empty page - but saving the source as a .html and running that in a new browser works fine.
Reply With Quote