<!-- BEGIN TOPLIST 21 --> <CONFIG>links,rand(),1,ascending,catid=32,,</CONFIG> {LINKADFLASHNEV} <!-- END TOPLIST 21 -->
Nice and simple, right? Works fine in Firefox, gets parsed, displays the LINKADFLASHNEV value. But in IE, this is the end result:
{LINKADFLASHNEV}<!-- END TOPLIST 21 -->
I did a little quirk test, and I placed ONLY the above toplist on template and called it up with: usewrapper=no&custom=yes&TID=a . So there was nothing else on the page (obviously a little html and body tag and such).
Toplists are server-side, no javascript. Browsers don't modify html they just display it. If you get different html output in different browsers that means you have a cache issue.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Internet Explorer and WSN don't mix
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Hey Paul,
Got a new kind of problem. Look at this:
<!-- BEGIN TOPLIST 21 -->
<CONFIG>links,rand(),1,ascending,catid=32,,</CONFIG>
{LINKADFLASHNEV}
<!-- END TOPLIST 21 -->
Nice and simple, right? Works fine in Firefox, gets parsed, displays the LINKADFLASHNEV value. But in IE, this is the end result:
{LINKADFLASHNEV}<!-- END TOPLIST 21 -->
I did a little quirk test, and I placed ONLY the above toplist on template and called it up with: usewrapper=no&custom=yes&TID=a . So there was nothing else on the page (obviously a little html and body tag and such).
What could be causing this?
Thanks
David
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Toplists are server-side, no javascript. Browsers don't modify html they just display it. If you get different html output in different browsers that means you have a cache issue.