I'm building a reports page for the companys intranet, where using Oracle 7.3, ColdFusion and Crystal Reports 7. But everytime I try to access the page to a certain report it ask me for the user and password. Using a Form in html I could pass these values to the server using <br><input type="hidden" name="user0" value="username"><br>and the same for the password. But if a user on the client side views the source for the html, they can see the user name and password for the database. My question is does anyone know how I can prevent the user from seeing these values, can I hide them or is there a way to prevent them from seeing the source.<br><br>Thanks for your time.