Hi,
It's the end of a long dev cycle and my brains gone to mush, so I'm sure I am missing something really simple but don't seem to be able to find a solution.
I have some external js for advertising banners like this...
...which are located within a RadAjaxPanel. After an async call the banners disappear, if I wrap them in a RadScriptBlock then after the call the rest of the page disappears and I'm left with the banner.
Unfortunatley due to the layout I can't really not include the banners in the ajax panel.
Thanks
Rich
ps. Congrats on the new website, so much easier to work with and I think it looks better too.
It's the end of a long dev cycle and my brains gone to mush, so I'm sure I am missing something really simple but don't seem to be able to find a solution.
I have some external js for advertising banners like this...
<script type=
"text/javascript"
>
var
uri =
'http://sampleurl/imp?type(img)g(111)a(222)'
+
new
String(Math.random()).substring(2, 11);
document.write(
'<a id="a_manuallyadded" href="http://sampleurl/click?p=111&a=222&g=333"
target="_BLANK"><img id="i_manuallyadded" src="'
+ uri +
'" border=0></a>'
);
</script>
Unfortunatley due to the layout I can't really not include the banners in the ajax panel.
Thanks
Rich
ps. Congrats on the new website, so much easier to work with and I think it looks better too.