hi there, > Who wants a play? > http://www.silverstones.com/thebat/Library.html
thanks a lot for this! but may I nevertheless ask why You're using JavaScript for the buttons when a simple link would do? > <button OnClick="location.href='NewEntry.html'">Add New</button> while switching active scripting off You're avoiding far most of the security problems in the common browsers... but encountering "script enabled" websites one looses the ability to navigate them where it would not have to be... if it's just for the look, please consider: <form action="NewEntry.html"><button type=submit>Add New</button></form> it's not that more complicated, isn't it?! it should look exactly the same but works without any active content... kind regards, Shalom dann, NOrbert -- Norbert Luckhardt, Editor in Chief http://www.kes.info/ KES - IT-Security Journal (AT/CH/DE) SecuMedia Verlags-GmbH Gaulsheimer Stra�e 17 55218 Ingelheim GERMANY fon +49-511/5 63 62 93 * +49-67 25/93 04-11 (ed. assist.) fax +49-511/5 63 62 99 * +49-67 25/59 94 -- ______________________________________________________ Archives : http://tbtech.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED]
