Get current page without query string
How do i modify this to return the current page without the query string
document.write(location.href.split("/").slice(-1));
Code (markup):
See original post by invalid@example.com (energylevels)
Google Adsense and Competing Pay-per-click Ad Networks
How do i modify this to return the current page without the query string
document.write(location.href.split("/").slice(-1));
Code (markup):
See original post by invalid@example.com (energylevels)
Leave a Reply
You must be logged in to post a comment.