Need a Report to Open on Top of the Calling Page
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Following a selection I am generating a report in pdf format saving it to the server and then displaying it to the user using the folling code that runs at the end of the btnClick event. scriptstring= "mywindow = window.open('" + rPath + "','" + sWindow + "','height=350,width=532,toolbars=no,resizable=no')" + "<" + "/script>"; RegisterStartupScript("Startup", scriptstring); The problem is that the report is displaying under the page rather than on top of it. How can I accomplish this? Thanks </x-turndown>