On a page URL like :
http:mysite.com/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=3&cntnt01returnid=15
Using location.href will return
http://mysite.com/index.php?mact=News,cntnt01,detail,0
is there a way to get the full URL including '...&cntnt01articleid=3&cntnt01returnid=15'
Thanks
Henri