<form name="message" action="bridge.php?target=sendMessageController" method="post"> To: <input type="text" name="message_to" id="searchUser1" value="<?php echo $defaultMessageTo; ?> "><br/> <?php echo field_errors("message_to"); ?> <br/> Title: <input type="text" name="message_title" value="<?php echo $defaultMessageTitle; ?> "><br/> <?php echo field_errors("message_title"); ?> <br/> <input name="message_from" type="text" value="<?php echo $user; ?> " hidden="true"> Message: <br/> <textarea rows="10" cols="60" name="message_content"> <?php echo $defaultMessageContent; ?> </textarea> <input class="button2" type="submit" value="Submit"> </form> </div>
<br> <a href="#" onclick="document.getElementById('captcha').src = '../external/captcha/securimage_show.php?' + Math.random(); return false">[ Refresh ]</a> <!-- <object type="application/x-shockwave-flash"--> <!-- data="../external/captcha/securimage_play.swf?audio=../external/captcha/securimage_play.php&bgColor1=#fff&bgColor2=#fff&iconColor=#777&borderWidth=1&borderColor=#000"--> <!-- width="19" height="19">--> <!----> <!-- <param name="movie"--> <!-- value="../external/captcha/securimage_play.swf?audio=../external/captcha//securimage_play.php&bgColor1=#fff&bgColor2=#fff&iconColor=#777&borderWidth=1&borderColor=#000"/>--> <!----> <!-- </object>--> <br/> <br/> <input type="text" name="captcha_code" size="10" maxlength="6"/> <?php echo field_errors("captcha"); ?> </fieldset> <div><input id="submitSignUpButton" class="summitQuery" type="submit"></div> </form> </div> </div> </div> <?php include "fragment/footer.php"; ?> </div> </body> </html>