Hi Jont
Many thanks for the quick and helpful reply.
I'm embarrassed to say it seems as though my "copy & paste" EVERYTHING function wasn't working when I inserted the script!
However I have now copied & pasted correctly and now nothing at all appears on the page!
Clearly there is something in this script that Actinic doesn't like, no there's a novelty, but I am bu88ered if I can see what it is.
The script works perfectly on a plain html page but not in the confounded fragment.
Here is the correct script for those wiser than me, so just about everyone on here, to have a butchers at and hopefully tell me how I can get it to run.
!!<<SCRIPT language=JavaScript>
/*
+---------------------------------------------------------+
| Ad Simple Copyright www.YugDesign.com |
+---------------------------------------------------------+
| This program may be used and hosted free of charge by |
|anyone for personal purpose as long as this copyright |
|notice remains intact. |
+---------------------------------------------------------+
*/
var ad=new Array()
ad[ 0 ]='I have just received delivery of my order and would like to say how pleased I was and also thanks for substituting the parasol as the one I ordered was out of stock, it would have made it inconvenient if you'd not sent a sustitute. I am very grateful.
Regards - Janet Close';
ad[ 1 ]='Thank you very much for the hand fans which we received this morning. I know they will help towards our fundraising. You are very kind to help us and it is much appreciated.
Thanks and Best Wishes,
Lyn ';
ad[ 3 ]='Text 4';
ad[ 4 ]='Text 5';
ad[ 5 ]='Text 6';
ad[ 6 ]='Text 7';
ad[ 7 ]='Text 8';
ad[ 8 ]='Text 9';
ad[ 9 ]='Text 10';
var xy=Math.floor(Math.random()*ad.length);
document.write(ad[ xy ]);
</SCRIPT>>!!
Many thanks for the quick and helpful reply.
I'm embarrassed to say it seems as though my "copy & paste" EVERYTHING function wasn't working when I inserted the script!
However I have now copied & pasted correctly and now nothing at all appears on the page!
Clearly there is something in this script that Actinic doesn't like, no there's a novelty, but I am bu88ered if I can see what it is.
The script works perfectly on a plain html page but not in the confounded fragment.
Here is the correct script for those wiser than me, so just about everyone on here, to have a butchers at and hopefully tell me how I can get it to run.
!!<<SCRIPT language=JavaScript>
/*
+---------------------------------------------------------+
| Ad Simple Copyright www.YugDesign.com |
+---------------------------------------------------------+
| This program may be used and hosted free of charge by |
|anyone for personal purpose as long as this copyright |
|notice remains intact. |
+---------------------------------------------------------+
*/
var ad=new Array()
ad[ 0 ]='I have just received delivery of my order and would like to say how pleased I was and also thanks for substituting the parasol as the one I ordered was out of stock, it would have made it inconvenient if you'd not sent a sustitute. I am very grateful.
Regards - Janet Close';
ad[ 1 ]='Thank you very much for the hand fans which we received this morning. I know they will help towards our fundraising. You are very kind to help us and it is much appreciated.
Thanks and Best Wishes,
Lyn ';
ad[ 3 ]='Text 4';
ad[ 4 ]='Text 5';
ad[ 5 ]='Text 6';
ad[ 6 ]='Text 7';
ad[ 7 ]='Text 8';
ad[ 8 ]='Text 9';
ad[ 9 ]='Text 10';
var xy=Math.floor(Math.random()*ad.length);
document.write(ad[ xy ]);
</SCRIPT>>!!
Comment