againstTheWind
Programmer
I am trying to call a function once a form is submitted that will change the current URL to a new URL that includes an additional parameter at the end.
Here is what I have
However, it is not working. Any ideas?
Here is what I have
Code:
function ResInquiryTrack()
{
location.replace(location.href + 'FBinquiry=1')
}
However, it is not working. Any ideas?