<!--wsbr13_25--> is a value produced by the system from a hidden field
<script>
if(<!--wsbr13_25--> !==100)
{
alert("Each column must equal 100% \n \n The first column does not equal 100%");
history.go(-1);
}
</script>
Whats happening is that if wsbr13_25 is greater that 100 there is no alert, wanting to alert if wsbr13_25 is not 100,
any ideas?
<script>
if(<!--wsbr13_25--> !==100)
{
alert("Each column must equal 100% \n \n The first column does not equal 100%");
history.go(-1);
}
</script>
Whats happening is that if wsbr13_25 is greater that 100 there is no alert, wanting to alert if wsbr13_25 is not 100,
any ideas?