Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. var cw = window.open('/apex/CreateSample?scontrolCaching=1&id={!Servicio__c.Id}', 'Crear Muestra', "height=450,width=600");
  2. (function detectUnload() {
  3. window.setTimeout(function(){
  4. if (cw == null || cw.closed) {
  5. window.location.reload();
  6. return;
  7. }
  8. detectUnload();
  9. }, 100);
  10. })();
  11.  
  12. if ({!Servicio__c.State__c}== "Complete")
  13. {
  14. (var cw = window.open('/apex/CreateSample?scontrolCaching=1&id={!Servicio__c.Id}', 'Crear Muestra', "height=450,width=600");
  15. (function detectUnload() {
  16. window.setTimeout(function(){
  17. if (cw == null || cw.closed) {
  18. window.location.reload();
  19. return;
  20. }
  21. detectUnload();
  22. }, 100);
  23. })();)
  24.  
  25. }
  26.  
  27. else
  28. {
  29. alert("You can not do this");
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement