Just want a variable parameter in an html url like this:
mywebpage.com/something.html?width=(Parameter1)&height=(Parameter2)
But in the content of that webpage i want to add this:
<script>fid="example"; width=(Parameter1); height=(Parameter2);</script>
How can i do it using only javascript and Html