|
Hi,
i want to pass the URL parameter without opening the URL...
now i m doing this
var my_window = window.open("/lif/reports/jsp/processReportEvent.jsp?"+Report, "mywindow","status=1,width=650,height=590,top=100,left=200");
This open the jsp page...but i want only to send the parameter without opening the URL...any help how can be done
thanks in advance
|