Toolbar - less browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rikesh

    Toolbar - less browser

    Hi

    I'm designing a small web application which is a table displaying live data
    which updates every minute or so. This app is very small and will stay open
    on a client PC's pretty much all day. So I was wondering if it is possible
    to display it in a browser , without the IE toolbars, just like a fixed
    dialog.

    Am I making any sense ;-) ?Any ideas?


    --
    Kind Regards

    Rikesh
    (V.InterDev6.0-SP5/W2K-SP4/SQL2K-SP3)


  • Don Verhagen

    #2
    Re: Toolbar - less browser


    "rikesh" <rikesh_patel@w ebsite.com> wrote in message
    news:u9eG7JwFEH A.3064@tk2msftn gp13.phx.gbl...[color=blue]
    > Hi
    >
    > I'm designing a small web application which is a table displaying live[/color]
    data[color=blue]
    > which updates every minute or so. This app is very small and will stay[/color]
    open[color=blue]
    > on a client PC's pretty much all day. So I was wondering if it is[/color]
    possible[color=blue]
    > to display it in a browser , without the IE toolbars, just like a fixed
    > dialog.
    >[/color]

    This is a client side issue. Check out javascript and the window.open
    options in a jscript group.


    Don



    [color=blue]
    > Am I making any sense ;-) ?Any ideas?
    >
    >
    > --
    > Kind Regards
    >
    > Rikesh
    > (V.InterDev6.0-SP5/W2K-SP4/SQL2K-SP3)
    >
    >[/color]


    Comment

    • Jeff Cochran

      #3
      Re: Toolbar - less browser

      On Wed, 31 Mar 2004 10:27:49 +0100, "rikesh"
      <rikesh_patel@w ebsite.com> wrote:
      [color=blue]
      >I'm designing a small web application which is a table displaying live data
      >which updates every minute or so. This app is very small and will stay open
      >on a client PC's pretty much all day. So I was wondering if it is possible
      >to display it in a browser , without the IE toolbars, just like a fixed
      >dialog.[/color]

      Yep. But not an ASP issue. Try an IE group and ask about "Kiosk
      Mode"

      Jeff

      Comment

      • rikesh

        #4
        Re: Toolbar - less browser

        Cheers Don, thanks for the suggestion.

        "Don Verhagen" <news@southea st-florida.com> wrote in message
        news:c4eeje$2hq ave$1@ID-181477.news.uni-berlin.de...[color=blue]
        >
        > "rikesh" <rikesh_patel@w ebsite.com> wrote in message
        > news:u9eG7JwFEH A.3064@tk2msftn gp13.phx.gbl...[color=green]
        > > Hi
        > >
        > > I'm designing a small web application which is a table displaying live[/color]
        > data[color=green]
        > > which updates every minute or so. This app is very small and will stay[/color]
        > open[color=green]
        > > on a client PC's pretty much all day. So I was wondering if it is[/color]
        > possible[color=green]
        > > to display it in a browser , without the IE toolbars, just like a fixed
        > > dialog.
        > >[/color]
        >
        > This is a client side issue. Check out javascript and the window.open
        > options in a jscript group.
        >
        >
        > Don
        >
        >
        >
        >[color=green]
        > > Am I making any sense ;-) ?Any ideas?
        > >
        > >
        > > --
        > > Kind Regards
        > >
        > > Rikesh
        > > (V.InterDev6.0-SP5/W2K-SP4/SQL2K-SP3)
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...