News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Problem in script in topic

Started by king999, September 14, 2010, 07:55:56 AM

Previous topic - Next topic

king999

 i wanna create a topic
<script>
app="live.cricketworld.com"; mo="f1_cw"; nt="1";   wi ="w";
co ="0"; ad="1";
</script>
<script type="text/javascript" src="http://live.cricketworld.com/widgets/script/scoreWidgets.js"></script>

This is the live score script how how i can make a topic enable with this script.

kat

If you're an Admin, just enclose it in HTML tags, thus:

[html]<script>
app="live.cricketworld.com"; mo="f1_cw"; nt="1";   wi ="w";
co ="0"; ad="1";
</script>
<script type="text/javascript" src="http://live.cricketworld.com/widgets/script/scoreWidgets.js"></script>[/html]

king999

Ye si admin but i also try ur method it's not works



kat

I just tried it on my RC3 test site.

Works perfectly. :)

[html]<script>
app="live.cricketworld.com"; mo="f1_cw"; nt="1"; &nbsp; wi ="w";
co ="0"; ad="1";
</script>
<script type="text/javascript" src="http://live.cricketworld.com/widgets/script/scoreWidgets.js"></script>[/html]

Advertisement: