473,770 Members | 3,983 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

req help: make page open 'itself' without toolbars

net
I know how to make a page open itself at a certain size and location - I
use:

<html>
<head><script language="Javas cript">
window.resizeTo (370,220);
window.moveTo(1 0,10);
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFF F" text="#000000">
page content here</body>
</html>.

Problem is, this page opens with
toolbar,locatio n,directories,s tatus,menubar,s crollbars etc, which I don't
want. What extra script do I need that will make this same page open without
the toolbar,locatio n,directories.. .etc.
Please note: this page isn't going on the internet, it's for personal use so
no-one's going to be pissed off with having their browser altered. I've also
tried lots of scripts so far but they all open another window in one way or
another which is unsuitable. I just seek script to add to the above so the
page creates itself without all the gumf.
Thanks for any help.
Jul 20 '05 #1
1 4806
In article <10************ ****@ersa.uk.cl ara.net>, "net" <no****@nospam. org>
writes:

I know how to make a page open itself at a certain size and location - I
use:
<head><scrip t language="Javas cript">
window.resizeT o(370,220);
window.moveTo( 10,10);
</script>

</head>

page content here
.

Problem is, this page opens with
toolbar,locati on,directories, status,menubar, scrollbars etc, which I don't
want. What extra script do I need that will make this same page open without
the toolbar,locatio n,directories.. .etc.
Please note: this page isn't going on the internet, it's for personal use so
no-one's going to be pissed off with having their browser altered. I've also
tried lots of scripts so far but they all open another window in one way or
another which is unsuitable. I just seek script to add to the above so the
page creates itself without all the gumf.
Thanks for any help.


The only way to open the browser via script without all the "chrome" that you
don't want is via the window.open call. Open a new window without the chrome,
close the original. Once the window is open, script has no ability to remove
the toolbars,menuba rs, etc.

--
Randy
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1982
by: Chris | last post by:
Hi I have designed my website to fit my standard windows. I use a javascript scroller that nescitates the removal of the browser scroll bars. However if a user has an extra toolbar open in his browser like a google or yahoo toolbar or a links toolbar it pushes the content down and slightly out of view. I don't want to use a pop up window with toolbars=0 as this is often blocked by software. What I would like is to open the...
19
13047
by: Albretch | last post by:
Hi, client wants for a window with no toolbars to open (technical and 'esthetical' reasons) after the window, user clicks on, is being closed. I told them about security settings in browsers and no cross-browsers solutions and all of that we know, but they have told me they have seen that before and how then the annoying pop-up windows work? . . .
1
1948
by: Simon Lee | last post by:
Dear all, I write a following form in the html page and link to the webpage without scrollbar,menubar, with a fixed size as follow: ------------------------- <form name="formsearch" method="post" action="/update/search.php" target="new" onSubmit="return CheckForm2()"><input type="hidden" name="PHPSESSID" value="f7092b1e7077d992e854d60c797084f9" /> <div valign=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b> <font size=1 ...
7
1471
by: Bugsy | last post by:
hi , i dont want to open new window as popup but i still want the window to be opened from <A> tag (target = _BLANK ) without toolbar , address bar , etc , how can i do this?
2
2995
by: Steve Cosh | last post by:
Hi, Im writting an asp app that tracks the users scores and info (its a training app) to a access database, ive disabled the ie toolbars and everthing so the user must use my nav buttons so i can track what pages they have been to. My problem is if the user closes IE with the close button , is there a way i can redirect them to my close database and save results page, i cant use the unload event as this is trggered every time the use...
0
1457
by: cabrenner | last post by:
First of all, I have been using the newsgroup to find answers to my development questions for several months, and it has been extremely helpful. I have an access app which closes all toolbars when a form is open. I have created a report menu which I use in place of the standard menu for reports. Forms are set to open to a specific size and location (left and top at 0), all toolbars are closed prior to form positioning. Here is my...
1
1251
by: Jack | last post by:
Hi, I'm having a problem with web page navigation. Senario: I have one web page (webpage1.aspx) which hosts a control containing a datagrid with a list of charges. Underneath the datagrid there is a link which says 'Generate Invoice'. When the customer clicks on the link a pop-up window appears with a printer friendly Invoice.
2
1359
by: Mohammad Amin | last post by:
Hi, I have a login page with a submit button for user validation and enter to the main page. If user validation is ok, it redirected to the main page at current window. I want remove all toolbar of browser window after user checked such as Main menu, standard buttons and.... Best Regards bye.
2
1829
by: jmdolinger | last post by:
Hi all, Sorry if this has been covered before, but is there anyway that one could remove menubars/toolbars from an existing browser window, without having to popup a new window using window.open(), and supplying the feature string? Thanks for any input/replies! Jason
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10228
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9869
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8883
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7415
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5312
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5449
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3575
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2816
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.