This code
<input class="optionsLogout" id="optionsLogout" type="button" value="<?php echo C_LANG137;?>" onclick="logout('0');">
goes to http://lauriesavon.com/chat1/index.php?logout=0. I need to make it go to http://lauriesavon.com/chat1/index.php
Thanks
Well, you'll need to find out what your JavaScript logout() function is doing, and if it uses the value of this button control, then you may also need to find where the C_LANG137 constant is [man]define/man'd.