source : http://translate.google.com/translate_t
If you want to automatically break out of the google frame
Just under the opening <head> tag:
<script language="JavaScript" type="text/javascript">
<!--
function framebreakout()
{
if (top.location != location) {
top.location.href = document.location.href ;
}
}
//-->
</script>
Make this language flag image :
http://kalphiter.com/images/flags/
and in the body tag:
<body onload="framebreakout()">
No comments:
Post a Comment