/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function gup( name ) { name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)"; var regex = new RegExp( regexS ); var results = regex.exec( window.location.href ); if( results == null ) return ""; else return results[1]; }
URL: http://www.netlobo.com/url_query_string_javascript.html