Site: http://bit.ly/1dPAXsS
The above webpage opens a popup when the "Inform me when available" button is clicked. Using the current HTML I believe clicking the class "open" triggers the popup:
<a href="#" class="open cc-inform"><img src="http://uat.priworks.com/SustainGreen/sites/all/themes/sustaingreen/images/cc-applynow.png"></a>
My question is, can I formulate a URL that when loaded automatically triggers the popup to open. It should NOT open anytime the page is loaded but only when coming from a page using a specific url with the trigger. ie.e www.site.com/page#open or something - Pretty sure I can do this with js/jquery but not sure if I will need to change the way the popup is currently.