Captivate 6, HTML5, IE11 blues

I have created a Captivate 6 project to publish to HTML5.  The quiz results are being passed to our server via a POST form that is created in the project via a button that executes the following JavaScript:
var myPercent = cp.vm.getVariableValue('vPercent'); 
var myAccuracy = cp.vm.getVariableValue('vAccuracy');
var mySurvey1 = cp.vm.getVariableValue('Survey1');
var mySurvey2 = cp.vm.getVariableValue('Survey2');
var mySurvey3 = cp.vm.getVariableValue('Survey3');
var mySurvey4 = cp.vm.getVariableValue('Survey4');
var mySurvey5 = cp.vm.getVariableValue('Survey5');
var mySurvey6 = cp.vm.getVariableValue('Survey6');
document.write("<html><head><title>Results</title></head><body><p align=center><br><font size=6>Quiz Results</font></p><div align=center><table border=0 width=50% cellspacing=0 cellpadding=4><tr><td align=right width=50%><b><font size=4>Total Questions:  </font></b></td><td width=50%><font size=4>49</font></td></tr><tr><td align=right width=50%><b><font size=4>Correct Questions:  </font></b></td><td width=50%><font size=4>" + myAccuracy + "</font></td></tr><tr><td align=right width=50%><b><font size=4>Accuracy:  </font></b></td><td width=50%><font size=4>" +  myPercent + "%</font></td></tr></table><p><font size=4>The next screen will display your certificate of course completion. Be sure to print it for your records. <br> <b>You must submit a copy of this certificate.</b></font></div><form method=POST action=/Training/QuizResults.aspx><p align=center><input type=submit value='   Next  ' name=B1> <input type=hidden name=S1 value=" + mySurvey1 + "> <input type=hidden name=S2 value=" + mySurvey2 + "> <input type=hidden name=S3 value=" + mySurvey3 + "> <input type=hidden name=S4 value=" + mySurvey4 + "> <input type=hidden name=S5 value=" + mySurvey5 + "> <input type=hidden name=S6 value=" + mySurvey6 + "> <input type=hidden name=percentage value=" + myPercent + "></p></form></body></html>");
It's being hosted on a secure server and works just fine in the following browsers:  iOS7, Chrome 32, IE 10, Safari 5.1.7 for Windows.  However, in IE 11 all I see is a blank page (even in compatability view and adding to trusted sites).  Since it shows just fine in IE11 when viewing on the local machine, I don't know if it's a compatibility issue or if it's related to being on a secure server or just that my JavaScript is wrong and IE 11 unforgiving. 
I appreciate any suggestions you have on this--including any other methods of using POST to pass the variables. 

Thanks Jim.  That didn't resolve the problem but I did finally figure out what the problem was and came up with a work around.  I saw in the JavaScript console (F12) that there was an error SEC7111:  HTTPS security is compromised by (null).  Which apparently means that IE11 regards my JavaScript-created form as nonsecure content and instead of asking the user whether or not to display the mixed content, it just doesn't show it.  To resolve the problem, I made the form display in a pop-up window (viola!  No mixed content--only nonsecure content).  IE11 is okay with that but it's not a graceful fix since most browsers employ a pop-up blocker now.  Here is my new code:
var jsPercent = cp.vm.getVariableValue('vPercent'); 
var jsAccuracy = cp.vm.getVariableValue('vAccuracy');
var jsSurvey1 = cp.vm.getVariableValue('Survey1');
var jsSurvey2 = cp.vm.getVariableValue('Survey2');
var jsSurvey3 = cp.vm.getVariableValue('Survey3');
var jsSurvey4 = cp.vm.getVariableValue('Survey4');
var jsSurvey5 = cp.vm.getVariableValue('Survey5');
var jsSurvey6 = cp.vm.getVariableValue('Survey6');
var w=window.open();
w.document.open('text/html','replace');
w.document.write("<html><head><title>Results</title><meta http-equiv='X-UA-Compatible' content='IE-EmulateIE9'></head><body><p align=center><br><font size=6>Quiz Results</font></p><div align=center><table border=0 width=50% cellspacing=0 cellpadding=4><tr><td align=right width=50%><b><font size=4>Total Questions:  </font></b></td><td width=50%><font size=4>49</font></td></tr><tr><td align=right width=50%><b><font size=4>Correct Questions:  </font></b></td><td width=50%><font size=4>" + jsAccuracy + "</font></td></tr><tr><td align=right width=50%><b><font size=4>Accuracy:  </font></b></td><td width=50%><font size=4>" +  jsPercent + "%</font></td></tr></table><p><font size=4>The next screen will display your certificate of course completion. Be sure to print it for your records. <br> <b>You must submit a copy of this certificate.</b></font></div><form method=POST action=/Training/QuizResults.aspx><p align=center><input type=submit value='   Next  ' name=B1> <input type=hidden name=S1 value=" + jsSurvey1 + "> <input type=hidden name=S2 value=" + jsSurvey2 + "> <input type=hidden name=S3 value=" + jsSurvey3 + "> <input type=hidden name=S4 value=" + jsSurvey4 + "> <input type=hidden name=S5 value=" + jsSurvey5 + "> <input type=hidden name=S6 value=" + jsSurvey6 + "> <input type=hidden name=percentage value=" + jsPercent + "></p></form></body></html>");
w.document.close();

Similar Messages

  • Issue with TOC overlaying MP4 embedded video in Firefox (Captivate 7 HTML5 output)

    Only in Firefox, I am coming across an issue when I have a video embedded on a slide, the overlaying Table of Contents displays but is not clickable. This is both when the video is paused and playing. The TOC comes over the embedded video area on the slide. I have considered it is possibly a z-index issue with Firefox, but really need a workaround.
    Firefox 28.0, Captivate 7 HTML5 package, MP4 video

    Hello Kris,
    Please check your output in other browsers like Internet Explorer and Google chrome as well.
    HTML5 output from Captivate is tested and supported only on below browsers
    Internet Explorer 9 or later
    Safari 5.1 or later
    Google Chrome 17 or later
    http://helpx.adobe.com/captivate/using/publish-projects-html5-files.html
    Thanks

  • Captivate 8 HTML5 not playing in iframe

    Hello,
    I am trying to view a Captivate 8 HTML5 published responsive webinar within an iframe, but am only seeing the loading symbol, it does not ever start.
    Here is the code that I am using: <a href="/Portals/0/webinars/mra/captivate8_html5/responsive.html" class="mraCustomDialog" data-fancybox-type="iframe">Captivate 8 HTML5 Responsive Test Pop-Up Window</a>
    I was told that it has something to do with the CPXHRLoader.js file (part of the Captivate template), that it's doing something that the browsers don't like permissions-wise. Any suggestions would be greatly appreciated.
    Thanks!

    I've been in contact with a tech support rep who told me that it works correctly on their server, but they've only suggested using an iframe within an iframe. Basically, it's an iframe with a link inside of it that you have to click to open another iframe, but it's a very short height and I can't figure out how to make it taller. Here's a screen shot of what mine looks like:

  • [Captivate 8] HTML5 Publishing - First Slide shows locally but not on test server

    Hi all,
    The Question
    Has anyone run into this issue of the first slide not showing on HTML5 (and/or SWF) until you open up the TOC and select the recalcitrant slide and then it shows (and operates) just fine? Not on project load, just when it is selected.
    The Description
    I've only been using Captivate 8 for a short period of time, and I've run face first into a little bit of a bigger hurdle than I expected. At present, I have a simple, linear Captivate project that in essence replicates a Powerpoint (client specified). Everything was working just fine until I tried a HTML 5 Preview from Captivate 8 and first slide did not show. After some research my solutions to the problems I encountered was to:
    Local preview occasionally causes a glitch. Solution: Publish locally and (pre)view the result. This didn't work.
    Group all objects on the first slide and then attach the action Show to that group. This fixed the problem.
    Following that I published it to a host server (test server at the moment, but ultimately it will the live dev server). I encountered the same problem, so:
    Tried the group trick, above. No joy.
    Opened up the TOC and navigated to the other slides. None of the buttons (previous slide, next slide) worked.
    Renamed the "Mouse.mp3" to remove that annoying click. Result: All project buttons worked, but the first slide was not showing (grouped or otherwise).
    Removed all master slide objects from the slide. No joy.
    Removed the button (action: Next Slide) and reduced the play time of the slide to 5 seconds so that the slide would play upon loading, then just move to the next slide. No joy.
    Tried all of the above with SWF and HTML 5 publication.
    Tried all of the above with SWF only.
    Once again, when I open up the TOC and navigate to the first slide ("Title Page") the blank slide that is populated only by the lonesome borders becomes the Title slide, as it should. Also, local preview from the file (\project\index.htm) works just fine.
    Obviously I'm missing something. It's probably something incredibly obvious, so I thank you for your patience.
    The Technical
    Captivate 8.0.0.145
    OS: Maverick OSX and Windows XP Pro SP1
    Other: Adobe CS (up-to-date install)

    First, apologies--I didn't see the "Getting Started" sub-community so if this thread can be moved there then thank you. Second, I missed some important details.
    Project Details
    Captivate 8, blank project*. Content at the moment is only text captions, media resources (pictures, two web objects [to Vimeo]), and transparent buttons. The project is stripped of the play bar as it is a self-paced lesson/module.
    * I don't have the lead time to make this a responsive design, though that is the ultimate goal once the one-size-fits-all version (1024x627) has been released.
    Testing Hardware Details
    The following are the machines and browsers I've tested the HTML5 output on.
    Mac (10.9.4) -- Chrome 36.0.1985.125 (hangs; need to open the TOC and click on "Title Page"), Firefox 30 (works fine), Safari 7.0.5 (9537.77.4) (works fine)
    Windows 7 Pro SP1 -- IE 11 (works straight away! *shock*), Chrome 35.0.1916.153 m (hung, but on refresh worked fine), Firefox 31.0 (throws out unsupported error [known feature] but then loads up just fine).
    Chromebook -- Chrome OS 35.0.1916.155 (worked straight off).
    Smartphones -- Not supported, but iPhone 4S (iOS 7.1.2) (works fine, but not designed); Galaxy S5 Chrome (broken).
    Tablets -- iPad2 (iOS 7.1.2) (play button loads partial content, on refresh works fine); Galaxy Note 10.1 2014 Chrome (broken), Android Browser (works fine).
    I'm more than willing to share a link to the project and the Captivate 8 file, but just thought that I would see if this gets any traction/recognition before going deeper.

  • Chrome, buttons don't work suddenly, Captivate 7 html5

    Chrome, buttons don't work. Captivate 7, why did buttons suddenly stop working in chrome (and click boxes too.) HTML5
    I installed the patch in June. Since then I made a lesson and published it to a Moodle server. It works in IE and Chrome fine.
    Lessons from 2013 work fine still on that server.
    New lesson from a different template works in IE but not in Chrome. End user can't get audio in IE, would use Chrome but buttons don't work! You can see the html selection box and they depress(plain buttons, can see the overlay when you click) but they don't take any action. I can click and type in a text box if that helps?
    So I created a couple of test projects:
    one from the new 2014 template, copied over some 2013 slides and buttons.
    One from 2013 template, copied in some 2014 slides and buttons.
    Good mix of each. Made export settings match.
    Posted to Moodle in new course. Posted to old course, to make sure it wasn't Moodle related, they are on the same server.
    Two variations every way I could.
    Buttons do not work in Chrome. Everything works in IE.
    I had created an extra lesson for the 2013 course this month and posted it with the same software to the same server, that works in Chrome.
    It was made after a software update (to 701-237 June 2014, Windows system, hasn't changed since).
    Then I opened, republished and uploaded a lesson from last year. Doesn't work in Chrome. ?!?
    What happened to my BUTTONS! I don't know what else to try.
    ps Moodle was getting a manifest error when i tried to publish as scalable html. Moodle takes it  when I don't.
    Yes I deleted the layouts folder when I updated. Did it again today to be sure. No improvement.

    Hey there's a solution to this (he says answering his own question)
    Someone else posted earlier that latest version of Chrome hung and buttons didn't work (I hate Adobe forum search since I know I checked keywords before posting mine, but whatever)
    https://forums.adobe.com/message/6573330#6573330
    They got a response:
    http://captivatedev.com/2014/07/20/html5-captivate-projects-freezing-google-crome-v-36/
    that has to do with two deprecated functions being removed by new Chrome, affecting Javascript.
    http://blogs.adobe.com/captivate/2014/07/update-on-captivate-html-5-content-playback-issue -in-google-chrome-browser.html
    Offers a manual fix and also updated that page with link to an adobe fix:
    So you can patch Captivate 7 and 8 and make Chrome your friend again!
    I've just installed it and previewed a project in my default (Chrome) browser. Success!

  • Captivate 6/HTML5 URL loading but Captivate page drops to a 404

    Hi All!
      I"m sure this is something simple, but I just can't seem to figure what's going on. I have a Captivate 6 project (http://cs.franklin.edu/~heinem01) that has several slides linking out to HTML5/jQuery pages for some interactivity. I have advanced actions set up on the slide before for text box advancement, then the last step I have it coded to open the URL in a new window, and also advance to the next slide (so when the user clicks on the close link on the html5/jquery page, it will take them back to the captivate screen and they can continue on). The new page is coming up fine, but the captivate project is droping to a 404 instead of just going to the next slide . What am I missing?   I'm not sure if I'm missing a step in my advanced action or if I've got something stuck in the captivate file to cause this. Any insights would be appreciated!
    Becky

    Hi Jim!
    Thanks for the heads up! I did have one that had a bad link but removed it. Even after a force republish of all slides, the information for the old link appears to be sticking.  I'll go try recreating/ hand typing in my links instead of copy/pasting and see if that works!
    Becky
    **Edit ** not sure which thing did it, but I deleted/readded the links in the advanced actions, typed the links by hand, as well as cleared my browser cache, and completely replaced my project on the webserver instead of just overwritting it (deleted files/folders on server and grabbed the most recently published and SFTP'd it out)

  • Captivate 7, HTML5 video won't play

    Hello forum,
    I'm trying to make a Captivate project with video's in it.
    I tryed using MP4, FLV and F4V video files but non of them will show up in google chrome.
    The project just plays without showing anything, but in flash it works normally.
    Thanks in advance,
    Paul

    If you're talking about video not working in HTML5 output, upload your published content to a web server to test and make sure the web administrator has allowed video files of your specific mimetype.  Don't bother trying to test the HTML5 content from your local drive.  Always use a web server.

  • Cross-domain AICC not working in Captivate 7 HTML5 courses

    We've published some Captivate 7 courses to HTML5 and are trying to connect them to our LMS with AICC.  Due to differences in the protocol, the direct calls are blocked, so we need to use the cross-domain implementation, but after enabling that by editing the index.html file, the course still tries the direct connections instead, which always fail due to browser security restrictions. 
    What do we need to do, besides editing the index file to enable this?

    Can you explain in more detail? What part of your content/course is in another domain? And why is it in another domain?
    I've never used AICC, but your LMS may be enforcing cross-domain rules.

  • Captivate 7 - HTML5 - Project to External MP4 - Back to Project at Quiz slide

    Hi,
    I am new to using Captivate and my company has me using Captivate 7. I am tasked with creating a project (blank project) importing a video, and then returning to the Captivate project to take a quiz. The video quality is not good in HTML5 or MP4 when imported into the project. I have alternatively, linked within the slide a button to the HTML5 video,  and successfully launched the video with perfect quality. I have created a button within the HTML5 video to go back to the original project. I see an option to go back to the project, but not to the specific slide where the quiz begins. What is the best way to accomplish this?

    If you set the number of attempts to Infinite, the user will not be able to continue until he has given a correct answer. The answer will not be reset, but he can change it and the Failure caption will appear in which you can put the Feedback. Be sure to hide the playbar (there is an option in the Quiz settings) and to drag the Next button (that doubles as a Skip button during Quiz, is Next during review) under the Clear button (can be used by user to clear the answer). That is only necessary if you want to allow review. If not, uncheck the Next button.
    More details about Question functionality:
    http://blog.lilybiri.com/question-question-slides-in-captivate

  • Captivate 7 HTML5 background audio not playing

    The issue seems to be related to a slide with background audio that plays after a Random Question slide. I can see the playhead moving but the audio is muted. It seems to be a bug with Captivate 7.
    To duplicate the issue, create a new Captivate 7 project, insert 2 Blank slides, each with Background Audio. Create a question pool with 2 multiple choice questions and insert a Random Question slide between the 2 previously created Blank slides. When playing in HTML5 from the start (F11), the second background audio does play (is muted).
    I'm using Chrome in Windows 7.

    Sreekanth,
    I think I've found a workaround for this issue. I’m finding when audio is placed on each question slide in the pool, the audio on subsequent slides play. The audio on the question slides has to be different from audio used on non-question slides (but all the question slides can use the same audio). Also, the question slide audio can be a very short and silent piece of audio, so nothing is heard on the question slide itself.
    Bruce

  • Captivate 7 - HTML5 audio/slides not syncing

    Hi,
    I am trying to publish out to HTML5 (Captivate 7 with the patch on Windows 7). I have audio on each slide and if I just let it run straight through, it's fine. However, if I page forward the audio is not sync'd with the slide anymore. It looks like it take a little longer for the slide to catch up but the audio starts right away.
    Also, if I go back and forth (I know this isn't right but I know learners are going to), sometimes I get audio from two slides playing at once.
    Is this just an HTML5/audio issue or is this a Captivate issue?
    Thanks,
    Joy

    Sreekanth,
    I think I've found a workaround for this issue. I’m finding when audio is placed on each question slide in the pool, the audio on subsequent slides play. The audio on the question slides has to be different from audio used on non-question slides (but all the question slides can use the same audio). Also, the question slide audio can be a very short and silent piece of audio, so nothing is heard on the question slide itself.
    Bruce

  • Printing a slide in Captivate 6 HTML5 output via javascript

    I have been googling for the past 3 work days trying to figure this out.
    I had some limited success with printing a div via javascript and pointing it at the slide div (I know it happens to be Slide16952).
    Which is fine, except it doesn't keep the CSS elements of the slide which is what makes it a pretty completion certificate.  Print widgets won't work because I have to publish to HTML5 and not flash (no, no choice in this).  I am struggling to get any javascript working.
    I have this right now which I just picked up as a generic to try and get me going
    function PrintElem(elem)
            Popup($('<div/>').append($(elem).clone()).html());
        function Popup(data)
            var mywindow;      
            mywindow = window.open('', 'mydiv','height=1280,width=720,scrollbars=no','');           
            mywindow.document.write('<html><head><title>my div</title>');
            mywindow.document.write('<style type="text/css" media="print,screen">.hideMe{display:none;}.NoPrintClass{display:none;}</style>');               
            mywindow.document.write('</head><body>');
            mywindow.document.write('drop down selected value in parent: '+mywindow.opener.document.getElementById('testSelect').options[mywindow.opener.document. getElementById('testSelect').selectedIndex].text+'<br/>');
            mywindow.document.write('contentStarts<br/>');
            mywindow.document.write('  using jquery:  '+data);
            mywindow.document.write(' using javascript: '+mywindow.opener.document.getElementById('mydiv').innerHTML);
            mywindow.document.write('<br/>contentEnds');
            mywindow.document.write('<br/>');                                    
            mywindow.document.write('</body></html>');       
            mywindow.document.focus();
            mywindow.document.close();     
            mywindow.print();            
            return true;
    I then point my print button at PrintElem('Slide16952') via a javascript window.
    obviously I haven't written this to fit my particular project yet, but the part I am having the most issue with is trying to get the captivate CSS stuff to come through.  mydiv should = Slide16952 I think.  The CSS form that captivate creates has several block visible elements, but I believe the one I am trying to make sure I get is .cp-shape in CPLibrary.css, but there could be others I want too and I am not sure which.
    has anyone had any luck getting a single slide printed in HTML?  window.print() only gets me like 95% of the slide and a loft of white space around it.

    function printPartofPage() {
        var DocumentContainer = document.getElementById('Slide16952');
        var WindowObject = window.open('', 'PrintWindow', 'width=1280,height=720,top=50,left=50,toolbars=no,scrollbars=yes,status=no,resizable=no') ;
        WindowObject.document.writeln('<!DOCTYPE html>');
        WindowObject.document.writeln('<html><head><title></title>');
        WindowObject.document.writeln('<link rel="stylesheet" type="text/css" href="assets/css/CPLibrary.css">');
        WindowObject.document.writeln('</head><body>');
        WindowObject.document.writeln('<body style="background-image:url(dr/CertBorder.png);">');
        WindowObject.document.writeln('<h1 style="text-align:center; top: 30px;">Certificate of Completion</h1>');
        WindowObject.document.writeln(DocumentContainer.innerHTML);
        WindowObject.document.writeln('<img src="dr/17170_271_44.png" style="position:absolute; left: 896px; top: 464px; width: 294px; height: 73px;"></img>');
        WindowObjext.document.writeln('<p style="text-decoration:overline; position:absolute; left: 908px; top: 494px;">Authorized Signature</p>');
        WindowObject.document.writeln('</body></html>');
        WindowObject.document.close();
        WindowObject.focus();
        //WindowObject.print();
        //WindowObject.close();
    latest code update.  Almost everything is working now.  I am going to get rid of the h1 line because I am going to redesign the certificate image and incorporate the Certificate of Completion part in the image file CertBorder.  I may also do that for the image (which is a signature) and the <p></p> portion, so that I am pulling all of that into the image template and aligning it where it needs to be and just grabbing the image.
    I have the WindowObject.print and .close commented out so I can get it all working.  Once I know it works I will uncomment those for final testing.
    This isn't a great solution, but it's the only one I can seem to make work at this point and it will be pretty transparent to the user once it's done.  So far it doesn't set off the pop-up blocker for me, but I am doing this all locally on my hard drive so I suspect that may become an issue once published.
    also, all credit where credit is due (here is where I got my baseline code ideas http://jsfiddle.net/Zmqzb/)

  • Lightbox-style Menu in Adobe Captivate and HTML5

    i have made Lightbox-style Menu in Adobe Captivate 7. When I preview my project HTML5 Output in Web Browser (F11) everything is ok. Then I publish my project and test it. Lightbox-style Menu not work any more. Can I fix it?
    Thanks,
    -Pasi

    Hi there
    While you are using Captivate, I'm going to have to say you are really asking in the wrong place. Certainly the question doesn't seem related to Captivate Quizzing features or working with a Learning Management System, so for starters you are in the wrong forum category. But that aside, I do hope you realize that the HTML 5 converter is BETA software. Being that as it is, I'm not sure you are allowed to actually use anything produced by it in a distributable product. Not to mention that because it's in BETA, that could also account for some of the issues you are facing. So from that standpoint, if there is a feedback or beta forum for the HTML 5 converter, you may want to ask there.
    Otherwise, this would seem to fall squarely into the InDesign realm. You might try re-posting in the InDesign forums.
    Best of luck to you in sorting it... Rick

  • Captivate 8, HTML5: Unable to drag objects using the index.html

    Using Captivate 8 and publishing to SWF and HTML5. In the published index.html file, I'm unable to drag anything in my drag and drop interaction.
    Disabled Master Slide Objects on Top
    Accept All disabled in Accepted Drag Sources
    Set opacity of drop targets to 0%
    The interaction works in the swf version of the course and the [project_name].htm file, just not in the index.html. When previewing in the browser from CP8, the interaction works, but not when previewing HTML5 in the browser.
    Is there something I need to do to make the drag and drop interaction work in HTML5? Something I need to activate? Edit in the code?
    Thanks,
    Kelly

    I have not upgraded at this time, but I can if that will fix the issues I'm having with the published files.
    To clarify, my project is NOT a responsive project. I'm just selecting HTML5 on the publish. And I am testing it locally, on our company server, and online. The drag and drop does not work in any instance of the index.html any of these locations.

  • Captivate SCORM html5 in Moodle 2.5.3 failing

    Hello,
    I am working on some videos in Captivate and published them in SCORM HTML5 for Moodle 2.5.3. I tested them with SCORM Cloud and the passed the test. However, when I uploaded them in the moodle, I can only see the content in IE, but some of the videos are presenting an error in Chrome (text boxes and some objects don't show in the screen). To solve that, I had to merge the objects to the background in Captivate creating a new merged version (preserving the editable one), not the best solution. In addition to that, the videos don't play well in iphone 4s IOS6 and ipad 3 in Safari nor Chrome. When I can finally log in in the mobile device, the screen crashes and closes unexpectedly, and when I try to access it again, it logs me out from the moodle e-learning environment. Can please someone help? We chose Captivate in SCORM HTML5 for the client so they would access the training content in mobile devices and that is not working.
    Thanks!

    Moodle 2.6 has improvements that make it display better on Mobile devices (and is generally better) earlier versions of Moodle should still display HTML5 content but not very well when using a Mobile device. I'd definately reccomend testing your packages with Moodle 2.6 to see if it helps but I'm not aware of a specific issue that would cause the described behavior above.

Maybe you are looking for