Change three frames with one hyperlink

Hello,
I am new to Java and was wondering if it is possible to refresh more than one frame with one hyperlink. My webpage consists of three frames and I want to change all three frames (for switching from Spanish to English and vica versa). I need a function to realize what page the main frame is on and change that frame to the cooresponding spanish version of the current page. If anyone can help me out, it would be greatly apretiated...Thanks :)

definitely Javascript... the server-side can't dictate what frames things go in anyway.

Similar Messages

  • Connecting three frames to one submit button

    Hi,
    I have three frames (jsps) that hold one LOGICAL forms data. I would like to submit all three frames together with one submit button, which is located in the third frame(bottom one). Any ideas on how to link all the three frames to one submit button.
    thanks in advance,
    Rahul

    Thanks all , but I have been able to figure out how to solve the problem. This problem was easily solved using the Document Object Model. Essentially the Frameset contains the three frames which in turn contain forms. Following is the code that handles the submission:
    <form name="bottom" onSubmit="top.middle.document.middleform.submit();" method="POST" action="postit.jsp">
    where top refers to the frameset, middle is the middle frame and middleform is the name of the form in the middle frame. This code exists in the form in the frame at the very bottom. So when the user clicks submit in the form in the bottom frame, the form in the middle frame gets submitted as well.

  • Three monitors with one video card???

    I have the H520 (Intel HD onboard graphics, HDMI and VGA out, i%, 8GB RAM< 2TB drive) driving two monitors. I have a business need to deive three monitors.
    I spent 12 hours trying to get an EVGA GT 640 sc to work, having tried many approaches per EVGA support, such as disabling Secure Boot, Quick Boot, ad infinitum. Nothing was successful (for long), and that card goes back today.
    I don't mind buying an aftermarket card that would frive, say one HDMI and two DVI out, but I was told by Lenovo TS that "some of the computers allow an addon VGA card without disabling onboard video. Simple VGA or better, DVI would do nicely.
    Does anyone know such a card (I am prepared to install any power supply needed), or if a VGA card can be used with the onboard grapics chip? I only need VGA on the second and third monitor, and if a simple card will coexist with the Intel HD onboard that would be my first choice.
    Thanks.

    Thanks, Ex, I have seen those, but:
    1) I am already USB-slot restrained (planning to add a USB 3.0 card, if the system allows), and
    2) I have not read up on it, but wonder hor USB (especially 2.0) could provide the bandwidth of PCIe x16 or even x1.

  • How to have three prompts with one object?

    Dear collegues,
    I am creating a report where I want to see an employees salary in three different periods, f.ex 11.2006, 08.2007 and 09.2007. This is no problem when I set these spesific periods as filters in the query. But how can these three periods be prompted values? So that the user can choose for which three periods he wants to see the salary?
    I have used an object Month Year to try. I drag it into the filter area of the query three times, and gives it prompt-functionality and call them Date 1, Date 2, Date 3. When I try to run the query it just tells me "No data".. (BO 6.0)
    Is this possible?
    Will sign points if you can help!
    regards Silje

    Hi Jaques,
    Thank you!
    I want to distribute the three dates on three different columns, date 1, date 2, date 3. Is that possible with inList?
    If I use OR, do I get all the dates and can distribute them in different columns?
    (In this report we follow salary development of employees. The report shows the given salary at three different points of time for an employee).
    Regards Silje

  • Create three textfiles with one button click

    Hello,
    how is it possible to create three textfiles after a button click. I create a textfile with the following code in a page process:
    owa_util.mime_header( 'application/octet', FALSE );
    htp.p('Content-Disposition: attachment; filename="Client_' || to_char(sysdate,'YYYYYMMDD HH24MI') || '.LAS"');
    owa_util.http_header_close;
    htp.prn('test');
    htmldb_application.g_unrecoverable_error := true;
    For the first textfile a savedialog to save the file appears in the browser. But there is no dialog for the second and third file.
    How is it possible to get the savedialog for the second and third file?
    Does anyone can help?
    Best regards,
    Hamburger

    I solved it with javascript:
    window.open("f?p=1:2","_blank");
    window.open("f?p=1:3","_blank");
    window.open("f?p=1:4","_blank");
    and three onload processes on every site!
    Greets

  • I have three computers , two laptops and a desktop . Can i install Ps CC and LIghtroom on all three units with one subscription

    How many computers can I install Ps CC and lightroom on

    TColby682 only two activations are included with your membership.  For more information regarding the activation process please see Activation & Deactivation Help.

  • Three emails sent with one record each

    Hi all there are three records that result from the query but instead of sending all three results in the email it sends three emails with one record each. I can't use cfoutput in the cfmail tag. What do I do? Thanks 
    <cfquery name="qNames" datasource="salesdb">
    select * from company, industries, division
    where Date(company.meeting) = '#DateFormat(Now(),"yyyy-mm-dd")#'
    and company.SECTORS1 = industries.SECTORSIDS
    and division.DEPARTMENTIDS = company.DEPARTMENT1
    ORDER BY company</cfquery>
    <cfmail to="[email protected]"
    from=[email protected]
    subject="Today's email"
    type="text"
    query="qNames">
    Dear Fred
    #company#
    #sectorsnom#
    </cfmail>

    Hi
    Just add Cfoutput to output the value of the query in Cfmail tags Like shown below.
    <cfquery name="qNames" datasource="salesdb">
    select * from company, industries, division
    where Date(company.meeting) = '#DateFormat(Now(),"yyyy-mm-dd")#'
    and company.SECTORS1 = industries.SECTORSIDS
    and division.DEPARTMENTIDS = company.DEPARTMENT1
    ORDER BY company</cfquery>
    <cfmail to="[email protected]"
    from=[email protected]
    subject="Today's email"
    type="text"
    query="qNames">
    Dear Fred
    <cfoutput>
    #company#
    #sectorsnom#
    </cfoutput>
    </cfmail>
    You can also use cfloop before the cftag and get the data stored using <cfsavecontent >. Inside Cfmail you can output cfsavecontent value
    Please let me know if this post could help
    Regards
    Sreekar

  • How to handle multiple reports with single hyperlink parameter

    Please suggest in my drill down report
    i have two reports linked with one hyperlink
    parameter, how to handle this?
    please suggest for popup window with sample solution.
    for example
    report A--->B--->Chosse Report c or D
    based on parameter hyperlink at report B.
    Thanks in advance
    Raj

    Yes U R correct, that
    I'm using srw.set_hyperlink in plsql format trigger
    to open other reports , now the problem is
    how to carry over the hyperlink parameter to popup window
    and allow user to choose any reports based on the
    parameter value.
    for example
    report A (Sales person summmary report)
    |
    | (choose sales person drilled to orders report B)
    |
    B (report has the hyperlink on order no)
    |
    |
    C,D,E (many reports based on order no
    customer,order details,pending items
    to be shipped)
    Now how to handle the situation from b to c,d,e
    I suggest use hyperlink at B to open popup to show
    reports C,D,E with the order no has parameter.
    please suggest for javascript to open popup window
    for reports c,d,e.
    Thanks
    Raj

  • How do I use adobe on 3 pcs with one account

    How do I use adobe on three pcs with one account

    Which Adobe product exactly?
    Adobe licenses allow a maximum of two simultaneous activations. Not three.
    You can install the software on three but only activate it for use on two - but not use them both at the same time.
    If you really need to activate it on three then you will need to buy an extra license.

  • Changing the frame-colour of a rectangle created with thre graphic-marks-tool in acrobat 7 pro

    I have a problem with changing the frame-colour of a rectangle created with thre graphic-marks-tool in acrobat 7 pro.
    Doesn't matter what frame colour i choose, it will always stay in black colour!
    What can i do??

    Bob's right about creating a character style for the hyperlink, but there is no control to change the color for a rollover.
    Sadness. :-(

  • I'm trying to order album and I'm getting this message:Your book seems to have frames on one or more pages that do not contain photos. You must either change the layout of those pages or place photos in those frames before you can proceed with this book.

    I'm trying to order an album and I'm getting this message:
    Your book seems to have frames on one or more pages that do not contain photos. You must either change the layout of those pages or place photos in those frames before you can proceed with this book.
    As far as I can see I have placed pictures on all the pages. I admit that on some pages I could have placed 3 or 4 pictures but I chose to use ony one or two. Could that be the problem?

    Yes -
    Your book seems to have frames on one or more pages that do not contain photos. You must either change the layout of those pages or place photos in those frames before you can proceed with this book.
    The error seems pretty clear - you must have a photo in evey photo frame in order to place your order - so you must either change the layout (if you only want one photo on a page then use a layout with one photo) or put photos in the spots you have not filled
    LN

  • TS3276 I have recently had a problem with one of my hotmail accounts, some sort of virus sending random emails to people in my address book. Hotmail advised me to change my password for that account, which I did. Why won't mail recognise the new password?

    I have recently had a problem with one of my hotmail accounts, some sort of virus sending random emails from my address book. Hotmail advised me to delete all contacts and change the password for that account, which I did on my laptop running windows XP. The change was successful and I was able to send and receive emails with no problem. I then had to change the account password on my iPhone 4s, which I did and it too was successful but when I came to change the password on my iMac, running the latest version of Lion it would not recognise the new password. I have tried to remove the account details and re-install but every time I go to add new account my old details are in the box. This is very frustrating as I use my iMac for all my profects and I need to access my email. Please help.

    hi guys,
    I had already deleted all reference to the hotmail account in question from the keychain access app, I have also tried to delete and re-instal the account details from within mail. The icon in the side bar dissapears but when I go to Add Account, the old account details are in the new account box. I then input my new password but am told that the server does not recognise it. If I access hotmail via google on the iMac I can get into my account with no problems. I am thinking there must be some other form of security system within the mac software that is blocking the new password. This is driving me nuts. I have been trying to resolve this for the last two days. Thank you for your advise anyway.

  • I have two iphone 4's with the same name on one computer.  Can I change the name of one so that I can sync each phone separately

    I have two iphone 4's with the same name on one computer.  Can I change the name of one so that I can sync contacts separately?

    How to rename your device in iTunes

  • The iCloud id on my iPhone does not change to the new one set up with iCloud on my MacBook Pro Maverick

    I have recently upgraded to Mavericks and bought an iPhone 5s. Initially I used the id already registered with Apple but changed it after a few days having used it on both my phone and MacBook Pro. Once I changed my id on the website, my MacBook Pro is fine but my phone has not synched the new id although any changes I make to Calendar, Notes, Contacts, etc do synch between them - puzzling. How can I change the id on my phone - in Settings it does not appear to be possible.
    I am on OS 10.9.2 & iOS 7.1
    Many thanks for your help.

    Go to website.
    Change it back.
    You will have 2 minutes to delete iCloud from iPhone.
    Change it to new one on website and verify.
    Sign in new one on the phone.

  • I have very thin, colored lines running vertical on my desktop monitor screen.  I don't know where they come from or how to get rid of them.  I started with one and now have three.  Can anyone give me some insight about what to do in getting rid of them?

    I have very thin, colored lines that have shown up on my IMac monitor screen.  I don't know where they came from or how to get rid of them.  I'm concerned now because I started with one and now have three.  Does any know why this occurs or how to get rid of them?

    I got an address from Applecare, although I can't place my hand on it right now. I didn't bother persuing the letter route myself as I didn't expect much. I know that the location was Cork, Ireland though as that where the UK Applecare is based as far as I'm aware. The best thing to do is to call Applecare (if it's free) and discuss the issue. State that you are not happy wit the fact that you will have to pay to have the problem resolved especiiay if it is an ongoing problem that has not been resolved. I ended up speaking to a senior manager of the Applecare team who then proceeded to tell me about mailing in my grievence to customer services division or something like that.
    If I can find the address I may post it if I'm allowed.
    In the case of age, Schools usually have a 5-year life-cycle as they tend to be used differently than consumer machines, i.e. being used constantly on a daily basis for at least 12 hours with no break. you would expect issues to appear after a few years, but I expect problems that arise through defects to be resolved and stay resolved. As I mentioned we had machines for around 2 years before the lines appeared and sent them to be repaired. I'm happy with that. What I am unhappy about is the fact that the problem has reappeared exactly in the same way and now I'm left with around 7 machines that I either pay loads to repair or, the more likely replace the machines with newer ones since the age is now big enough to warrant the replacement.
    Sorry for the lengthy moan, but these are the reasons I purchased Apple ahrdware in the first place to avoid the "not our problem" stance some PC vendors  usually take, similar to the Dell monitors thread mentioned in here somewhere.

Maybe you are looking for

  • Where can i get an official windows disk to download on my mac book

    anyone suggest the cheapest place,my current pc's have ones specific to the computer manufacturer thanks

  • How to attach documents to layouts and uploads

    Hi all; I am trying to create a document on how to do upload for upload functions for the users, I saw there is an option on the menu with 'Document' but when I selected got message this 'Function is not valid for selected object'. Does anyone has a

  • Why can't I search Forums

    This seems like a very stupid question, but I cannot search the forums. I am logged in, and my user name appears at the upper right of the Adobe page, as well as just above the forum. No matter what I search on - text that's visible in the forum topi

  • Weblogic JMS problem

              Hi,           Weblogic throws the following exception when the JMS Server do not return messages.           Any idea,the Weblogic server do not shutdown, but it increases the Queue Length           Thanks in avance           weblogic.utils.

  • Apple TV 1st or second generation not in devices list

    After upgrading to Yosemite and reading a lot  about how  to RE connect my Apple TV to my home network even though I kept getting false message of being successful. Finally I took an Airport Express I use on a speaker system and plugged it in the App