I've tried and tried, and thought I had it figured out, but still the
results indicate that I'm wrong.
Help is appreciated. I'm merely trying to grab a value from a form and
insert it into a javascript. Any hints as to what's wrong with the
code below?
Request.form("A MOUNT") as used below does not bring my value into the
javascript (This is related to GoToast ROI Conversion tracking).
<script language="javas cript">
<!--
if (typeof(ROIID) + '' != 'undefined')
{
TrackEvent('Sal e', request.form("A MOUNT"));
}
//-->
</script>
results indicate that I'm wrong.
Help is appreciated. I'm merely trying to grab a value from a form and
insert it into a javascript. Any hints as to what's wrong with the
code below?
Request.form("A MOUNT") as used below does not bring my value into the
javascript (This is related to GoToast ROI Conversion tracking).
<script language="javas cript">
<!--
if (typeof(ROIID) + '' != 'undefined')
{
TrackEvent('Sal e', request.form("A MOUNT"));
}
//-->
</script>
Comment