Flash frameset navigation problem

I have a 2 frame page, main and top. I used this code.The
page is on my desktop.
on(release){
getURL("misc/misc.htm","mainFrame","GET");
When I click on it it opens the page in a new page instead of
the main frame. I don't get why it doesn't work because it did
before. I must have changed something but can't figure what. I want
the page to load in the main frame, not a new page.
thanks

redsox05 wrote:
> I have a 2 frame page, main and top. I used this
code.The page is on my desktop.
> on(release){
> getURL("misc/misc.htm","mainFrame","GET");
> }
> When I click on it it opens the page in a new page
instead of the main frame.
> I don't get why it doesn't work because it did before. I
must have changed
> something but can't figure what. I want the page to load
in the main frame, not
> a new page.
> thanks
get rid of GET, it is for Variables and has nothing to do
with basic href request.
Secondly, do not use mainFrame as a name, these are reserved
names.
Use something unique like redsox_frame.
3rd - do not test it in desktop, upload to server and test it
online. Due to changes
in the player and browser security, many things can't be
execute locally. Testing
online is best and most reliable way.
Best Regards
Urami
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Still having navigation problems and need help with how to debug

    Hi,
    I've been porting over a servlet project to JSF and I'm still having navigation problems. I thought the problem might have been because the original project used HTML frames and so the "from-view-id" JSP defined the frame/framesets and the specific JSP that does the submit (and so is named in the "from-view-id" is never defined in a "to-view-id" attribute). I've now switched to using an IFRAME, and that resolves that problem. So now the JSP is defined in a "to-view-id" attribute and it includes an named IFRAME that can be used as a target. I press the submit button and I get not the JSP expected butinstead the same JSP displayed inside its own IFRAME.
    Here is the code for the submit. I've simplified it as much as possible with a static action (originally it was a call to a method) just to try and get things to work. This is the current version:
    <h:commandButton value="View Alias" action="foo" styleClass="select" type="submit" />Here is the navigation rule in faces-config.xml. Again, the problem is that SelectManager get redisplayed in the IFRAME instead of display.jsp.
    <navigation-rule>
       <from-view-id>/SelectManager.jsp</from-view-id>
       <navigation-case>
          <from-outcome>foo</from-outcome>
          <to-view-id>/display.jsp</to-view-id>
       </navigation-case>
    </navigation-rule>I have also tried it without the "from-outcome-value" which I presume means that the "to-view-id" gets displayed unconditionally and it still fails. Any ideas on how I can debug this? (I'm using GlassFish if that's important to know)
    Rob Tanner
    Linfield College

    Raymond, The real trick is avoid doing technical things when coming down with the flu (I should also add that I'm a JSF newbie). Reading your original message this time I see what you're suggesting and found a conversion error although I don't understand it. Here's the code (including the <h:message/>):
                <h:selectOneMenu value="#{members.dcodes}"
                  style="color: #7f0000" id="selector">
                  <f:selectItems value="#{members.departmentList}" />
                </h:selectOneMenu> 
                <h:message for="selector" style="color:white"/>And here's a snippet of the generated HTML:
    <select id="j_id_id26:selector" name="j_id_id26:selector" size="1" style="color: #7f0000">
             <option value="aad" selected="selected">Academic Advising</option>
         <option value="aaf">Academic Affairs</option>
         <option value="adm">Admission</option>
         <option value="up">Upward Bound</option>
    </select>If I select "Admission" for example, the error I get is:
    Conversion Error setting value 'adm' for 'null Converter'.Since everything is a String value, I don't get the error. Could someone please enlighten me.
    Thanks.

  • Screen "flash" when navigating

    This is a wierd one. I published my first site today (DWCS4). Everything went fine, all the links work, pages look like they should.
    The problem: Only in IE, when I navigate between pages, before the page appears, I get a quick bright flash (almost like a camera flash) and then the page loads. The flash only lasts about 1ms -- very quick. This does not happen with Firefox, Safari or Opera.
    It's really annoying, so if anyone has a fix, I'd really appreciate it.
    Thanks,
    Tom

    Here's the website:  www.caturskiinteriors.com
    Getting the quick flash when navigating pages in IE, but does not happen in Firefox, Safarai or Opera.
    Appreciate any comments on the code and how I might fix.
    Thanks,
    Tom

  • Flash Player sound problems on a 5.1 system

    I don't know if i found the right topic for asking for this question, but here it goes.
    I noticed that flash player has this issue with my 5.1 system, when i play music (and i mean any music, like my online radio, played through flash, or music through the site VK.com), the sound is extremely awful. Words actually can't explain it, there is no bass, and the sound, overall, seems to be of very low quality. But it's not. When the same music is played via stereo system (any), it seems to be perfect - with bass and etc.
    Now i'm really confused. It's either a problem of flash, or a problem of somewhat in my system. My guess is that flash simply does not support audio output rather than 2.0. I will be really grateful if anyone will at least point me in the direction of the source of this problem; it makes my life miserable. Thank you.

    Is it possible to have e version of flash player like silverlight which give thepossibility to hear audio on whole 5.1 system?
    I have the following system computer:
    Case: Thermaltake Mozart; PSU: Thermaltake Toughpower 750W; MainBoard: Asrock 4coredual-sata2; Heatsink: ZeroTherm Zen120; CPU: Core2 Extreme X6800 3,2Ghz; RAM: OCZ Platinum DDR400, 2x1 GB; GPU: Sapphire HD3850 AGP; PPU: BFG Ageia; HDD1: WD Caviar Blue WD5000AAKS; HDD2: WD WD2000BB; Monitor: Asus VB175T 17" 5:4; Audio System: danneggiato, in corso di sostituzione; OS: Xp Professional Sp3; Browser: Srware Iron.

  • Navigation Problem in OBIEE

    Hi,
    I have a strange navigation problem. I have the navigation setup from the 1st page of my dashboard to go to the second. When I first bring up the first page, and then click , nothing happens. Now if I refresh this page and then click again, I am able to navigate to the second page. I would to hear if anyone has seen similar issue. Any help is appreciated.
    Thanks,
    Bharat

    Still haven't found a solution to this problem.
    Even if I remove the form1.setTarget( null or other framename/windowname)
    I tried changing to using the onclick="from1.target='mywin';" and also onclick="form1.target='_self'; on the button. Does not work/ have the desired effect of controlling where the page is opened: in same window or in another frame or window.
    For some reason navigation also totally breaks, after a search, with a similar sql as in this message, and I get no error when I debug and step through the code.
    After doing one search, navigation seems to stop working and only the search.jsp page is the target.
    If I do a view first navigation works to new page/servlet output but still not in a new window/frame.
    This simple stuff in a normal simle html page, should not be so hard to accive with SJSC perhaps someone of you in the community or the developers at sun can give us insight into this simple problem.
    It must be fairly common that one likes to control where a page is opened, in the existing window/page/frame or in a new window/frame.
    Anybody else had any problems with navigation not working with similar code ??
    If I remove the do_search() call it works, the navigation continues to function, but still have no control of the destination window/frame.
    Kind Regards
    Roger

  • Help: Flash 9 - Video problem - OS X

    OS X 10.4.8
    I installed Flash 9 today, since then no more Google video.
    Browser crashes each time. Also with other sites that use Google
    video. Tried uninstall, and install Flash 8: same problem. Cannot
    get back to previous situation where everything worked fine.
    Also problem with msnbc, no video, claims plugin missing.
    Youtube works fine.

    Hi,
    folder deleted, after reinstall only the two flash files in
    the folder. Same problem.
    Worse, now Google Finance also hangs up. Spinning wheel of
    death, requires force quit. BTW, this is the same for Firefox,
    Safari, and Camino.
    If there is no solution, how can I get back to my previous
    system. The problem started when the Charlie Rose website required
    me to update flash. Before the update everything worked like a
    charm. Now problems everywhere.

  • RoadMap UI Navigation Problem

    I'm facing a navigation problem using the roadmap UI in WD4A.
    Let's say we have 5 views. The roadmap view is the default view, the other views will be embedded into a view container UI element on the roadmap view. The roadmap UI has 4 steps, one for each view.
    V_ROADMAP
    V_STEP_1
    V_STEP_2
    V_STEP_3
    V_STEP_4
    Now, I need to add navigation buttons (previous & next) to navigate between the roadmap steps.
    My question is where should I placed these navigation buttons? On each view or only on the roadmap view.
    Personnaly and it think it would make more sense to place them only on the roadmap view.
    My problem using this approach is has follow: When you are on v_roadmap on step 1 (V_STEP_1), you click on Next to go to the next view (V_STEP_2), actually the action is trigger in V_ROADMAP so I am not able to validate user input field or obligatory field in V_STEP_1. I would have to call an action from V_STEP_1 in V_ROADMAP so the event handler method WDDOBEFOREACTION will be called. I don't think it's possible. The problem here, is you can click on next and you can go to the next view without filling the obligatory fields.
    If I placed my navigation buttons on each view. The advantage is that before triggering an action, I can validate user input field, obligatory field in the method WDDOBEFOREACTION before going to the next step.
    The desadvantage is that I have to recreate them on each of my view.
    thanks
    Alex

    Just to close this thread, I will summarize the different possible options:
    Navigation buttons on each view: This is the easiest way to validate obligatory fields but for component reuse it's not good idea to have navigation buttons on individual views.
    Navigation buttons on main views: If we placed the navigation buttons on our main view, the validation is kind of painful, before firing an outbound plug from the main view and a corresponding inbound plug on the individual view, we will have to manually verify our obligatory fields from the context of the componenent controller or using cross-component data sharing.
    Navigation using GAF (Guided Activity Floorplan): I think this option is the way to go! The problem here is that's very difficult to find documentation on that subject, also, the tools from SP 15 is not as user friendly then the one that's coming in NW EhP1.
    Alex

  • Mouse navigations problem with Sun Java 1.5.0_*

    Hello gurus,
    We need to move from JInitiator to Sun Java Plugin; according to the Forms10g Client Platform Support (http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html) one of the certified version for Forms 10.1.2.0.2 of the the Sun Java Plugin is 1.5.0_06 and Internet Explorer 6.0, we have tested also SJPI 1.5.0_09 and we get the same mouse navigation problem reported in the following Oracle Forum threads.
    Mouse navigation don't work with Java Plugin.
    Mouse navigation don't work with Java Plugin.
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Does anybody know a solution to this problem?
    Any help will be really appreciated.
    Regards,
    Victor.

    You need to use 1.5.0_12 or newer. The client SOD is not up-to-date on this specific point. A lot of navigation problems was fixed in this very release.
    The Management team should change this in the client SOD, wonder why they still refer to 1.5.0_06. For Applications, the first 1.5.0 to be certified was _12.
    Also make sure, that you are using the latest Patch 3 for 10.1.2 (10.1.2.3). This patch also contains fixes for a lot of these wellknown issues.
    Hope this helps,
    Jacob

  • Can't log into Adobe Story on windows 7 after installing flash player10. no problems w/win98 @work.

    Can't log into Adobe Story on windows 7 after installing flash player10. no problems w/win98 @work.

    I downloaded Adobe air and the desktop app for story and can get online from that. Thanks anyway. T

  • Director MX 2004 + Flash MX 2004 - Problema con formulario flash con combos dentro de director

    Buenas,
    He desarrollado una aplicacion con base Director, que lleva
    dentro un
    formulario flash con varios combos tirando del componente
    combobox del
    mismo. Hasta ahora lo habia usado en otras aplicaciones con
    una integracion
    similar sin problemas, pero en este caso me ha surgido algo
    realmente
    extra�o, esto es, si pulso muchas veces en los combos
    hay momentos en los
    que estos se vuelven locos y se quedan como colgados (de
    hecho la aplicacion
    esta como colgada cuando pasa esto). Esto pasa mas a menudo
    en windows 2000
    por no decir la mayoria de las veces, y en XP pasa en
    determinadas
    circunstancias. He probado a quitar el direct to stage del
    sprite flash,
    ademas de quitarle la "animacion" que realiza al desplegarse,
    y creo que en
    xp el problema esta resuelto, pero en win 2000 me parece que
    estamos en las
    mismas.
    El problema es que necesito combos para ese formulario, y no
    me valen los
    que trae Director por defecto, basicamente por el aspecto.
    Tampoco puedo
    permitirme el lujo de cambiar todo el formulario a Director
    aunque usara un
    xtra o un behavior, ya que esto lo entrego ma�ana y
    tengo que matizar mas
    cosas. Alguien ha hecho algo parecido, o ha tenido un
    problema similar?
    Muchas gracias y saludos a tod@s

    Buen dia, el problema que tienes radica en la version de xtra
    que
    utiliza director para mostrar la info que hasta el momento
    esta en la
    version 7, lo que debes hacer es exportar los ficheros a una
    version 7y funcionaran perfectamente.
    "Tony" <[email protected]> escribi� en el
    mensaje
    news:e85ovc$s0j$[email protected]..
    > Buenas,
    >
    > tengo una aplicaci�n hecha en Director MX que
    necesita abrir ficheros
    > flash. El problema radica que si estan hecho con la
    versi�n 8 no me los
    > abre. Alguien sabe por qu�? en PC tengo instalado
    la �ltima versi�n del
    > Flash player.
    >
    > Salu2 y gracias de antemano.
    >
    >

  • Flash Header/Navigation Reload Issue

    I have been researching all day and there are many different solutions, none that are straight forward. I am currently in the process of making a website in Dreamweaver which has a flash header. Problem is the flash header reloads when you go to every page. Is there a simple (I'm a noob) way I can get the flash header to stay open at the top of the website, and the content of each page just change when you go to each page. Thus the flash header and nav buttons do not reload on every page. To review the pages so far; http://www.itrelocation.ca/MiniMe/index.html.
    I thank you in advance. More detail concerning the fix is greatly appreciated.

    I think frames is the only choice you're gonna have.
    I don't know of anything else that allows you to keep one thing loaded while changing other content except Flash itself.  So the only other solution I know of would be to create the site entirely in Flash... no issues reloading anything there once the site is loaded.
    Wait, there is another approach you could consider, using DHTML.  It is a browser dependent approach.  If you look at the source code of this page it uses that approach.  The content that changes is written into javascript variables in the head section.  I made this quite a few years ago for a client, but I haven't heard any complaints about it failing yet...
    http://www.h-and-m-analytical.com/services.htm

  • Navigation Problem in Next/Previous Record

    Hi,
    I have a Master (have 20 fields) and Four its Detail block visible on same screen but each block have its own Canvas and Window. Now master table have 1700 records with its detail tables. So after Query when I press the Next_Record button it will no response some time I have to press it twice or thrice then it will respond and some time on fist click it gives the response.
    So I want to navigate through Next Records or Previous Record buttons on single click.??????????
    Kindly send me the solution of this problem on urgently basis.
    Best Regard,

    Hi,
    It's very difficult to suggest something by readingyour post. There are many reasones for navigation problem. Validation is one of them. Be sure that validation triggers written on any level are working properly. What code you have written on the buttons that you are using for navigation. In which blocks you have put your buttons. It is recommended that you put all your non-database items in a non-database block. Check this also.......

  • Will Macbook Air(2012) with 256G storage flash have storage problem

    Will Macbook Air (2012) with 256G storage flash have storage problem described in "MacBook Air Flash Storage Drive Replacement Program"?
    In the web page http://www.apple.com/support/macbookair-flashdrive/, it says that Apple has determined that certain 64GB and 128GB flash storage drives used in the previous generation of MacBook Air systems may fail.  I wonder whether Macbook Air with 256GB flash storage may come into the same problem?

    Welcome to Apple Support Communities
    No. 256 GB flash storage does not have that problem. However, it's important that you make backups of your data to keep your files safe

  • Installing ios8.2 does not resolve Google map navigation problem or gps tracking!

    Installing ios 8.2 does not resolve Google map navigation problem.

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Flash Player 9 problem with Chinese language

    Flash Player 9 problem with Chinese language
    I have developed a course in flash which goes in to different
    languages like Spanish, Chinese, Portuguese, Japanese...
    I have used flash for developing the course. I have tested it
    for Chinese It looks great on flash player 6,7 and 8 but I am
    shocked to see that it give some garbage value in flash player 9.
    Don’t know this is a bug of player or what?
    Flash Player 9 Problem
    Flash Player 9 problem with Chinese language
    Flash Player
    9 problem with Chinese language

    Thanks for the helpful posting. I came searching here for advice because I could not get my Flash Player 9 installation to succeed using the trouble-shooting information provided on the Adobe web site, and from experience I have come to know that my best resource in trouble-shooting is to seek the help of other Mac users.
    In following your instructions I discovered that "Enable Flash" was not checked in my preferences, so that was definitely part of the problem. However, I still could not get Flash Player 9 to work, so after doing a Google search I found a posting on Version Tracker (under feedback at the bottom of this page: http://www.versiontracker.com/dyn/moreinfo/macosx/11622 ) that provided the last little bit of instruction I needed to get Flash Player 9 to function properly.
    Before attempting to install Flash Player 9 I had used Adobe's uninstaller to uninstall previous versions, as instructed on the Adobe website. However, AFTER repairing my disk permissions, I needed to restart the computer and run the uninstaller again. After uninstalling I restarted once more, ran the installer and, VOILA!, finally Flash Player 9 worked as it should.
    PowerBook (1.5 GHz PowerPC G4)   Mac OS X (10.4.8)  

Maybe you are looking for

  • Dual boot, Mountain Lion and Mavericks and Migration Assistant

    Hi all, I have a Macbook Pro Retina which cam with Mountain Lion installed, and I want to upgrade to Mavericks. However, I have a need to run some apps in Mountain Lion, as official support for those apps will not go past 10.8.5 (Avid's Pro Tools 10)

  • Help needed on Servlets and JSTL

    Hi I am using tomcat 5.5 and JDK 1.5. What are the softwares I have to download for compiling servlets and creating JSTL ?. Help needed. Thanks IndyaRaja

  • Some code explanation.

    dear all, can u please tell me what does     month = SOURCE_FIELDS-fiscper+5(2). does? what exactly does +5(2) does? thanks.

  • Others can view my webpage in Safari, but I cannot

    I have my own personal website www.naturalyoga.com which was created on WordPress. I own the domain name. On my Mac computer, I cannot view the webpage in Safari. However, it works in Firefox. Others have tried it as well and it also works in Explore

  • Need help with a website

    I am using adobe Flash CS3 to make a website. All is going well, but there are one problem, I can't find anything about how to make the website to upload into my liking. With this I mean that; (the scale (size) is 550x400 pix) I want the website to s