Guest User

Untitled

a guest
Oct 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <input name="button" type="button" onClick="Clipboard.SetText(this.form.selectmenu)" value="Copíar">
  2.  
  3. <select name="selectmenu" size="2">
  4. <option value="<%=ViewData["file_name"] %>" selected>
  5. <%=ViewData["file_name"] %>
  6. </option>
  7. </select>
Add Comment
Please, Sign In to add comment