hi!
i ave a counter which returns only the number as string like "003234". i want to display in my html file a text like
"you are the 003234th visitor of my website".
i know how to dynamically substitute text in a html file using javascript. but how can my script obtain the number?
i ave a counter which returns only the number as string like "003234". i want to display in my html file a text like
"you are the 003234th visitor of my website".
i know how to dynamically substitute text in a html file using javascript. but how can my script obtain the number?