Jump to content

Sig tests


The Taurus

Recommended Posts

Hmm, forgot how to do thisಠ_ಠ

ಠ_ಠor is it like this?

 

<script language="JavaScript">

<!--

var message1="The javascript attempt";

var before = "<font color=black><b>";

var after = "</b></font>";

var message2="";

for (count=message1.length; count >= 0; count--)

message2+=message1.substring(count,count-1);

document.write (before,message2,after);

// -->

</script>

Link to post
Share on other sites
  • Replies 50
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and the use of session cookies.