Posted By:
Shveti_Shah
Posted On:
Wednesday, October 24, 2001 12:07 PM
I am doing paging using jsp and am calling a javascript functions to open the window and passing 3 parameters. How can I refresh the same window without opening up a new window while passing the parameters? The code is:
function paginate(page,from,to)
{
tpage = window.open("pager.jsp"?p="+page+"&f="+from+"&t="+to,"",height=500,width=900,menubar=yes,toolbar=yes,re
sizable=yes,scrollbars=yes);
}