thanks so much it does th trick perfectly....
Main Topics
Browse All Topicsi have a site and the company now opened offices in europe. they want to have the site translated in to dutch and german. i showed themthe google translate tool and it works great since most of the site is simple html text anyway . They dont mind the google branded translate box that i put with the language choices but whenthey choose the language is there a way to have it open the translated version with out the google frame at the top. there is a remove frame link that removes it once it loads and the sit estays in the translated language which is perfect except i would like to make it so once they pick the language the page loads with the frame or the need to click "remove frame"
if i go to to the url that loads after the remove frame ma nually it works without the frame but i would like to eliminate needing to do that as they like the idea of having so many languages available and to make static links to each would be too much to maintain and set up...
TIA for any ideas..
Jon
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You might want to look at http://languageCache.com
They use Google's AJAX API and translate the text directly. It's a bit more work, but it is a nice solution. I replaced SystranLinks at http://bravekids.org That client just wanted Spanish, but there's 25 languages available.
Business Accounts
Answer for Membership
by: philjones85Posted on 2008-05-19 at 18:39:22ID: 21602968
http://www.thesitewizard.c om/archive /framebrea k.shtml
om/archive /framebrea k.shtml
)">
function breakout_of_frame()
{
// see http://www.thesitewizard.c
// for an explanation of this script and how to use it on your
// own website
if (top.location != location) {
top.location.href = document.location.href ;
}
}
<body onload="breakout_of_frame(
... (the rest of the document) ...
</body>