i am trying to pass variables to a function but cant get the variables into the function -
function
onclick tr event
thanks
function
Code:
<script>
function fullwin(x_vehicleid, x_make, x_model, x_registration) {
window.navigate("3coltemp.asp?pagesetupid=35&x_make="+x_make+"&x_model="+x_model+"&vehicleid="+x_vehicleid+"®istration="+x_regsitration);
}
</script>
onclick tr event
Code:
<tr class="ewTableRow" style='cursor:pointer;cursor:hand;' onClick="fullwin(AETV82397118,VAUXHALL,AGILA,HG07EYK);">
thanks