To get the query string of a page using javascript, use the below code snippet:
window.top.location.search.substring(1);
One LinersGet the query string using javascriptSubmitted by wizap on Mon, 04/25/2005 - 11:19.To get the query string of a page using javascript, use the below code snippet: window.top.location.search.substring(1); Search and Edit Files with Certain TextSubmitted by nepalexpo on Fri, 03/25/2005 - 15:01.Here's a quick way to edit all files whose contents contain a given string: files=""; for i in `find . -type f -print`; do files="$files `grep -l <text> $i`"; done; vi $files
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 46 guests online.
|