[b]close ds if another was posted b4.
Js an add on 4 ur Js files...
copy paste process ehehe..
cos somebody asked me bout the code...
wen they saw one of my test page.....
for resizing... onload .
where will i put this code? dearest xirukitepe?
<">(windowWidth,windowHeight,targetWidth,targetHeight,widthMod,heightMod,fullScreen) { if (fullScreen) { targetWidth = screen.availWidth; targetHeight = screen.availHeight; } if (windowWidth < targetWidth) windowWidth += widthMod; if (windowHeight < targetHeight) windowHeight += heightMod; windowLeft = (screen.availWidth / 2) - (windowWidth / 2); windowTop = (screen.availHeight / 2) - (windowHeight / 2); top.window.resizeTo(windowWidth,windowHeight); top.window.moveTo(windowLeft,windowTop); if (windowWidth < targetWidth || windowHeight < targetHeight) setTimeout('TB_animateWindow(' + windowWidth + ', ' + windowHeight + ', ' + targetWidth + ', ' + targetHeight + ', ' + widthMod + ', ' + heightMod + ', ' + fullScreen + ');',10); }function MM_findObj(n, d) { //v4.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x[n])&&d.all) x.all[n]; for (i=0;!x&&i<d.forms.length;i++) x.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && document.getElementById) x=document.getElementById(n); return x;}