$(document).ready(function() { //alert(); var url = window.location.href; var zoom = url.split("?"); if((zoom[zoom.length - 1]) == 'zoom120'){ $("body").css("zoom","120%"); } });
Select allOpen in new window
Open in new window
Just add 'zoom120' to the end of the url