Guest User

Untitled

a guest
Jul 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <select id="profile_id" name="profile[id]">
  2. </select>
  3. <script type="text/javascript">
  4. 1
  5. 2//<![CDATA[
  6. 3new Form.Element.EventObserver('profile_id', function(element, value) {new Ajax.Updater('profilelist', '/profiles/foo', {asynchronous:true, evalScripts:true, parameters:'id=' + value + '&authenticity_token=' + encodeURIComponent('w9I8CwwPQ787XEvNeoSqPnQlZ429vjd5SW+ZCPSvLS8=')})})
  7. 4//]]>
  8. </script>
  9. <input id="property_id" type="hidden" value="2" name="property_id"/>
  10. <input type="submit" value="Submit" name="commit"/>
  11. </form>
Add Comment
Please, Sign In to add comment