Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Optional Form Action</title>
  </head>
  <body>
    <form action="http://www.dte.web.id/search" method="get" onsubmit="window.open(this.r.value + '?q=' + encodeURIComponent(this.q.value));return false;" target="_blank">
      <p>
        <input name="q" type="text">
        <button type="submit">Cari</button>
      </p>
      <p>
        <label><input name="r" type="radio" value="http://www.dte.web.id/search" checked> cari di blog</label>
        <label><input name="r" type="radio" value="https://www.google.com/search"> cari di google</label>
      </p>
    </form>
  </body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers