Hi
I have this code in load proc of my first page to open a popup aspx window :
Search.Attributes.Add("onclick", strRedirect)
(that Search is my button that when user clicks it the popup window must appear .)
it worked fine but when i install the module again , the popup window apears but the last page is inside that not the "Search.aspx" contents . could you please solve my problem?
Dim url As String = "DesktopModules/(my module)/search.aspx"
Dim strRedirect As String = "window.open('" + url + "',null,'height=300, width=440,status= no, resizable= no, scrollbars=yes, toolbar=no,location=no,menubar=no ');"