473,657 Members | 2,634 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Popup box- window properties help

3 New Member
I am new to creating these- i have some questions
I have a org chart in powerpoint that I have saved to html. In that powerpoint there are several hyperlinks set up to open new pages. those pages have in them the following function to resize them
<SCRIPT LANGUAGE="JavaS cript">
<!--
function wresize(ID)
{
window.resizeTo (500,320);
}
//-->
</SCRIPT>
Which I call onLoad="javascr ipt:wresize()"

So this seems to work but I do not want the toolbars and ect to be on all these little windows that popopen-- how do I get them to go away.


Also-If I close down the web browser, the next time I open it its the little bity size it was for the popup- how do I stop that??

Thank you in advacne
Mar 2 '07 #1
3 1689
acoder
16,027 Recognized Expert Moderator MVP
See this page.
Mar 2 '07 #2
JAW1971
3 New Member
Thanks
but this little link can change all the time-- where the document its coming off of does not...
so I cant have the URL hardcoded in there.... and i believe that my popup has to be configure BEFORE I open in, correct
Mar 2 '07 #3
acoder
16,027 Recognized Expert Moderator MVP
Thanks
but this little link can change all the time-- where the document its coming off of does not...
so I cant have the URL hardcoded in there.... and i believe that my popup has to be configure BEFORE I open in, correct
Yes, you can configure the popup as you open in the open method and you should also be able to change some of the properties after the window has been opened.

To get rid of toolbars, use 'toolbars=no' for the third parameter. You can't get rid of them after the window has been opened.
Mar 3 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
47662
by: dzeeq | last post by:
Hi, I wonder if it's possible to replace standard text on confirm-popup buttons from 'ok' and 'cancel' to some other captions. If not, is there a way to create quickly custom dialog, with only two buttons, returning 'true' or 'false'? Would I have to use forms to return value from my custom dialog? Thanx for any help.
2
1843
by: Earl T | last post by:
I am using IE only for this control I am building. I have created a rich text box that the user can popup (using dhtml and a div tag) to allow the user to enter wiziwig html text. However, when the popup is displayed, I would like to pervent the user from clicking outside of the popup. I can get it to partially work by putting an onclick event in the body tag and setting focus back to an element of the popup. However, buttons are still...
1
2614
by: Blue® | last post by:
The page below creates a popup message on the screen. It printed the popup box 30 pixels from the left: document.getElementById("dwindow").style.left="30px" How do I modify it so that the popup box is always centered on the screen regardless of the monitor resolution of the users? I do not know JS and I have been testing without success. Anybody can help? Thanks.
3
3267
by: Jinsong Liu | last post by:
I am using a RequiredFieldValidator to validate a text box at client side. but when I click the submit button without typing anything into the text box. I get a popup box saying "There were problems with ...", a error message also displayed beside the text box. how can I disable the popup?
1
1076
by: luna_s | last post by:
i have a popup box in a form a user can enter data in this popup box and hit save - how can i refresh the main page with the new data ? popup is javascript - the datas saved to a database the main form connects to the same database - i can get it to appear once i search again on the same id number thanks mark
3
3973
by: Ipsita | last post by:
Hi, I am explaining the scenario of what I am trying to do: - I have a webform with some controls, from which I am taking the data. eg say Username, password - I am passing these data as parameters to the web service method result = serviceproxy.VerifyUser(username, password) on the event of the "Submit" button_click. - The webservice webmethod uses the username, password to verify if the user is valid user. If no, it sends an error...
2
2306
by: Simon Verona | last post by:
I have a problem, best explained by example. I have a usercontrol which contains a text box and a button. If the button is clicked then the calender control is displayed as a "popup" so that a date can be chosen. This replicates the date-picker control except that it has other checks in it (my user control also has the ability for other data types with other "popups" for validation).... The problem is that if the user control is at...
4
32419
by: Paul Furman | last post by:
I can't find a way to create an alert popup box for debugging, is this possible in php? I guess I'm thinking of visual basic where that was so easy, in php I normally use *print* for this but it can be hard to find. thanks
6
3199
by: sbettadpur | last post by:
hello everybody, i am using readymade popup calendar for my application, it's working fine. But i am facing some problem i.e. if i click on the calendar image it will open a calendar. below that i put one drop down select box, so layer of calendar is invisible due to this select box. where as instead of select box, if there is text box calendar is visible. how can i solve this problem. And also i used z-index property to push the...
3
1909
by: sbettadpur | last post by:
hello everybody, i am using readymade popup calendar for my application, it's working fine. But i am facing some problem i.e. if i click on the calendar image it will open a calendar. below that i put one drop down select box, so layer of calendar is invisible due to this select box. where as instead of select box, if there is text box calendar is visible. how can i solve this problem. And also i used z-index property to push the...
0
8407
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8319
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
8837
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...
1
8512
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8612
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
7347
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
6175
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
4171
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...
1
2739
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.