• Brian Lewis-Jones
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Hi ,

 

I am having an issue with javascript in Console. which is working fine in out of  console.  below is my code. i am not sure how to pass parameteres in console.

HYPERLINK("javascript:if(typeof(srcUp)=='function') 
{srcUp('https://imagenow.com/webnow/index.jsp?action=document&folder= {!SUBSTITUTE( Contact.emplid__c , " ", "+") }'); 
} else { 
window.open('https://imagenow.com/webnow/index.jsp?action=document&folder= {!SUBSTITUTE( Contact.emplid__c , " ", "+") }'); 
}

 

Any help would be appriciated.