Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var myWindow = window.open('url','uniqueWindowId','argument=value,argument=value')
  2. myWindow.document.getElementById('someId').display = "none";
  3. myWindow.document.getElementsByClassName('someClass')[17].firstChild.style.backgroundColor = "red";
  4. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement