views:

2401

answers:

2

I have a button control ....i need another web page to be redirected while clicking that button .... how to do that ?

Thanks

+5  A: 

You are looking for the navigateToURL() function.

dirkgently
A: 

What in case you wan to redirect to a specific page and need to send some parameters -HTTP.send() - ?

guido