Below is the information required for this problem.
default.aspx /test/default.aspx
When default.aspx loads the user clicks a button which should then redirect to /test/default.aspx. I have the modal popup working just not with the redirect and ideas?
I have tried doing window.location = "/test/default.aspx"; and using a custom settimeout method to call the function but it doesn't work. as soon as the new page loads it disapears or flashes when the new page loads if I make the delay longer.