Hello All,
I have 3 linkbuttons, depending upon which one user clicks ( + another different criteria's), i create a string (path).
like
and i am struck after this.
as you can see i have a path in variable detailedresults , what should i do or is their any function in javascript where i can pass this path to open in new window.
Any help will be appreciated
Regards
Jay
I have 3 linkbuttons, depending upon which one user clicks ( + another different criteria's), i create a string (path).
like
Code:
var detailedresults="window.open('abc.aspx?ReportPath=/def/ghi','ReportWindow','status=yes,location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes');";
as you can see i have a path in variable detailedresults , what should i do or is their any function in javascript where i can pass this path to open in new window.
Any help will be appreciated
Regards
Jay
Comment