Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active January 22, 2017 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/f722a01c26d89877585af08de676b50e to your computer and use it in GitHub Desktop.
Save goofmint/f722a01c26d89877585af08de676b50e to your computer and use it in GitHub Desktop.
2.md
<form action="jsp/welcome-json.jsp" name="form1" target="form2">
<label>名前</label><input type="text" class="name" value="たろう" />
<p data-h5-bind="message">更新対象</p>
<input type="submit" />
</form>
<form action="jsp/welcome-json.jsp" name="form2" target="form1">
<label>名前</label><input type="text" class="name" value="じろう" />
<p data-h5-bind="message">更新対象</p>
<input type="submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment