|
solutions - vdirect summary:
URL: www.VDirect.net
URL Format:
you.vdirect.net or one of over 4 other urls.
What the Solution does: Breaks out of VDirect Bar
Description: Sick and tired of the VDirect Bar? Well, all you've got to
do is throw this code into your page and it will break out of the
frame. solution:
This script must not be taken orally and must be inserted into the
HTML code of your home page. Enjoy!
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
top.location.href= document.location;
// --->
</SCRIPT>
|