Advertisement
BrU32

JS Norway Sat Resize Sat Radar Image Custom Height/Width SRC

May 27th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <script>
  2. var w=prompt("Enter Width Size:");
  3. var h=prompt("Enter Height Size:");
  4. document.write('<img style="-webkit-user-select: none; cursor: zoom-in;" src="http://api.met.no/weatherapi/radar/1.5/?radarsite=central_norway;type=reflectivity;content=animation;size=large" width="'+w+'" height="'+h+'"></body></html>');
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement