Guest User

Untitled

a guest
Apr 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <% for i in 1..5 %>
  2. <a onclick="e = document.createEvent('Events');
  3. e.initEvent('pickupMail', true, false);
  4. m = document.getElementById('pmog_mailbox');
  5. m.setAttribute('server_url', '<%= host %>/locations/<%= @location.id %>/portals/<%= @portal.id %>/rate.js');
  6. m.setAttribute('params', '{\'portal\' : { \'rating\' : \'<%= i %>\'}}');
  7. m.setAttribute('method', 'post');
  8. m.setAttribute('action', 'submit');
  9. m.setAttribute('window_id', '<%= @portal.id %>');
  10. m.dispatchEvent(e);return false;" href="#"><%= i %> </a>
  11. <% end %>
Add Comment
Please, Sign In to add comment