Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove Browser Info using ASP

Status
Not open for further replies.

notrut

Programmer
Feb 6, 2002
87
CA
Hi,

Does anyone know if it is possible to use ASP to remove the browser info (i.e. the Back, refresh buttons, and the menu items) at the top of a page using ASP??? I know you can use Javascript, but can you do it using ASP???

Any help would be greatly appreciated!!
 
You might be able to do it if the server has a monitor. [wink]

kidding! Really though, ASP runs on the server and only there so the ebst you're going to do is output client configuration scripts to the browser. you can create instances of IE as InternetExplorer.Application but that is client side again.

Unless this is a closed door application scenario, (as in your company usage only) you do not want to be hiding/disabling/configuring the clients menu options on the software they have souly chosen for use on their machines.

___________________________________________________________________

The answer to your ??'s may be closer then you think.
Check out Tek-Tips knowledge bank by clicking the FAQ link at the top of the page faq333-3811
 
it is all Client Side so ur looking into some sort of Scripts...JS or VB....never the less, still on the client side.

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top