Hello,
I want to have a link from one site to another and for that link to carry a value ( so that I can check that value and record where this visitor has come from )that I can check for , I have used the following code
<li class="baction"><a href="#" onClick="MM_openBrWindow('http://www.mydomain.com?source=value','url1','scrollbars=yes,resizable=yes,width=550,height=450')">Test Site</a></li>
when I use this code the link fails as it thinks the Url it needs to link to is www.mydomain.com?source=value which it can't find and not the url www. mydomain.com. I would appreciate any help I can get on this one . Thanks in advance .
Regards
John