Re: flash form renders as blank page

Anyone find a solution from Adobe regarding the MS Server
2003 problem with
flash forms? Its dead on our site after the upgrade and the
fixes did not
work for us.
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=143&threadid= 1171893&highlight_key=y&keyword1=flash%20forms

I'm having a similar problem. In my case, when opening help the first time (using a call to RoboHelp_CSH.js), the help window works properly.  If I do not close the help window and click a help link (same call to RoboHelp_CSH.js), the help window blanks out entirely. I'm not sure if roblinc61 has a different copy of the whcsh_home.htm file than I do, but line 295 for me is three lines lower (goNewWnd.document.location.href=gsURL;).
The only answers I've been able to find about this error message relate to the same origin policy which should not apply to me as I am building an intranet application in which the help is held in a directory of the main site and is accessed through relative paths (in .NET I'm setting the starting point as ~/Help/index.htm).

Similar Messages

  • Rendering a blank page not working for multiple xdp's in assembler

    Hi,
    we are trying to append different .xdp's witht he assembler service to get the resultant .pdf
    Main xdp :docin.xdp
    2nd .xdp : doci2n.xdp
    there are multiple xdp's that would be combined together with the ddx,
    the main xdp (pdf from the main .xdp) should always end with an even page, i have a blank page that fires up when the pdf ends with an odd number , when tested just the main xdp with the assembler service it works fine (it ends with even page)
    but when other xdp's are sent with the main xdp in the assembler, the assembler prints the .pdf from the second .xdp on the even page (which is supposed to be blank- with the incorporated logic in the main .xdp), is there a way that the .pdf from main xdp (docin.xdp) can end with even pages and the .pdf from other .xdp(doci2n.xdp) can start on an odd page.
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
      <PDF result="result3.pdf">
        <XDP>
          <XDP source="docin.xdp"/>
          <XDPContent insertionPoint="header" source="Header.xdp"/>
            <XDP source="doci2n.xdp"/>
          <XFAData source="data.xml"/>
        </XDP>
      </PDF>
    </DDX>

    I have to correct what I just said. I don't POST to another
    page. I go from page 1 to page 2 (which renders blank) via
    cflocation.

  • CF rendering a blank page

    Help! I have a CF app that runs just fine on my local
    machine. When I prop everything to my server for testing,
    sometimes, when I go to a page, then hit submit to post to another
    page, the 2nd page does not render at all. The page is COMPLETELY
    blank! Then, if I simply hit refresh, the whole page magically
    appears (without any errors). This only happens on my testing
    server. Never happens locally. Any help would be greatly
    appreciated!
    When I do a view source on the blank page, the only things
    there are:
    DOCTYPE tag
    <html> tag
    <head> tag
    <meta> tag
    <title> ... </title> tags
    </head> tag
    <body> tag
    <link> tag
    </body> tag
    </html> tag
    In IE, the page appears completely blank.

    I have to correct what I just said. I don't POST to another
    page. I go from page 1 to page 2 (which renders blank) via
    cflocation.

  • Internet Explorer doesn't handle Flash Form on a single page

    On FireFox 2.0.0.12 (Linux), the attach code displays two
    accordions.
    On Internet Explorer 7 (Windows XP), only one accordion is
    displayed.
    First, How do I determine if this Internet Explorer or a
    Flash error?
    Second, Is there a fix?
    <!--- Code --->
    <!---
    Name: Sample.cfm
    --->
    <cffunction access="private" name="WriteBookFlashSample"
    returntype="void">
    <cfargument name="ProcessingName" required="true"
    type="String" >
    <cfargument name="Catalog" required="true" type="String"
    >
    <cfoutput>
    <!--- Traverse through all of the Books in each processing
    queue for the given processing type --->
    <div style="background-color:##BDDFff">#ProcessingName#
    - 1</div>
    <cfform format="flash" method="POST" skin="haloBlue" >
    <cfformgroup type="accordion">
    <cfformgroup type="page" label="#Catalog# - 'title'">
    <cfformitem type="html">
    Catalog Number: #Catalog#<br />
    Title: title<br />
    Queue: #ProcessingName#<br />
    </cfformitem>
    </cfformgroup>
    </cfformgroup>
    </cfform>
    </cfoutput>
    </cffunction>
    <html>
    <head>
    <title >Sample</title>
    </head>
    <cfoutput>
    <body >
    <cfform id="Main" name="Main" action="Sample.cfm"
    method="POST">
    <cfinvoke
    method="WriteBookFlashSample"
    ProcessingName="First"
    Catalog="555-55555-5555">
    <cfinvoke
    method="WriteBookFlashSample"
    ProcessingName="Second"
    Catalog="777-7777-7777">
    </cfform>
    </body>
    </cfoutput>
    </html>

    Hi,
    Which version of CF you are using there?.. If this is because
    of any recent migration (like from MX7 to 8) then try replacing the
    "Scripts" directory from CF8 with the one you have with MX7.
    HTH

  • Forms 10g Shows Blank Page in Browser

    I Installed Oracle forms 10g on windows7 and created a sample form . Then I start up OC4J and run the form.
    What I get is a blank screen. The URL is http://user-pc:8889/forms/frmservlet Notice that the form name is not part of the URL.
    I searched this forum for suggestions and implemented suggestions including changes to formsweb.cfg
    thanks
    Edited by: josephj1989 on May 28, 2011 2:38 PM

    Hi,
    Check whether correct jinitiater version is installed in to your pc (which you execute the form.).
    When you execute a form it should check and allow users to download jinitior if its not available. But if something wrong with the setup it will not happens as well.
    So best thing is to install JInitiator manually into the pc and then run and see whether its working or not.
    Thanks,
    * If this answer is helpfull or correct then please mark it and grant the points.

  • My sapscript form prints a blank page...

    Hello experts,
    I am currently modifying a sapscript wherein it prints a page that doesnt contain any data in its main window. How do I prevent this? Again, thank you guys and have a nice day!

    Hi Viraylab,
    Assign a text element say it is 'TEST' to that window, and try to call the write_form with that text element.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
       ELEMENT                        = 'TEST'
       FUNCTION                       = 'SET'
       TYPE                           = 'BODY'
       WINDOW                         = 'MAIN'
    IMPORTING
      PENDING_LINES                  =
    EXCEPTIONS
      ELEMENT                        = 1
      FUNCTION                       = 2
      TYPE                           = 3
      UNOPENED                       = 4
      UNSTARTED                      = 5
      WINDOW                         = 6
      BAD_PAGEFORMAT_FOR_PRINT       = 7
      SPOOL_ERROR                    = 8
      CODEPAGE                       = 9
      OTHERS                         = 10
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Then whatever u write after this text element will get displayed on that particular window.

  • Blank page when using Interactive Forms(Webdynpro thru Java)

    While i was running the application using Interactive Forms iam getting Blank page.
    Previously when i try to view the output, i can able to view it without any errors,suddenly what happened is iam knowing.
    ADS was perfect,CredentialRights there,AdobeReader-7.0,ACF with SP11 installed and Active-X Controls Enabled.
    Can i know where the problem exactly is?Is the problem from client side or server side or do i need any settings for IE6.0?

    Hi Sankar,
    Did you use NW04 SP11 before (with ACF) and upgraded to NW04<b>S</b>? Your ACF version you mentioned is for NW04S and not for NW04.
    Also keep in mind that SAP changed the way Adobe forms are displayed (ACF will be replaced by the ZCI layout) - ZCI stands for Zero Client Installation. If you upgraded to 04S, you might need to change your forms as well (also the WD application).
    On your interactive forms application (the webdynpro) are there any links outside the adobe form? What happens if you click on it? At our side we have created a customer message, since the ZCI form is not being displayed. We also get a white Adobe placeholder, and when we click on a link outside the placeholder, we see the Adobe PDF logo being displayed in the placeholder (placeholder = frame).
    In your case: do you see a small red cross icon in the frame? That means ACF is not installed properly.

  • Submitting POST forms on certain websites returns a blank page

    Some websites with POST forms return a blank page when I submit the form. The data apparently gets submitted, so depending on the website I can refresh the page and it works fine. But some websites, this completely breaks the functionality.
    Most recently this happened to me clicking the "Ship to this address" button on Etsy (which is a site-breaking situation and refreshing took me back to the same page). Then I came here to register an account and, well, funny story, it actually happened when I clicked the Register button after filling out a username, password, and email address (but refreshing worked).
    Possibly related: around the same time this started happening, I noticed that 307 redirects would give me a blank page saying "Document has moved [link]here[/link]," and I'd have to click "here" to move on, as opposed to the redirect automatically happening.
    I've tried disabling add-ons and it hasn't helped.

    Clicking the Post Question button just now also sent me to a blank page, and refreshing just took me back to the Post Question form. Fortunately by confirming my account through my email, my question got posted. Otherwise I would have had to post on this forum in Chrome. The horror.
    (EDIT: But the Post Reply button worked perfectly)
    (EDIT 2: Update Answer did not)

  • When I click  + to add another sheet I do not get the option to enter new sheet or new form just a blank tab. What can I do

    When I click "+" to add another sheet I do not get the option to select A new seet or A new form - just a blank page into which I cannot anything. How can I fix this.

    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Restore the default home page
    * https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_restore-the-default-home-page
    Check and tell if its working.

  • Blank screen with flash forms

    I am attempting to get flash forms to work, but keep getting
    a blank screen. Nothing is ever rendered to the screen. There is
    also a message that pops up that states "Press SPACEBAR or ENTER to
    activate and use this control". My code is below...
    <cfform name="frmTest" format="flash" height="100%"
    skin="haloblue">
    <cfformgroup type="tabnavigator">
    <cfformgroup type="page" label="Help 1">
    <cfformitem type="text" style="font-weight:bold;
    font-size:large;">
    Help!
    </cfformitem>
    </cfformgroup>
    <cfformgroup type="page" label="Help 2">
    <cfformitem type="html" style="font-weight:bold;
    font-size:large;">
    Help!
    </cfformitem>
    </cfformgroup>
    </cfformgroup>
    </cfform>
    We are using MX 7 and I have Flash 8 player installed.
    Any Ideas?

    Hi,
    Please read the following to know more about the message that
    appears in
    Microsoft IE. It also shows you how to fix it, but I believe
    it does not
    work for the Flash movies created using ColdFusion tags.
    http://www.adobe.com/devnet/activecontent/articles/devletter.html
    Post here, if you figure out how to implement it for CFFORM
    tags in
    ColdFusion that produce flash SWFs.
    Hope this helps.
    - Milind Joshi
    smaccurdy wrote:
    > I am attempting to get flash forms to work, but keep
    getting a blank screen.
    > Nothing is ever rendered to the screen. There is also a
    message that pops up
    > that states "Press SPACEBAR or ENTER to activate and use
    this control". My
    > code is below...
    >
    >
    > <cfform name="frmTest" format="flash" height="100%"
    skin="haloblue">
    > <cfformgroup type="tabnavigator">
    > <cfformgroup type="page" label="Help 1">
    > <cfformitem type="text" style="font-weight:bold;
    font-size:large;">
    > Help!
    > </cfformitem>
    > </cfformgroup>
    > <cfformgroup type="page" label="Help 2">
    > <cfformitem type="html" style="font-weight:bold;
    font-size:large;">
    > Help!
    > </cfformitem>
    > </cfformgroup>
    > </cfformgroup>
    > </cfform>
    >
    > We are using MX 7 and I have Flash 8 player installed.
    >
    > Any Ideas?
    >

  • Flash Forms Not Rendering in IE7, Flash 9

    We're having a problem with flash forms in IE7 and Flash
    Player 9 not rendering the entire form. The form works fine in
    Firefox 2. It looks to be a problem with how the Flash player is
    able to pull back data in IE7. Likely this pertains to how IE7
    handles security of plug-ins.
    Oddly, we've noticed that uninstalling the Flash 9 player and
    then reinstalling results in the form rendering correctly the first
    time, but on subsequent views the form no longer renders correctly.
    Specifically, we're not seeing data that is being called via
    Flash remoting in cfselect tags (state and country information).
    And we're not seeing text rendered that is in cfformitem tags. Our
    dev url is:
    http://hopeequity.beaconfire.com/loggedout/index.cfm?event=StartInvesting_StartAGroupStep1
    If anyone has an idea of why IE7 might not be able to render
    the form correctly, or might have security-related issues with
    remoting and Flash 9, please reply.

    I was granted access to the manuals on our prod server (the
    site is set up where you have to log in to see the manuals). The
    manuals are behaving differently on the prod server than in our dev
    server. The following is happening on the prod server:
    - the flash menus are appearing on our prod server in FireFox
    only.
    - I had reported in our dev area that when I right clicked on
    the left hand side where the menus are to appear in IE that the
    Flash menu displayed. This is not the case in our production area.
    - I get the "This page contains both secure and nonsecure
    items" when viewing the site on our prod server through IE
    I've asked them what version of RoboHelp they are using and
    no one seems to know. It seems they don't regenerate their help
    files (manuals) very often.

  • Blank screen after resubmit flash form IE6

    Have done a flash form. When i submit the flash form for the
    first time it works done the job. I'll try another select on my
    drop list and submit again, then i get a blank screen on IE6. With
    Firefox it works, i don't get a blank page.
    IE6, Codfusion entreprise 8.01 developper edition
    Any Ideas ?

    No,
    RMA means you call MSI or Local Dealer and return mainboard for repair/replacement............
      Windows Bios Update  
    Will watch for replies.....
    Del

  • CFForm format="flash" result a blank page

    Hey guys,
    I have search the net for most of the day to find a solution
    but came up with nothing. I am trying to use flash form to give my
    app a better look. When I use format="flash" with my cfform tag,
    the form does not render, but if I use xml or html format it works
    fine. I have checked and double check all the spellings and made
    sure all tags close but nothing seem to work. I have also checked
    the mapping for cfide and it points to the right place. I can't
    figure out what is wrong. I even have the latest version of flash
    player installed.
    Here is what I have.
    Server: CFMX 7 DevNet edition
    on MAC OS X, running on top of built in apache.
    Browser: FireFox 2.0.0.6, and Safari 2.0.4
    code:
    <cfform name="loginForm" method="post" action="index.cfm"
    format="flash" width="500">
    <cfinput type="hidden" value="home" name="display"/>
    <cfinput type="text"
    name="username"
    value=""
    label="User name:"
    maxlength="16"
    size="20"
    id="u"
    onFocus="fieldFocus('u');"/>
    <cfinput type="password"
    name="password"
    value=""
    maxlength="32"
    size="20"
    id="p"
    label="Password:"
    onFocus="fieldFocus('p');"/>
    <cfformgroup enabled="yes" type="horizontal">
    <cfinput type="submit"
    name="submit"
    value="Log In"/>
    <cfinput type="reset"
    name="reset"
    value="Reset"/>
    </cfformgroup>
    </cfform>
    Thanks for your help.
    Jay

    Hi --
    I have found when I am working on flash forms that incorrect
    or malformed
    code will cause a blank page to appear.
    Rich
    "kingquattro" <[email protected]> wrote in
    message
    news:f9t2e1$9a2$[email protected]..
    > Hey guys,
    > I have search the net for most of the day to find a
    solution but came
    > up
    > with nothing. I am trying to use flash form to give my
    app a better look.
    > When I use format="flash" with my cfform tag, the form
    does not render,
    > but if
    > I use xml or html format it works fine. I have checked
    and double check
    > all
    > the spellings and made sure all tags close but nothing
    seem to work. I
    > have
    > also checked the mapping for cfide and it points to the
    right place. I
    > can't
    > figure out what is wrong. I even have the latest version
    of flash player
    > installed.
    >
    > Here is what I have.
    >
    > Server: CFMX 7 DevNet edition
    > on MAC OS X, running on top of built in apache.
    >
    > Browser: FireFox 2.0.0.6, and Safari 2.0.4
    >
    >
    > code:
    > <cfform name="loginForm" method="post"
    action="index.cfm" format="flash"
    > width="500">
    > <cfinput type="hidden" value="home"
    name="display"/>
    >
    > <cfinput type="text"
    > name="username"
    > value=""
    > label="User name:"
    > maxlength="16"
    > size="20"
    > id="u"
    > onFocus="fieldFocus('u');"/>
    >
    > <cfinput type="password"
    > name="password"
    > value=""
    > maxlength="32"
    > size="20"
    > id="p"
    > label="Password:"
    > onFocus="fieldFocus('p');"/>
    >
    > <cfformgroup enabled="yes" type="horizontal">
    > <cfinput type="submit"
    > name="submit"
    > value="Log In"/>
    >
    > <cfinput type="reset"
    > name="reset"
    > value="Reset"/>
    > </cfformgroup>
    > </cfform>
    >
    > Thanks for your help.
    > Jay
    >

  • How to delete blank page in smat form

    Hi Expets,
    In output display one extra blank page, how to delete it, I am using logic like this in smart form
    Main Window
    --> Header Loop.
           ---> Text
                ---> Table (item loop)
                       ---> Command Line
    In output it display Document Number header and items in a single page. but last one blank page also display.
    Regards,
    Sreedhar.

    hi sreedhar
    check this
    Re: Smart forms : display of second page .Displays blank when not required
    it might be helpful to you
    thanks
    SAchin
    Edited by: Sachin Gupta on Mar 5, 2009 10:18 AM

  • I am creating a form, it shows 1 page, but when I save it as a PDF Form there are 2 pages, 1 is blank. How do I get rid of the blank page in the form?

    I am creating a form, it shows 1 page, but when I save it as a PDF Form there are 2 pages, 1 is blank. How do I get rid of the blank page in the form?

    Hi,
    You may open the original form in FormsCentral and toggle to “Page View” at the lower right corner. Adjust the page content to make sure no page breaks in this view.
    Thanks,
    Wenlan

Maybe you are looking for