I Solved it!
I used this JavaScript method to get search string from URL and then to remove question mark and equal sign etc from search string i used substring() method of javascipt and problem is solved.
Final Bookmarklet is:
javascript:location='www.newURLTakingParameter.com/abc?q='+window.location.search.substring(3,14)