Woops
Didn't close the function
- Code: Select all
<script type="text/javascript">
function updateToggleDiv(divName)
{
document.getElementById('proceedLink').onmousedown = function ()
{
toggleDiv('requestMed');
toggleDiv(divName);
}
}
That should be okay **Strokes chin and makes contemplative noise.. "hmm" **
</script>