SanfordWhiteman
Level 10 - Community Moderator

Re: Pass url paramaters to second page

This code is incorrect. The mere presence of a ? anywhere in URI doesn't mean it has a query string; the code is also generally ignorant of the hash (fragment) and will break such links.  It also relies unnecessarily on jQuery.

I've posted the proper code for this in the past and will add to the official blog.