Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
Buenas
Necesito ocultar la barra de herramientas del Internet Explorer, utilizando ASP .NET con c#, si alguien pudiera decirme como poder ocultar la barra.
Good Morning
I need hide the toolbar of Internet Explorer, im using ASP .NET with c#, if somebody could tell me how can i hide the tool, Is It possible with script c#?
:afrog: Thkx
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
Moved from the ASP.NET CodeBank.
(I put it in C# because that is the language mentioned although so is ASP.NET. If this should be in the ASP.NET section, let me know and I'll move it there.)
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer
Qué toolbar? Usted esta intentando ocultar ventana del IE toolbar?
Which toolbar? Are you trying to hide any IE window's toolbar?
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
Perhaps you mean the way you sometimes get a popup with no toolbar and no statusbar?
Javascript could do it I think.
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer
Si el Toolbar del Internet Explorer es el que estoy intentando ocultar
Yes Im trying to hide the IE window's toolbar
Se que en javascript se podría hacer así:
<script language=javascript>
function ventanaSecundaria (URL){
window.open(URL,"","width=870,height=553,scrollbars=NO")
}
</script>
<A href="javascript:ventanaSecundaria ('http://www.vbforums.com/showthread.php?t=362849'>FORO</A>
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
That's what you'd use inn ASP.NET. You'd call a javascript function that calls a window without a toolbar. Have you already found your answer or do you have some question we didn't understand?
(No more spanish please)
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
ive found the question
thks
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
Quote:
Originally Posted by mlhsoft
ive found the question
thks
So you want the answer? :confused: