Programmatically controlling IE from asp.net

N

Neil

I'm not sure where I should be asking this question but this seemed as good
a starting point as any.

I will shortly be building a asp.net application using v2 of the .net
framework.

I want to know how I can programmatically customize the browser (it will
only be IE that is used) to remove things like the Standard Buttons bar.

I've tried looking in various news groups and searching in Google but am
obviously not typing in the right stuff

Can anyone shed some light on where I should look?

Thanks

Neil
 
M

Michel de Becdelièvre

I want to know how I can programmatically customize the browser (it will
only be IE that is used) to remove things like the Standard Buttons bar.

That's because you are not looking at the right place, that's not an Asp.Net
question, that's a JavaScript question.

For new windows (pop ups) :
var ouverte = window.open( url_cible, '', 'toolbar=no, location=no,
directories=no, status=yes, menubar=false, width=1012, height=690,
resizable=yes' );
 
B

Bruce Barker

you can't anymore do to security reasons. if you really need this feature,
you will have to create your own custom browser that your users download and
run. you can create one using the web browser control.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top