• SanCloud
  • NEWBIE
  • 0 Points
  • Member since 2011

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

I am using the following code to generate a popup off of the accounts page.

 

<apex:page standardController="Account">
<apex:includeScript value="{!URLFOR($Resource.jquery)}"/>
<apex:includeScript value="{!URLFOR($Resource.jalert, 'jquery.alerts.js')}"/>
<apex:stylesheet value="{!URLFOR($Resource.jalert, 'jquery.alerts.css')}"/>





<script type="text/javascript">

    jAlert('<b>Facility:</b> {!Account.Facility_SOPs__c}', 'SOPs');

</script>


</apex:page>

 How can I make this popup to the parent page.  It is currently poping up within it's respective field