Long time ago I faced a problem with embedding too much JavaScript inside the html page in <script>
tags. The JavaScript had lots of <
and >
signs and it was somehow conflicting with the actual page html tags.
I am now unable to recreate this. How can this possibly happen? Or are the browsers now a bit more intelligent in handling embedded JavasSript?