Ack:- Lunar Media
Have you ever needed to HtmlEncode a querystring using JavaScript? Yes you may say, and several people will claim that you should UrlEncode it using escape(str); For some unknown reason I tried doing exactly that and UrlDecode the variable in csharp with no luck. Instead I found a solution in the Prototype library, […]
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)