Best Banner Code Option
We now use the code below to display banners on our website.
There are many options to display banners. Which option would you recommend for our website www.circuitnet.com?
Thanks for your help/recommendation.
<table style="margin:10px 0px 10px 10px; border-collapse:collapse;"><tr><td style="border: 1px solid #CCCCCC;">
<SCRIPT language="JavaScript" type="text/javascript">
<!--
var bust = Math.floor(89999999*Math.random()+10000000);
var millis = new Date().getTime();
document.writeln('<IFRAME src="http://media.circuitnet.com/advertpro/servlet/view/banner/html/zone?zid=84&pid=1&random='+bust+'&millis='+millis+'" height="300" width="160" hspace="0" vspace="0" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">');
document.writeln('<A href="http://media.circuitnet.com/advertpro/servlet/click/zone?zid=84&pid=1&lookup=true&random='+bust+'&millis='+millis+'" target="_blank">');
document.writeln('<IMG src="http://media.circuitnet.com/advertpro/servlet/view/banner/image/zone?zid=84&pid=1&random='+bust+'&millis='+millis+'" height="300" width="160" hspace="0" vspace="0" border="0" alt="Advertisement">');
document.writeln('</A>');
document.writeln('</IFRAME>');
//-->
</SCRIPT>
<NOSCRIPT><IFRAME src="http://media.circuitnet.com/advertpro/servlet/view/banner/html/zone?zid=84&pid=1" height="300" width="160" hspace="0" vspace="0" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">
<A href="http://media.circuitnet.com/advertpro/servlet/click/zone?zid=84&pid=1&lookup=true&position=1" target="_blank">
<IMG src="http://media.circuitnet.com/advertpro/servlet/view/banner/image/zone?zid=84&pid=1&position=1" height="300" width="160" hspace="0" vspace="0" border="0" alt="Advertisement" /></A></IFRAME></NOSCRIPT>
</td></tr></table>
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Mike Cherichett... on 08 Jan, 2014 04:10 AM
Hi Jeff,
Honestly, there's nothing wrong with the code you're using. If it's working well for you and meeting all of your needs keep using it. The only limitation it has would be that it can't rotate ads of varying sizes in the same zone, i.e. 728x90 and 468x60. Of course, if that's not something you ever do then it's not a concern at all.
If you'd like to learn more about each of the code types, I suggest you read this comparison in the manual: http://www.advertpro.com/docs/3.5/html/manual/workflow.html#publish
Thanks,
Mike
Mike Cherichetti closed this discussion on 13 Jan, 2014 07:02 AM.