I have a forum program that submits data to a flat file database. My problem is that bandwidth is a consideration and limiting its usuage is a must. Can I prevent a page from refreshing and submiting duplicate data by any other means that making sure that the database does not contain the data already. I was hoping for a VBscript or Javascript or Perlscript solution. Any help would be appreciated. I have no trouble acheiving the desired results through PERL but and looking for a simpler way that could possible be done on the client side, like disabling the refresh button, maybe?