|
solutions - asiafind summary:
URL: www.asiafind.com
Space: 5 Mb
What the Solution does: Totally eliminates the pop-up
Description: The Asiafind server has been designed to put pop-ups after the first show of <BODY>. So, the
pop-up code is then in the <noscript> tags, so that the JavaScript browsers ignore it, and the ones that can't
understand JavaScript can't run the code anyway. solution:
Use the code below to nuke them
pop-ups! Key
To Colour Coding System Can Be Found Here <html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<noscript>
<body bgcolor="white">
</noscript>
<!--- Your web site goes here --->
|