I am writing numerous ASPs in Interdev 6.0 with server side VBScript and some client side Javascript. I want all of my pages to load in a browser where i can remove the menu bar, status bar, etc. I can load the default.asp in a full browser, for example, and fire subsequent links using the Javascript window.open(url,name,modification) technique but I wonder how to open the initial default.asp this way?
Does anyone know how to accomplish this using VBScript on the server side?
Next Question: Since the user won't have a toolbar, i have a couple of javascript nav buttons (print, back) and so on;
also assume I will disable keyboard shortcuts (if I can figure that out) - when printing from IE, the URL is shown in the footer. I want to hide that; does anyone know any VBScript or JavaScript parameter settings for modifying IE or Netscape printing? I know the user can modify the headers and footers in Page Setup but I don't want the user to modify anything.
Thanks if anyone can help;
Nelson
Does anyone know how to accomplish this using VBScript on the server side?
Next Question: Since the user won't have a toolbar, i have a couple of javascript nav buttons (print, back) and so on;
also assume I will disable keyboard shortcuts (if I can figure that out) - when printing from IE, the URL is shown in the footer. I want to hide that; does anyone know any VBScript or JavaScript parameter settings for modifying IE or Netscape printing? I know the user can modify the headers and footers in Page Setup but I don't want the user to modify anything.
Thanks if anyone can help;
Nelson