Guest User

Untitled

a guest
Jan 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <form>
  2. <b>Your question:</b><br>
  3. <input type=text name=question size=35>
  4.  
  5. <input type=button name=ask value="ask" onClick="if (this.form.question.value!='') this.form.answer.value = fortune();"><b>Answer:</b><br>
  6. <input type=text name=answer size=35>
  7. </form>
Add Comment
Please, Sign In to add comment