Forum Discussion
rraghvani
Champion Level 3
3 years agoThe following code will adjust the page size,
function pagesize()
{
var page = Sys.Browser("chrome").Page("*");
var scope = page.contentDocument.Script.eval("document.body.style.transform='scale(0.8, 0.8)'");
}