|
-
Sep 28th, 2005, 03:44 AM
#1
Thread Starter
Junior Member
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#?
Thkx
-
Sep 28th, 2005, 05:36 AM
#2
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.)
-
Sep 28th, 2005, 09:22 AM
#3
Thread Starter
Junior Member
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
-
Sep 28th, 2005, 09:26 AM
#4
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?
Last edited by mendhak; Sep 28th, 2005 at 10:11 AM.
-
Sep 28th, 2005, 09:59 AM
#5
Fanatic Member
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.
"so just keep in mind that fantasy is not the same as realtiy and make sure u remember that wii sports may be fun but u cant count on it as exercise ok cool bye" - HungarianHuman
-
Sep 29th, 2005, 03:54 AM
#6
Thread Starter
Junior Member
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>
-
Sep 29th, 2005, 05:41 AM
#7
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)
-
Sep 29th, 2005, 10:39 AM
#8
Thread Starter
Junior Member
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
ive found the question
thks
-
Oct 2nd, 2005, 04:43 AM
#9
Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)
 Originally Posted by mlhsoft
ive found the question
thks
So you want the answer?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|