|
-
Jul 16th, 2008, 10:50 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] web page hanged during opend window more than once
hi,
Anyone one here encounter the same. I included my javascript function. Thanks!
function OpenWindow(url)
{
var winSettings = 'center:yes;resizable:no;help:no;status:no;dialogWidth:350px;dialogHeight:350px;statusbar:no';
var uniqueId = new Date();
var uniqueUrl = url + '&curdate=' + uniqueId.getTime();
frm = window.open(uniqueUrl,'',winSettings);
return false;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|