javascipt + Mac + ie
I've got a ticker box that won't display in mac ie5 - it's OK in Safari, Mozilla.
this is the code:
<script type="text/javascript">
var iframesrc="news_ticker.asp"
document.write('<iframe id="datamain" src="'+iframesrc+'" width="150px" height="150px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>')
</script>
can anyone help me - is it because Mac IE5 doesn't like iframes?
thanks
Adam
|