Guest User

Untitled

a guest
Jan 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <form action="LoggerServlet" target="navigation" method="POST">
  2. <input type="text" name="goTo" size="90%" id="addressbar">
  3. <input type="submit" value="Load!" id="button" name="submit"/>
  4. </form>
  5.  
  6. <iframe class="browser" scrolling="no" name="navigation"></iframe>
  7.  
  8. $('.browser').contents().load(function() {
  9. // code
  10. }
Add Comment
Please, Sign In to add comment