Hello.

I want to be able to import the html code of another web page which is
on my web server to my gwt web app. I use this code to download the
content of a html page on my web server: http://codepad.org/aiVlWCt2 .

This is my entry point html (top part) http://codepad.org/k5zMcqJ2
where i load the js libs i want to be able to use.

This http://codepad.org/XiReL6EV is the html file i import to my gwt
web app by using the RequestBuilder. The contents of that html file
are imported fine, but the js slimbox2 js lib is not working at all.
What can i do to solve this? When I press on one of the images the
slimbox script executes and does the animation as expected. This
behaviour happens when i dont comment out the libs from the imported
html file and I use it to my web app by using a Frame.

I don't want to use a Frame, because it makes my web page looking
nasty even if i set the Frames border equal to none. I don't want to
have java on the server side because i want to be able to find a cheap
hosting service to deploy this web app. I prefer not having a server
side at all to be honest. Please enlighten me to solve this problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to