Captivate 4 Questions coming up blank.

I'm having some major problems with quiz answers not showing up.
Just the Letters from the choices show on the slides (About 7 Questions slides mixed in the first 43 Slides, there are a total of about 85 slides)
Muliple choice and single choice graded
Questions slides after 43 all work correctly
Check Boxes show
Check boxes are unrelated to the the correct answers because when I mark the correct boxes I get the Incorrect answer texts.
Captivate is running on Windows XP Pro 32 bit SP2.
Captivate with latest update (build 1658)
Published on two different XP Pro 32 bit machines with same result
Publishing as AS3 script.
I've resized the project at least once.
I original had the project in it's infancy as a AS2 file in captivate 3 but quickly changed it to AS3 and captivate 4 with the preferences check boxes.
I tried creating a new blank project and copied all slides into it, but the the slides at front still had problem.
Edited on a third machine Vista 64 bit Captivate 4 Build 1658, added a question before slide 43, moved a question slide that was before slide 43 to end and published.  Saved CP file. All questions work now.
Opened saved CP in XP Pro machines again and published. Slides before 43 all broken again. Interesting enough the question slide I moved to end still works.
Both XP Pro machines have had Captivate 3 installed. On one, the Main editing machine Captivate 3 is still installed along with Captivate 4 on the other Captivate 3 was uninstalled and Captivate 4 added .
I can not install SP3 of XP Pro.
Captivate 4 is running as Administrator on the Vista 64 bit machine
At one point I had edited the file on Captivate 4 Vista 64 bit and then brought back to the XP Pro Machine for final edits.
How do I get this working in XP Pro 32 bit? Am I missing something between the two versions?  I think I could move all question slide to end and navigate back and forth but this is fragile at best. I wouldn't want to be trusting that this will work three weeks from now.

I've ironed out a lot of the bugs in the questions
now.  Had to move all the questions to the end of Captivate project and set all questions to only 1 try.
I use advanced actions to jump to and away from the questions slides. Basically if I've been to the questions slides don't jump there, jump to the next slide. This action is run on the slide before the question, for example on slide 12 I must jump to slide 64 if I've not been to the question slide yet, other wise I jump to slide 13,. On the slide after the question set (A blank slide with a continue button, I use the same advanced action which will jump to slide 13 as I've just finished the questions).
The questions being moved to the end of the project was done to get around the initial problem with Questions coming up blank earlier  in the project (About 1/3rd the way in, question slides would appear blank but when placed at the end of the project they would show up correctly and again only after I had moved to a Vista 64bit machine, not sure if the 64 bit operating system was a red herring but at the point of the move things that where not running started to run, including advanced actions).
Each of my questions had 2 tries on them with two captions (The first caption to say that the response was wrong, try again and the second one to say incorrect the correct answers are.) After a certain point in the slides (even when moved to the end) two incorrect answers would stop the slide from advancing, to advance had to use the progress bar or multiple clicks on the Play button, clicking "anywhere" just wouldn't advance. I moved back to just a single try and the advancement problem disappeared. Hardly a real solution as I want the student to actually think about a incorrect answer as opposed to get the right answer no matter what they do. I didn't want to enable review as an alternative because I was having so many problems with slide movement as it was never mind adding review to the formula.
I also had to simplify several complex animations that used the timeline. In a nut shell, one Continue or Next Slide button per slide. Working with multiple buttons at different timeline markers was unreliable. I found that occasionally you would have to click a second time on transparent buttons to advance the timeline. When this clicking problem happened I would find that some slides later, a transparent button programmed for next slide or Jump to Slide would instead jump back to the slide in which I had to click twice. As soon as you adjusted the timeline (which was more an act of praying too ones god) so that you only had to press it once,  both the the jumping back to the slide in question and the single click would work for a bit (Once it was working don't go there till it breaks again)
Nihaar, I'll resubmit my working project to you so you can see the problems that still reside in the show. I'd love to not have to stand on one leg while juggling three balls and one machete. It would be nice to just have to stand on one leg, the machete and three balls just come unnaturally to me and I'm always afraid that I'll be left standing holding just one ball.
Advanced actions:
The following Advanced Action is for the final lesson final info slide, It jumps to the final question set (L7 Review 1)  or to the next slide (Congratulations slide) if the questions have been seen. The script also shows the play bar (First question slide of a set turns the play bar off). Note that Q7Complete is a user Variable. When you declare the variable set it's value to 1 (In some computer languages 0 can be problematic, so I, as a habit use 1).
This Advanced Action is run on a button in the last info slide where you want to jump to the question or not  and on a blank "On Slide Enter" that you have added after the last question of the set. The "On Slide Exit" of the blank slide should be set at "No Action". If you forget to set the "No Action" the "On Slide Enter" advanced action will not navigate away from the blank slide properly.
On each question set the first question slide,  set the "On Slide Enter" to set the cpCmndShowPlaybar = 0 to hide the play bar during the question slides.
Please note that you should order the questions sets first to last when using this method. Do not mix up the order as I found that making questions mandatory (not a bug but a good feature) causes a problem in the navigation in and out of the question slides. Also ensure the person does not visit the questions a second time as this causes the questions already answered to reset. Each set of questions has it's own User Variable and Advanced Action.
Check if   ( Q7Complete not equal to 2 )
begin
          Q7Complete := 2
          Jump to slide L7 Review 1
end
or Else
  begin
         Q7Complete :=2
         cpCmndShowPlaybar := 1
         Jump to slide Congratulations
End

Similar Messages

  • Book Binding with a PDF Cover Page - cover page coming in blank

    Hi All,
    I have sucessfully created a pdf book using PDFBookBinder. I'm getting a blank page when I try to use a Pdf as my cover sheet. My toc.xml looks like this....
    <?xml version="1.0" encoding="utf-8" ?> <outline xmlns="http://xmlns.oracle.com/oxp/book/">
    <title-page type="pdf">L:\badev\templates\quoting\temp\QUOTEFile10691\QUOTE10696.PDF</title-page>
    <toc-template>..\user_templates\BookBindingTemplates\toc-template.rtf</toc-template>
    <item>
    <title>112112</title>
    <content>L:\badev\templates\quoting\temp\QUOTEFile10691\QUOTE112112.PDF</content>
    <pagenum-template type="rtf">..\user_templates\BookBindingTemplates\pagenum.rtf</pagenum-template>
    </item>
    <item><title>1124343</title>
    <content>L:\badev\templates\quoting\temp\QUOTEFile10691\QUOTE1124343.PDF</content>
    <pagenum-template type="rtf">..\user_templates\BookBindingTemplates\pagenum.rtf</pagenum-template>
    </item>
    </outline>
    the File L:\badev\templates\quoting\temp\QUOTEFile10691\QUOTE10696.PDF is a one page pdf but for some reason it is coming in blank... Has anyone come accross this before?
    thanks,
    Matt

    Hi Matt,
    I'm also trying to use the PDF Book Binder API.
    I used the FOProcessor to convert a number of XSL files into PDF files and I'm nowing trying to use the PDFBookBinder to add a 'table of contents' to my PDFs.
    Where you able to dynamically create the TOC?
    And if so, I would be grateful if you could provide some detail on how it was done.
    P.S. Sorry to be answering your question with a question.
    Many Thanks
    Keith

  • Adobeform Chinease Translation issue - Translated area coming as blank

    Dear Gurus,
    I have beed facing an issue while translating adobe form from English to Chinese from SE63 transaction using PDFB.
    There are two section one is Source language and another is Target language.
    Now in my case the target language is coming as blank , i.e. there is nothing I can translate , for other language its working properly.
    So now the question is how to resolve this issue ?
    Thanks
    Kuntal Biswas

    HI Kuntal,
    In Adobeform we don`t have to translate variables through SE63 tcode.Inside Adobeform only in html code you have to copy translated values in place of you variables.
    Please check I will let you know once I will get exact area inside Adobeform.
    Regards,
    Ankur

  • Crystal Report Coming out Blank

    Hi Guys
    I have been struggling for days now with a my vb.net app that is using sql server as DB. I am creating a crystal report but it seems it always comes out blank when i use my dataset as the datasource. If i change the datasource to my-pc it all works fine
    but i dont want this as it will be using another server after deploying the app.
    I have created a CrystalReportViewer1 and a rptAllEmployeesSalaries.rpt crystal report .The report is displaying data from two tables which i used an INNER JOIN Select statement. This is my code on the form load event;
    Private Sub frmrptAllEmployees_Load(sender As Object, e As EventArgs) Handles Me.Load
            Dim rpt As New rptAllEmployeesSalaries 'The report created.         
            Dim myConnection As New SqlConnection(ConfigurationManager.ConnectionStrings("TMS.My.MySettings.xConnectionString").ConnectionString)
            Dim MyCommand As New SqlCommand()
            Dim myDA As New SqlDataAdapter()
            Dim myDS As New xDataSet4 'The DataSet  created.  
            myConnection.Open()
            Try
                MyCommand.CommandText = "SELECT employeeWork_infor.jobTitle, employeeWork_infor.status, employeeWork_infor.branch, employeeSalaries.salary, employeeWork_infor.employeeSurname, employeeWork_infor.employeeName, employeeWork_infor.employeeNo
    FROM employeeWork_infor FULL JOIN employeeSalaries ON employeeWork_infor.employeeID = employeeSalaries.employeeID"
                MyCommand.CommandType = CommandType.Text
                myDA.SelectCommand = MyCommand
                MyCommand.Connection = myConnection
                myDA.Fill(myDS, "employeeWork_infor")
                myDA.Fill(myDS, "employeeSalaries")
                rpt.SetDataSource(myDS)
                CrystalReportViewer1.RefreshReport()
                CrystalReportViewer1.ReportSource = rpt
            Catch Excep As Exception
                MessageBox.Show(Excep.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
            End Try
            myConnection.Close()
        End Sub
    End Class
    Please help my report always comes out blank im not sure why
    Trevor

    Thanx Venkat786
    1) i tried Running my T-sql query in SSMS and it does give me the data that i     want.
    2) I put the "myDS.WriteXml("c:\temp\result.xml")" before my set datasource line inside my code and it does write all the retrieved data to the result.xml file.
    3)When the designer previews the report it populates it with what looks like sample data and not data from my DB.
    From steps 1 & 2 it looks like all is working fine not sure if the result im getting on 3 is ok, but still after all this my report is still coming out blank.
    Would really appreciate it if you continue to assist...
     

  • Query/web template coming up blank in the portal

    Hi,
    I got one requirement saying that query/web template coming up blank in the portal.I have checked in portal it is blank.
    I don't have much knowledge about portal. I am not able to find this query name in the SAP gui(dev,q prod).can we publish the query with out creating in BEx .I don't understand can you please help me to resolve ths issue.
    Thanks
    Murali

    I don't know where to find the URL that the iView is pointing to...?Please guide me .
    Finally i came to know that the base query and one of the view is not populating the data in portal other views are populating the data.the views are created based on region(usa,europe..etc).I have executed this view and base query in BEx I am getting the error "internal error receiving from the bw serverfailed bw server raised exception:SYSTEM_ FAILURE. I think due to that the data is not populating in th portal. Please let me know how to resolve this issue.
    Thanks
    Murali

  • Page coming up blank in IE & Safari

    The website I am designing is driving me crazy. One of the pages is coming up blank in IE & Safari but works fine in FF. I assume it is something in the code but I can't figure it out.I am somewhat new to this type of stuff so any help would be appreciated.
    Here is the code for the page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    <title>Welcome to ACE Hardware of Rome</title> 
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> 
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> 
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" /> 
    <script type="text/javascript"> 
    <!-- 
    function MM_swapImgRestore() { //v3.0 
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; 
    function MM_preloadImages() { //v3.0 
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); 
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) 
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} 
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    * Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for this script and 100s more.
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["hotbuys/antifreeze.png", "", ""] //plain image syntax
    fadeimages[1]=["hotbuys/rvantifreeze.png", "", ""]
    fadeimages[2]=["hotbuys/rake.png", "", ""]
    fadeimages[3]=["hotbuys/pushbroom.png", "", ""] 
    var fadebgcolor="white" 
    ////NO need to edit beyond here/////////////
    var fadearray=new Array() //array to cache fadeshow instances
    var fadeclear=new Array() //array to cache corresponding clearinterval pointers
    var dom=(document.getElementById) //modern dom browsers
    var iebrowser=document.all
    function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
    this.pausecheck=pause
    this.mouseovercheck=0
    this.delay=delay
    this.degree=10 //initial opacity degree (10%)
    this.curimageindex=0
    this.nextimageindex=1
    fadearray[fadearray.length]=this
    this.slideshowid=fadearray.length-1
    this.canvasbase="canvas"+this.slideshowid
    this.curcanvas=this.canvasbase+"_0"
    if (typeof displayorder!="undefined")
    theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter)
    this.theimages=theimages
    this.imageborder=parseInt(borderwidth)
    this.postimages=new Array() //preload images
    for (p=0;p<theimages.length;p++){
    this.postimages[p]=new Image()
    this.postimages[p].src=theimages[p][0]
    var fadewidth=fadewidth+this.imageborder*2
    var fadeheight=fadeheight+this.imageborder*2
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
    document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"> <div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filte r:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml- opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filte r:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml- opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
    else
    document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
    this.startit()
    else{
    this.curimageindex++
    setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
    function fadepic(obj){
    if (obj.degree<100){
    obj.degree+=10
    if (obj.tempobj.filters&&obj.tempobj.filters[0]){
    if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
    obj.tempobj.filters[0].opacity=obj.degree
    else //else if IE5.5-
    obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
    else if (obj.tempobj.style.MozOpacity)
    obj.tempobj.style.MozOpacity=obj.degree/101
    else if (obj.tempobj.style.KhtmlOpacity)
    obj.tempobj.style.KhtmlOpacity=obj.degree/100
    else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
    obj.tempobj.style.opacity=obj.degree/101
    else{
    clearInterval(fadeclear[obj.slideshowid])
    obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
    obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
    obj.populateslide(obj.tempobj, obj.nextimageindex)
    obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
    setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
    fadeshow.prototype.populateslide=function(picobj, picindex){
    var slideHTML=""
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
    slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML+='</a>'
    picobj.innerHTML=slideHTML
    fadeshow.prototype.rotateimage=function(){
    if (this.pausecheck==1) //if pause onMouseover enabled, cache object
    var cacheobj=this
    if (this.mouseovercheck==1)
    setTimeout(function(){cacheobj.rotateimage()}, 100)
    else if (iebrowser&&dom||dom){
    this.resetit()
    var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    crossobj.style.zIndex++
    fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
    this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
    else{
    var ns4imgobj=document.images['defaultslide'+this.slideshowid]
    ns4imgobj.src=this.postimages[this.curimageindex].src
    this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
    fadeshow.prototype.resetit=function(){
    this.degree=10
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    if (crossobj.filters&&crossobj.filters[0]){
    if (typeof crossobj.filters[0].opacity=="number") //if IE6+
    crossobj.filters(0).opacity=this.degree
    else //else if IE5.5-
    crossobj.style.filter="alpha(opacity="+this.degree+")"
    else if (crossobj.style.MozOpacity)
    crossobj.style.MozOpacity=this.degree/101
    else if (crossobj.style.KhtmlOpacity)
    crossobj.style.KhtmlOpacity=this.degree/100
    else if (crossobj.style.opacity&&!crossobj.filters)
    crossobj.style.opacity=this.degree/101
    fadeshow.prototype.startit=function(){
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    this.populateslide(crossobj, this.curimageindex)
    if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
    var cacheobj=this
    var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
    crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    this.rotateimage()
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    .style1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FF0000;
    .style2 {font-family: Geneva, Arial, Helvetica, sans-serif}
    .style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
    a:link {
        text-decoration: none;
    a:visited {
        text-decoration: none;
    a:hover {
        text-decoration: none;
    a:active {
        text-decoration: none;
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head> 
    <body onload="MM_preloadImages('images/sidebuttons_roll_01.png','images/sidebuttons_roll_02.png ','images/sidebuttons_roll_03.png','images/sidebuttons_roll_04.png','images/sidebuttons_ro ll_05.png','images/bottombuttons_roll_01.png','images/bottombuttons_roll_02.png','images/b ottombuttons_roll_03.png','images/bottombuttons_roll_04.png')">
    <div align="center">
      <table width="751" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td colspan="4"><img src="topredstrip.jpg" width="751" height="24" border="0" usemap="#Map" /></td>
        </tr>
        <tr>
          <td height="89" colspan="4"><img src="aceheader.jpg" width="751" height="101" /></td>
        </tr>
        <tr>
          <td colspan="4" bgcolor="#E20014"><div align="left">
              <ul class="MenuBarHorizontal style2" id="MenuBar1">
                <li><a href="index.html" class="style7"><strong>Home</strong></a> </li>
                <li><a href="about.html" class="style7"><strong>About Us</strong></a></li>
                <li><a href="staff.html" class="style7"><strong>Our Team</strong></a></li>
                <li><a href="departments.html" class="style5 style3"><strong>Departments</strong></a> </li>
                <li><a href="#" class="style8"><strong>Services</strong></a></li>
                <li><a href="#" class="MenuBarItemSubmenu style7"><strong>Vendor Links</strong></a>
                  <ul>
                      <li><a href="http://www.stihldealer.net/default-dealer-043026.aspx" target="_blank">Stihl</a></li>
                      <li><a href="http://www.weber.com/us/" target="_blank">Weber</a></li>
                      <li><a href="http://www.scotts.com/smg/" target="_blank">Scotts</a></li>
                      <li><a href="http://www.naturapet.com/" target="_blank">Natura Pet Products</a></li>
                      <li><a href="http://www.nutroproducts.com/" target="_blank">Nutro Pet Food</a></li>
                    </ul>
                </li>
              </ul>
          </div></td>
        </tr>
        <tr>
          <td width="170" valign="top" bgcolor="#000000"><a href="signup.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image14','','images/sidebuttons_roll_01.png',1)"><img src="images/sidebuttons_01.png" name="Image14" width="170" height="69" border="0" id="Image14" /></a><a href="http://www.acehardware.com/infohome/index.jsp?clickid=body_projectsandsolutions_img" target="_blank" onmouseover="MM_swapImage('Image15','','images/sidebuttons_roll_02.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/sidebuttons_02.png" name="Image15" width="170" height="66" border="0" id="Image15" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image16','','images/sidebuttons_roll_03.png',1)"><img src="images/sidebuttons_03.png" name="Image16" width="170" height="66" border="0" id="Image16" /></a><a href="https://www.acehardware.com/acerewards/index.jsp" target="_blank" onmouseover="MM_swapImage('Image17','','images/sidebuttons_roll_04.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/sidebuttons_04.png" name="Image17" width="170" height="67" border="0" id="Image17" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','images/sidebuttons_roll_05.png',1)"><img src="images/sidebuttons_05.png" name="Image18" width="170" height="72" border="0" align="top" id="Image18" /></a></td>
          <td colspan="3"><table width="581" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9" height="219"> </td>
              <td width="340"><p align="center"><span class="style1">Welcome to ACE Hardware</span><br />
                  <img src="rotating pics/storefront.png" width="321" height="210" /></p>
                </td>
              <td width="232" height="219"><div align="right">
                <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','222','height','219','src','rotating pics/rotatingpics','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','rotating pics/rotatingpics' ); //end AC code
              </script>
                <noscript>
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="222" height="219">
                    <param name="movie" value="rotating pics/rotatingpics.swf" />
                    <param name="quality" value="high" />
                    <embed src="rotating pics/rotatingpics.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="222" height="219"></embed>
                  </object>
                  </noscript>
              </div></td>
            </tr>
            <tr>
              <td height="100" colspan="3"><table width="581" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="140" height="112"><a href="http://acehardware.shoplocal.com/acehardwarecircular/default.aspx?action=browsepageflash&s toreid=2432523&rapid=756011&prvid=ace-091001SS&promotioncode=ace-091001SS" target="_blank">
                    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 140, 100, 0, 6000, 0, "R")
                    </script>
                  </a></td>
                  <td><a href="http://www.edenpure.com/main" target="_blank">
                    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','441','height','100','src','banner ads/edenpure','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','banner ads/edenpure' ); //end AC code
                  </script>
                    <noscript>
                      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="441" height="100">
                        <param name="movie" value="banner ads/edenpure.swf" />
                        <param name="quality" value="high" />
                        <embed src="banner ads/edenpure.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="441" height="100"></embed>
                      </object>
                      </noscript>
                  </a></td>
                </tr>
              </table></td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td><a href="http://www.stihldealer.net/default-dealer-043026.aspx" target="_blank" onmouseover="MM_swapImage('Image12','','images/bottombuttons_roll_01.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/bottombuttons_01.png" name="Image12" width="170" height="150" border="0" id="Image12" /></a></td>
          <td width="204"><a href="http://www.edenpure.com/main" target="_blank" onmouseover="MM_swapImage('Image13','','images/bottombuttons_roll_02.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/bottombuttons_02.png" name="Image13" width="204" height="150" border="0" id="Image13" /></a></td>
          <td width="199"><a href="keurig.html" onmouseover="MM_swapImage('Image19','','images/bottombuttons_roll_03.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/bottombuttons_03.png" name="Image19" width="199" height="150" border="0" id="Image19" /></a></td>
          <td width="178"><a href="http://www.acehardware.com/category/index.jsp?categoryId=2568447&clickid=topnav_paint" target="_blank" onmouseover="MM_swapImage('Image20','','images/bottombuttons_roll_04.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/bottombuttons_04.png" name="Image20" width="177" height="150" border="0" id="Image20" /></a></td>
        </tr>
        <tr>
          <td colspan="4"><table width="750" border="0" cellpadding="0" cellspacing="0" dwcopytype="CopyTableCell">
            <tr>
              <td><a href="http://maps.google.com/maps?hl=en&q=115+Black+River+Blvd.,+Rome+NY&ie=UTF8&split=0&gl=us&e i=8BNJSpL-B5LCtwf26eGmBg&ll=43.218688,-"><img src="find.jpg" width="266" height="53" border="0" /></a><img src="middle_find.jpg" width="298" height="53" /><img src="contact_top.jpg" width="186" height="53" border="0" usemap="#Map2" /></td>
            </tr>
          </table>
            <map name="Map2" id="Map2">
              <area shape="rect" coords="46,19,167,54" href="#" />
              <area shape="rect" coords="46,51,136,69" href="#" />
            </map>      </td>
        </tr>
        <tr>
          <td colspan="4"><img src="bottom.jpg" alt="" width="750" height="25" border="0" usemap="#Map3" />
            <map name="Map3" id="Map3">
              <area shape="rect" coords="610,-1,733,13" href="#" />
              <area shape="rect" coords="168,3,236,18" href="#" />
              <area shape="rect" coords="245,1,290,19" href="#" />
              <area shape="rect" coords="299,1,361,18" href="#" />
              <area shape="rect" coords="369,2,424,18" href="contact.html" />
            </map>      </td>
        </tr>
      </table>
    </div> 
    <map name="Map" id="Map"><area shape="rect" coords="2,3,86,18" href="contact.html" />
    </map><script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script></body>
    </html>

    In your code you are missing a closing --> comment tag just before the closing </script> tag (I've included it below)
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    -->
    </script>

  • I cannot set my ipad mini security question. All blank

    I just bought a ipad mini
    and i was forced to set the security questions
    however, whenever i click the "selecting questions"
    it shows blank page
    i dun know wt can i do now
    so frustrated
    cannot download any apps at all
    due to this problem

    found answer on another thread...passing along
    https://discussions.apple.com/thread/4052317?start=30&tstart=0
    Re: Forced Apple ID Security Questions - Choice of 3
    Sep 26, 2012 11:38 AM (in response to KirstyHenderson)
    Hi all! I have found the answer in another forum and this has 100% worked for me!!!
    1) Quit App Store in multi-tasking.
    •From the Home screen, click the Home button twice.
    •Tap and hold on the app.
    •When it starts to jiggle, tap the red  ⛔ in the top corner to close it;
    ***Please close all open apps on your phone***
    2) Tap Settings.
    3) Tap Safari.
    4) Tap Clear History.
    5) Tap the Clear History button.
    6) Tap Clear Cookies and Data.
    7) Tap the Clear Cookies and Data button
    See the answer in context
    I hope this helps a lot of people!! Spread the word (seeing as apple doesn't seem to want to/care!)
    Nads

  • Org. Unit coming as blank in Infotype 0001

    Dear Folks,
    I have maintained a position for the Employee in Info-type 0001 but the org. unit which comes as default with the position is coming as blank. Though i have check the relationships and they are maintained very well. When I'm running the org. reassignment and checking the Info-type 0001 its showing the Org. unit.
    Is there any way in which org. unit can come directly and i do not need to run any action?
    Thanks & Regards,
    Esha

    Try checking the tbale V_T77s0 for below integration switches
    PLOGI ORGA --> Should be X
    PLOGI PLOGI --> Should be 1
    PLOGI PERLI --> Should be  99999999
    If still the problem exists,
    Try to run the below reports once
    RHINTE10 uses for integration between OM & PA. (OM should install going for PA)
    RHINTE00 uses for integration between PA & OM.(PA should install going for OM)
    RHINTE20 uses to run consistency check between OM & PA.
    RHINTE30 uses for integration between PD & PA.(PD should install going for PA).
    PLOGI feature if it is "X" then it means OM AND PA integrated and vice versa.
    Good Luck...!
    KK

  • While making field invisible at runtime in FPM_FORM_UIBB that row is coming as blank

    Hi All,
    In one of the requirement we are making one of the fields indivisible at runtime in the method -  GET_DATA  of the class - CL_HRESS_PER_DETAIL.
    But row in which the filed is made invisible is coming as blank .
    Is there any way to change the row number of the fields at run time .
    Thanks
    Amol

    We don't have option for specifying the row / column options at runtime.
    In structure FPMGB_T_FIELDUSAGE We have only Mandatory/Visibility/Read-only/Enabled options to set for any field.

  • Fillable Forms Are Coming Back Blank

    We use a fillable PDF application form. A number of the applications that are returned to us are coming back blank. It seems in many cases these have been completed on a MAC.
    Any suggestions to assist our candidates or instructions we can provide to ensure this doesn't happen?

    Make sure the users do not use Apple Preview, or any other third-party PDF
    viewer or plugin. They should stick with Adobe Reader for best results.
    On Tue, Sep 23, 2014 at 8:22 PM, eswhitmore <[email protected]>

  • Pdf coming up blank when attached to email

    I've opened an online doc in PDF, filled it out, then attached it to an email. It's coming out blank. What should I do?

    Hi AZDave,
    Could you please let me know what Acrobat version are you using?
    There might be some corrupt PDF files or you might need to repair Acrobat from the Help menu.
    Have you installed the latest Acrobat updates? What email system are you using for sending emails?
    Hope to hear from you.
    Regards,
    Anubha

  • New ink in Deskjet F380 but pages still coming out blank!!

    New ink in Deskjet F380 but pages still coming out blank!!

    Hi annettepmcp,
    I see that you're having problems with your printer.  I would take a look at the document below.
    Print Quality
    Let me know how it goes. 

  • Why can't I access my emails on my i pad? It keeps coming up blank when I push on different accounts in my hotmail?

    Why can't I access my emails on my ipad? It keeps coming up blank when I try to access mail in account all boxes except edit are grey

    The iPad is a tablet and not a phone.

  • IPod touch texts coming through blank?

    My friends tell me that they are not getting the texts from my iPod touch. They are just coming through blank. I even tried using a different texting app, but to no avail. They are sending but people are not receiving them.
    Any help?

    For info you can now purchase iPhones that use the Verizon.
    you can try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Delete and reinatall the texting apps
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.

  • MY photosmart B 210 is not printing with the black ink at all. Pages are coming out blank

    Print report says ink is low in the colours but they do appear on the sheet but no black ink at all
    It is a relatively new cartridge and genuine HP ink. Stopped suddenly
    Pages from print or copy are coming out blank.
    Tried  to clean print heads and it says
    Print System Failure : Oxc19a0003
    and tells me to switch printer off and back on which I have now tried but getting the same message!
    What does this mean?

    Hi @BrendaMC,
    Welcome to the HP Forums!
    I noticed that your HP Photosmart B210 printer is not printing black ink, and that the pages are coming out blank. I am sorry to hear this, but happy to help!
    I would suggest to go through the following guides:
    Printer Prints a Blank Page or Does Not Print Black or Color Ink for the HP Photosmart Plus e-All-in....
    'Problem with Printhead,' 'Printer Failure,' 'Ink System Failure,' or a '0x...' or a 'C2...' Error M.... 
    Ink Usage in Inkjet Printers.
    Hope these guides are helpful, and have a good day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Maybe you are looking for