Type the following code in Address bar to fill the form fields named Ad1 and Ad2 wth certain text.

javascript:function A(){document.getElementById(‘Ad1’).value =”sadAS1″;document.getElementById(‘Ad2’).value = “sadAS2”;}setTimeout(‘A()’); void(0)