473,505 Members | 15,212 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="JavaScript">
<!--
function wresize(ID)
{
window.resizeTo(500,320);
}
//-->
</SCRIPT>
Which I call onLoad="javascript: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 1686
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
47637
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...
2
1827
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...
1
2609
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...
3
3263
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...
1
1071
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...
3
3947
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...
2
2305
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...
4
32410
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...
6
3173
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...
3
1900
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...
0
7216
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,...
0
7098
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...
1
7018
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...
0
7471
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...
1
5028
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...
0
4699
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1528
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 ...
0
407
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...

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.