Question : Adding URL Parameter

I am using an Ajax “accordion menu” script for vertical navigation. I need a specific region of the accordion to open when the page loads and to accomplish this; the script uses an “URL Parameter”.

How do I add an “URL Parameter” to all my pages (e.g. http://domain .com?accordionarea=2)?

This sounds simple (I am sure it is) but I am having problems getting this to work.

Thanks in advance for your help
.

Answer : Adding URL Parameter

wow somthing one wrong with my post

this is the code

1:
2:
3:
4:
5:
<div class="applemenu">
<div class="silverheader"><a href="http://www.dynamicdrive.com?$Value">Dynamic Drive</a></div>
	<div class="submenu">
	Some random content here<br />
</div>
Random Solutions  
 
programming4us programming4us