G
Guest
I have a button on a ASPX page that need to open URL. Those URL can change dynamically and are mostly files (.xls, .doc) on the server. In Interdev, document.open('URL') use to do the job ! In .NET, I tried response.redirect('URL') with success but I'm not sure if it's the right way. Thank's