Using redirect to open a new window or just run a script on the client

  • Thread starter Thread starter msnews
  • Start date Start date
M

msnews

I have a button on an asp.net page that has the following code..

machinename = TextBox1.Text

Response.Redirect("remote.asp?machinename=" & machinename)



I couldn't figure out how to lauch vbscript on the client using asp.net, so
I put it into so asp.



The problem is that is navigates the user away from the page they are on.
I'd rather it not do that, launch in a new window or just launch the code
without a browser





Thanks for the help as I stuble through this..
 
Back
Top