Where to find my subtitels of a rented movie?

I rented 2 movies. First one had dutch subtitels without any problem. Now i want to watch "the iron lady" and i can't find any subtitels. In the itunes store it was clearly marked that there were subtitels in dutch... How can i find the subtitels and watch the movie today, before the end of the renting period.

Hello Troy chan,
>
troy chan wrote:
I have learning the apex--application builder--packaged applications---customer tracker--page 50
buttons with pop-window
and I don't understand the the configuration (action when button clicked)
action redirect to URL-- javascript:openModal('add_contact_modal')
Can you tell me where to find the definition of javascript:openModal('add_contact_modal')
>
If you are using Mozilla Firefox as your development browser then there is an excellent tool(add-on) for finding out such things - [url https://getfirebug.com/]firebug
My findings about openModal are:
<ul>
<li>If you check the page source of the page 50 in the Customer Tracker Packaged Application, in the head section of the page you will find a script included :
<script src="/i/themes/apps/js/4_1.js"></script></li>
<li>If you inspect the code of the js script you find the definition of the openModal in the following section:
// ========================
// = jQuery Modal Dialogs =
// ========================
var gBackground;
var gLightbox;
function initLightbox() {
jQuery('body').append('<div id="modalBackground"></div>')
gBackground = jQuery('#modalBackground')
gBackground.click(function(){
gBackground.fadeOut(100);
closeModal()
function closeModal()
if (gLightbox)
gLightbox.removeClass("modalOn").hide();
gLightbox = '';
gBackground.fadeOut(100)
function openModal(p_div_id)
gBackground.fadeIn(100);
gLightbox = jQuery('#' + p_div_id);
gLightbox.addClass('modalOn').fadeIn(100);
}</li></ul>
Hope it helps!
Regards,
Kiran

Similar Messages

Maybe you are looking for

  • Error while trying to change settings in SALE

    Hi I am trying to trigger Idocs from QAS, ECC to XI. There are some problems with the settings.  I went to SALE -.> Logical System --> Define Logical System and reach " Display Logical Systems OverView screen. Here under the Logical Systems, I don't

  • SAP  r/3 Plugin activitation or ECC5

    Hi All,         Our company is having 4.6C in our landscape. We are having PP,MM,HR,FI/CO,SD modules. We are thinking to have a PM (Plant Maintaince) module in our landscape. Please let me know whether we require any other license or reactvitation fr

  • My wifi option greyed out and when i checked out wifi adress it shows N/A . how would i solve this ?

    my wifi option greyed out and when i checked out wifi adress it shows N/A . how would i solve this ?

  • Captivate file sizes

    Using Captivate 8, have noticed that as you work on files they get bigger, even cutting EVERYTHING out down to a simple slide does not reduce the file size (I've removed everything from the library too). It seems that Captivate is hanging onto things

  • Performance problems using BPM

    Hello all, We have Request/Reply interface using the JMS adapter towards the SAP R/3 system. So the interface has 3 steps : 1. Request from JMS adapter - Asynchronous 2. Request/Reply using RFC adapter towards the R/3 - sync 3. Reply to JMS adapter -