Page 2 of 2

Re: Blinking BBCode

Posted: 16 Aug 2010, 06:50
by Stoker
I have only testet with IE, FF, Opera and Chrome - working.

Re: Blinking BBCode

Posted: 16 Aug 2010, 12:25
by Yotam
you can also do it simpler like that:

Code: Select all

<script type="text/javascript">
var x = "{INTTEXT}";
document.write(x.blink());
</script>

Re: Blinking BBCode

Posted: 18 Aug 2010, 00:25
by Ephemeraboy
Stoker » 16 Aug 2010, 06:50 wrote:I have only testet with IE, FF, Opera and Chrome - working.
thx stoker :)