ASP FormsAs of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
need some expert help. i am open an excel file with a simple link as "<a ="file:///c:/inetpub/wwwroot/test.xls">"
no problem with this.
it opens in the same window (same explorer window) as my asp form is. This is what i want so this is not the problem!
What happens is that when i open the excel workbook i have some data being retrieved from the database and later when the user inputs some values inside it and clicks button "SAVE" inside it i will save it in the database directly thru vba code.
when i simply click the link and open the workbook and i click back button it gives an informative message as:
"the document has been modified.Do u want to save the changesÂHÂg
yes: save your changes
no: discard your changes
cancel: keep this document open.
i simple want to supress this error message?? how can i do that?
i am using asp as the web langeuage