Paul X365
04-14-2003, 06:03 PM
Hello,
As the subject says this -
<SCRIPT LANGUAGE="JavaScript">
<!--
ValueHost = 'hs0256238';
ValueLoaded = false;
ValueID = 'pagebuster123';
ValueVersion = '1.1';
ValueBannerType = 'std';
ValueWidth = 468;
ValueHeight = 60;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
var phpadsbanner = '';
phpadsbanner += '<'+'SCRIPT LANGUAGE=\'javascript\' SRC=\'http://oz.valueclick.com/jsmaster\'><'+'/SCRIPT>\n';
phpadsbanner += '<'+'SCRIPT LANGUAGE=\'JavaScript\'>\n<'+'!--\nif (ValueLoaded) ValueShowAd();\n//-->\n<'+'/SCRIPT>';
document.write(phpadsbanner);
//-->
</SCRIPT>
Works in mozilla but does nothing in IE6. It does not produce any errors and the word done is present on the status bar, it just gives a blank page.
I have tried replacing the < and " with the respective \u00xx codes but still no luck.
If i move the second phpadsbanner line to a seperate script \script tag it work ok, however all this must be contained in one script tag.
If anyone can shed any light on this i would be greatefull.
Many thanks
As the subject says this -
<SCRIPT LANGUAGE="JavaScript">
<!--
ValueHost = 'hs0256238';
ValueLoaded = false;
ValueID = 'pagebuster123';
ValueVersion = '1.1';
ValueBannerType = 'std';
ValueWidth = 468;
ValueHeight = 60;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
var phpadsbanner = '';
phpadsbanner += '<'+'SCRIPT LANGUAGE=\'javascript\' SRC=\'http://oz.valueclick.com/jsmaster\'><'+'/SCRIPT>\n';
phpadsbanner += '<'+'SCRIPT LANGUAGE=\'JavaScript\'>\n<'+'!--\nif (ValueLoaded) ValueShowAd();\n//-->\n<'+'/SCRIPT>';
document.write(phpadsbanner);
//-->
</SCRIPT>
Works in mozilla but does nothing in IE6. It does not produce any errors and the word done is present on the status bar, it just gives a blank page.
I have tried replacing the < and " with the respective \u00xx codes but still no luck.
If i move the second phpadsbanner line to a seperate script \script tag it work ok, however all this must be contained in one script tag.
If anyone can shed any light on this i would be greatefull.
Many thanks