Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. </ice:commandLink>
  2. <ice:commandButton value="Click here to redirect" onclick="openWindow();">
  3. </ice:commandButton>
  4.  
  5. function openWindow(){
  6. window.open('//www.google.com/','_blank');
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement