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