Code Comments
Programming Forum and web based access to our favorite programming groups.i want to force the web page address to be saved in browser history using asp vbscript. please advise on how to do it.
Post Follow-up to this messageS N wrote: > i want to force the web page address to be saved in browser history > using asp vbscript. > It is not possible to access browser properties such as history via server-side asp script. I doubt what you're asking for is even possible via client-side (non-asp) script. Why do you need this? The browser is already storing the current page address in history. Why do you see a need to force it to do something it is already doing? -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.