I mean what I can do in the code of the file itself that I want to be
displayed in the browser, not in the code in the called file.
Thahk you.
Peter V.
>
> <script language=javascript>
> function dispOrder(NewOrder)
> {
>
> window.open
('popupPage.asp'','toolbar=no,location=no,directories=no,status=n
> o,scrollbars=no,width=175,height=175,top=300,left=400')
> }
> </script>
>
>
>
> You have a bunch of Features for the wondow.open method.
>
>
> ----------------------------------------------------
> Jason A. Greenfeld
> Lead Software Developer
> Unitek Technical Services
>
>
> -----Original Message-----
> From: peterv@m... [ mailto:peterv@m...
> <mailto:peterv@m...> ]
> Sent: Friday, March 01, 2002 10:59 AM
> To: HTML Code Clinic
> Subject: [html_code_clinic] Browser bars
>
>
> I would like to open my web page in a browser without "Standart
> buttons","Address" and "Menu" bars. Could anybody help me?
> Thank you.
> Peter V.