How to capture the event when a popup window box is resize

This is a discussion on "How to capture the event when a popup window box is resize" within the JavaScript Forum section. This forum, and the thread "How to capture the event when a popup window box is resize are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 29th, 2007, 18:11
New Member
Join Date: May 2007
Location: TORONTO
Age: 36
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
How to capture the event when a popup window box is resize

Hi:
I am using IE 6 SP2.
I have the following javascript function that is call when the popup window is created.
Quote:
<html>
<head>
<script language="JavaScript">
function shrinkIFrame() {
}
</head>
<body onLoad="shrinkIFrame();">
</body>
</html>
When I resize the popup window how can I triggered the javascript function called "shrinkIFrame".
Basically, I needed to be notified that the window is being resize than I can called the javascript function shrinkIFrame.
Yours,
Frustrated.
Reply With Quote

  #2 (permalink)  
Old May 30th, 2007, 00:38
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to capture the event when a popup window box is resize

Check out the function onResize.
Reply With Quote
Reply

Tags
window resize event

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
javascript to capture event for restore down or maximize jadeite100 JavaScript Forum 0 May 30th, 2007 20:21
javascript Window.event help trylah JavaScript Forum 3 Apr 10th, 2007 13:31
slideshow appears in a popup window kivanc JavaScript Forum 6 Jan 10th, 2007 21:08
Javascript popup window with ASP madhuri.t Classic ASP 0 May 3rd, 2006 10:42
Table squash - Window resize burt46 Web Page Design 4 Dec 7th, 2005 19:57


All times are GMT. The time now is 10:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43