hello all
i have a jsp page in which i am opening a pop up window using following code.Now i want not to include toolbar,scrollbar in my pop up window.
window.open("multipleSchedule.jsp?date="+f_date+"&date1="+f_date1);
please tell me the way.I know i have to use toolbar=no but where to use in this code.i have been trying but every time i am getting javascript error.please help