Friday, 9 August 2013

long attribute value of HTML

long attribute value of HTML

I am wondering why some of the tags attribute values have such a long
string of values, such as
<script
src="default.aspx?_TSM_HiddenField_=ctl00_sm1_HiddenField&amp;_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.51116.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3afd384f95-1b49-47cf-9b47-2fa2a921a36a%3a475a4ef5%3aeffe2a26%3a7e63a579%3a5546a2b%3ad2e10b12%3a37e2e5c9%3a1d3ed089%3a497ef277%3aa43b07eb%3a751cdd15%3adfad98a5%3a3cf12cf1%3a5a682656%3abfe70f69"
type="text/javascript"></script>
or sometimes the id of a tag has a long string of value too.
why is that? is that correct or normal? is that possible to decrease the
size of that attribute so that i can somehow lower the load of server when
it loads the page?

No comments:

Post a Comment