|
Prev: له في خلقه شئون: طفلة هندية بوجهين
Next: Microsoft VBScript compilation error '800a0400' option explicit
From: S N on 6 Apr 2008 12:13 i want to force the web page address to be saved in browser history using asp vbscript. please advise on how to do it.
From: Bob Barrows [MVP] on 6 Apr 2008 13:06
S 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" |