Hi!

I would like to create a menu on the left hand of the page, which
links parse URL for the content (the rest of the page).
The menu is a simple no GWT html.
The content is a GWT application.
For this, I would like to create a frameset:

  <frameset cols="150,*">
        <frame name="menu" src="menu.html"/>
        <frame name="content" src="content.jsp"/>
  </frameset>

Can somebody tell me how can I put the GWT application into the
content frame?
A simple example would enough.

Thank you for your help in advance.

--~--~---------~--~----~------------~-------~--~----~
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