Question 1
step 1: i go to http://www.bloganything.net/731/cool-javascript-tricks-for-internet-browsers
step 2: on the address bar, i delete step 1 url, and enter javascript:document.getElementById('rsidebar').value='dsf' ; the whole part refresh . how to prevent page from refresh when executing javascript on address bar
Question2
any other technique to manipulate page dom without having access to the page source like question 1?