Hi,
If i do not want my Pop-out image to be using scrollbar but at least fix to the size of the images available. What should i do?
function ShowPopUp(sUrl, nWidth, nHeight)
{
window.open(sUrl, 'ActPopup', 'width=' + nWidth + ',height=' + nHeight + ',scrollbars, resizable');
}
shd i be putting Scrollbars=0; and resizable=0;?
Thanks In Adv,
Swee
If i do not want my Pop-out image to be using scrollbar but at least fix to the size of the images available. What should i do?
function ShowPopUp(sUrl, nWidth, nHeight)
{
window.open(sUrl, 'ActPopup', 'width=' + nWidth + ',height=' + nHeight + ',scrollbars, resizable');
}
shd i be putting Scrollbars=0; and resizable=0;?
Thanks In Adv,
Swee
Comment