Great just what i need, how would you use that with a link?
<a href="contact.htm"><img border="0" src="icon_contact.gif">Con
Main Topics
Browse All TopicsHi there.. Small problem,
On a website i'm doing, trying to make a contact link popup a new windows of let'S say 400pixels by 300. So on the new window, i do
<script language="JavaScript" type="text/javascript">
window.resizeTo(400,300)
</script>
Unfortunatly, XP sp2 started blocking this as active content, and I cannot resize my new contact window..
Any help? Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
It does work, but I have to allow it to work manually on XP SP2 ...
I get a msg from XP: To help protect your security, IE has restricted this file from showing active content that could access your computer. Then I have to click on this, and select Allow blocked content..
Didnt have this prob before xp sp2...
Business Accounts
Answer for Membership
by: ColosseoPosted on 2005-09-13 at 09:57:44ID: 14873578
How are you opening the new window?
, "contWindow", 'width=400,height=300')
hnologies/ ecmascript /quickref/ win_open.h tml
If you use window.open you can specify the size there
window.open("contact.html"
There are a lot more settings that you can use as well: a good resource for them is
http://www.devguru.com/Tec
Scott