i want the same functionality but dont want to refresh the page
suppose a function foo is called then it should change the content of inner frame and also change the url so that refreshing doesn't takes u back to original page
i want the same functionality but dont want to refresh the page
suppose a function foo is called then it should change the content of inner frame and also change the url so that refreshing doesn't takes u back to original page
hope i am clear
shoonya
Then what you'll want is Ajax (get the response and change the content) to prevent the refresh as well as the search property to change the url.
Comment