|
solutions - intercosmos summary:
URL: www.intercosmos.com
Space: 30 Mb
What the Solution does: Breaks out of the ad frame
Description: To kill the ads on InterCosmos, you have to set your ad
preference to make it display in a frame. solution:
Place this small JavaScript
anywhere in your website to kill off the frame. NOTE: You Must
set your Ad Preference to In A Frame (Set it up in the control panel
on the InterCosmos server.) Key
To Colour Coding System Can Be Found Here
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
parent.location.href= self.location;
// --->
</SCRIPT>
|