The title may not explain it very well but it's best I can think of.
In simple terms, I have 20 or so links like this one:
http://potternet.duoservers.com/?action=f_order&plan_id=36906&css_file=http://www.potternet.net/css/form.css&otype=
each one where the "plan_id" is the only difference.
Can I set each link up on their respective pages so that I can just have a simple querystring (ie. my-page-name.html?41745 or my-page-name.html?36906, etc) that will pass the number from the query string of the web address to the iframe that the form would load up in?
If so, how would I go about doing this?
This is the src for my iframe:
"http://potternet.duoservers.com/?action=f_order&plan_id=[number]&css_file=http://www.potternet.net/css/form.css&otype="
Is there a jquery code I can place into the head of my page to "$GET" the querystring and then get the iframe to load up with the correct information each time?
Should you need a better explanation, let me know and I will see what I can do. cheers 