|
solutions - netfirms summary:
URL: www.netfirms.com
Space: 11 Mb
What the Solution does: Totally eliminates the pop-up
Description: NetFirms. Now here's a solution that's a bit
off-beat. This solution took a bit more time than normal, because it
wasn't a problem we've ever come across before, and therefore wasn't
in our little toolkit of tricks. solution:
Just surround a fake <body>
tag like the one shown below.
The <xmp> tag converts their banner code into text on the
screen, and the <noembed> tag hides it off the screen, out of
view to the web surfer.
<noembed>
<xmp>
<body>
</xmp>
</noembed>
<body bgcolor="red">
|