|
solutions - @rrive summary:
URL: arrive.at
URL Format:
arrive.at/you or one of over 50 other themed urls.
What the Solution does: Breaks out of @rrive Ad Bar
Description: Sick and tired of the @rrive Ad Bar? Well, all you've got to
do is throw this code into your page and it will break out of the
frame. solution:
Place this anywhere within your web site to kill off the ad bar.
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
top.location.href= document.location;
// --->
</SCRIPT>
|