Guest User

Untitled

a guest
Jun 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. $( 'checkTVRage' ).addEvent( 'click', function()
  3. {
  4. new Request(
  5. {
  6. method: 'post',
  7. url: 'index.php',
  8. onComplete: function( responseText )
  9. {
  10. var url = responseText.split( "***" )[1];
  11. window.open( url );
  12. }
  13. } ).send( 'op=checkTVRage&name=' + escape( $( 'showName' ).value ) );
  14. } );
Add Comment
Please, Sign In to add comment