Results 1 to 9 of 9

Thread: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2003
    Posts
    17

    Smile 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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.)

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2003
    Posts
    17

    Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)

    Thnks

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  5. #5
    Fanatic Member
    Join Date
    May 2005
    Posts
    898

    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

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Jun 2003
    Posts
    17

    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>

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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)

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Jun 2003
    Posts
    17

    Re: Ocultar barra de herramientas de Internet Explorer(hide toolbar Internet Explorer)

    ive found the question
    thks

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width