Question
February 21, 2008 at 01:31 AM
gayatri_gunnam

window.open problem with IE 7.0

by gayatri_gunnam . Updated 18 years, 5 months ago

Hi

my javascript code is working properly with 6.0 but it also working with IE 7.0. IN popup window some extra space is comming with 7.0. pls go through the code. pls let me give reply.

function showCalendar(ctrl) {
var dtnw = new Date();
wincalendar = window.open(“../common/calendar.jsp?a=” + (dtnw.getFullYear()) + “&m=” + dtnw.getMonth() + “&c=” + ctrl,”schedulecalendar”, “left=500;toolbar=no,directories=no,menubar=no,resizable=no,width=171,height=195”);
}

This discussion is locked

All Comments