Posted by Geoff Berrow on 07/27/06 00:16
Message-ID: <x2Qxg.46906$1g.41744@newsfe1-win.ntli.net> from Nospam
contained the following:
>$bannerCode[$bannerCounter] = "<a href=\"http://www.site.com/site1\"
>target=\"_top\"><iframe
>src=\"http://www.site.com/e/cm?t=site1&o=2&p=6&l=bn1&mode=site1&browse=40371
>8&=1&fc1=<1=&lc1=&bg1=&f=ifr\" marginwidth=\"0\" marginheight=\"0\"
>width=\"120\" height=\"150\" border=\"0\" frameborder=\"0\"
>style=\"border:none\;\" scrolling=\"no\"> </iframe></a>\";
>$bannerCounter++;
Missing quote mark at end.
$bannerCode[$bannerCounter] = "<a href=\"http://www.site.com/site1\"
target=\"_top\"><iframe
src=\"http://www.site.com/e/cm?t=site1&o=2&p=6&l=bn1&mode=site1&browse=40371
8&=1&fc1=<1=&lc1=&bg1=&f=ifr\" marginwidth=\"0\" marginheight=\"0\"
width=\"120\" height=\"150\" border=\"0\" frameborder=\"0\"
style=\"border:none\;\" scrolling=\"no\"> </iframe></a>\"";
Get an editor with syntax highlighting (e.g.Notepad++) and it becomes
obvious.
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
[Back to original message]
|