I've just noticed that a form I have created displays the form action (a php script) in the status bar of IE7 when hovering over the Submit button.
Does anyone know how I can hide the status bar link from users? I can't remember this being a problem in IE6 or earlier and have no problems in Firefox (PC/Mac) or Safari (Mac).Code:<form action="./addquickevent_script.php" method="POST"> .......form items...... <input name="submit" type="submit" id="submit" value="Add Event" />
I don't really want to disable the status bar completely...rather just hide the form action from displaying.
Thanks in advance,
Tim







Bookmarks