|
Feedback on: irt.org FAQ Knowledge Base Q1065
irt.org | About | Feedback | 3073 [ previous next ] Feedback on: irt.org FAQ Knowledge Base Q1065
Sent by Warren Omohundro on August 10, 2001 at 19:03:51:
Worth: Very worth reading
Comments: Here is what I did to work around it. Long bit of HTML/Javascript follows, you will need to copy it and run it through HTMLTidy ................................. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <body onload='doPageLoad(null,false,false,null)'> <form onsubmit="return handleSubmit(this);" method="POST" name="myForm"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td>Phrase:</td> <td> <input type="text" name="Phrase" size="40" value="sample"> </td> </tr> <tr> <td></td> <td> <input type="submit" onclick="doSubmit('searchaction','myForm');" value="Search"> <input type="submit" onclick="doSubmit('findaction', 'myForm');" value="Find"> <input type="submit" onclick="doConfirmSubmit('Do the delete?', 'deleteaction', 'myForm', false);" value="Delete"> </td> </tr> </table> </form> <form onsubmit="return handleSubmit(this);" method="POST" name="myForm2"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td>Help:</td> <td> <input type="text" name="Help" size="40" value="Sample 2"> </td> </tr> <tr> <td></td> <td> <input type="submit" onclick="doSubmit('helpaction','myForm2');" value="Help"> </td> </tr> </table> </form> <p> </body> </html>
Other feedback on 'irt.org FAQ Knowledge Base Q1065' - show all
|
|