Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <a onclick="_open('cart.php?addproduct',850,550);" href="javascript://">добавить в корзину</a>
  2.  
  3. function _open( url, width, height ) {
  4. window.open( url, '', 'width=' + width + ',height=' + height + ',left=' + ((window.innerWidth - width)/2) + ',top=' + ((window.innerHeight - height)/2) );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement