hello to all,
<script langauge=javascript>
var sno="1334";
document.write(sno+"<hr>");
var lstr=sno.length;
document.write(lstr+"<hr>");
document.write(lstr.snos(1));
</script>
i want to print each character of variable "sno" one by one
i.e. 1,3,3,4 or
1<br>
3<br>
3<br>
4
can you help me inthis
Thanx Sameer



Reply With Quote

Bookmarks