I don't understand what are you asking for.

But, perhaps you are looking for these:

- Open a new window
Window.open(url,new_window_name, "")

- Replace the content of the actual window
Window.Location.assign(url);


Manolo

On Mon, Oct 20, 2008 at 11:17 AM, ship <[EMAIL PROTECTED]> wrote:

>
> hi,
>
> I have a application in which when i click on a button then in the
> onClick function i want to open a new page i. e. a different java file
> and previous java file should be remove from the window.
> Pl tell me the solution to open a new page i. e. a new java file.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to