problem with adding url variable with javascript
- by Richard
Hello,
Can someone help me with this
I am trying to set and catch the url variable
It begins with a form wich has the standard action set to "/autorisation/logout"
Then a button with an inline javascript function
function tbPayout()
{
parent.location = "/autorisation/logout?rcgo=payout";
return true;
}
<input src="/images/go02.gif"…