Guest User

Untitled

a guest
Jun 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <head>
  2. <script type="text/javascript">function GoFurther() { ... }</script>
  3. </head>
  4. ...
  5. <%= Ajax.ActionLink("Go", "SomeAction", "SomeController", new AjaxOptions() { UpdateTargetId = "someDiv" }) %>
  6. <div id="someDiv"></div>
  7.  
  8. <someDiv><input type="button" value="Click" class="someButton" /></someDiv>
Add Comment
Please, Sign In to add comment