How to change form targets

hi,
iam having main form with two frames.in one frame iam calling a page called disp.jsp.i will enter data and submit the data then the results come in second frame.that is botom frame of the first frame.but inthe disp.jsp page i have a select box in that i have written onchange function..for this on change iam submitting to same form with document.form.submit().on the other hand when iam submitting i kept target="secondframe".so when iam chanign the value on select box then its going to bottom frame.in that function i want to set the location as top frame..
regards,

document.formname.target = "blahblah";
works in JavaScript.

Similar Messages

  • How  to change form of discoverer portlet

    Hi "All".
    How to change form of discoverer portlet or create new in
    discoverer/portletprovider.
    I try to change discoverer portlet (hide refresh date, view worksheet link)
    but nothing changed.
    If You did it - write exemples xsl or xml files, please.
    Or give a link.
    What files i must edit for edit discoverer portlet.
    Help me in it please.
    Thank you.
    sory for my english

    worksheet_run.xsl
    and after changed -> restart oc4j_forms and oc4j_portal.

  • CommandLink and commandButtonand changing form target

    We're observing some odd behaviour when using a <h:commandLink ...> in a form which also has normal Submit actions.
    If our commandLink has a target="_blank" (for contextual help) this link works and brings up in a new window. But after that, all form submits using commandButton come up in a new window too.
    <h:commandLink action="#{bean.help}" value="Help" target="_blank" />
    <h:commandButton action="#{bean.submit}" value="Submit" />Click Submit after clicking Help and it also brings up a new window, when it should have submitted to the same window.
    The javascript that runs on commandLink set the target of the form to _blank until the page is re-rendered.
    So then we modified the commandButton's behaviour with this hack:
    <h:commandLink action="#{bean.help}" value="Help" taget="_blank"/>
    <h:commandButton action="#{bean.submit}" onclick="this.form.target='_self'" value="Submit" />Which was working until we tried it on Safari. In Safari, click Help and up comes a new window, then click Submit and it stays in the same window but runs the action #{bean.help}
    Anybody come across this?
    Many thanks,
    Andy.

    In this particular case the help page changes depending on whether we're creating or editing the application. I'll hard-code both urls in there as you suggest and render the correct one accordingly.
    As a correction to Safari's behaviour, in both 1.2_03 and 1.2_04 it is actually invoking the correct action, but when that action returns null to indicate staying on the same page that's when it gets 'hijacked' by the previous commandLink's view.
    I'll get some proper test cases and file a bug in both cases.
    Thanks!

  • Quotation(VA22) - How to change form - sap script or smartforms ?

    Hallo,
    as defaults, by VA22 I can print the quotation by sapscript.
    I have to change form: I have to create a new smartforms instead sap script. in transaction V/30 I can set some parameters to change it.
    My question is: Where is the correct parametrs to entry ?
    (I entered the name of smartforms and a Z print program but I got an error message )
    Any idea ?
    Tks.

    Hi,
    I guess the terminology's causing some problems.  Here's what I think you need to do;
    In transaction V/30 select the Output Type then double-click on the folder 'Processing Routines'.  The columns are as follows;
    Medium - Print, email etc
    Program - Name of the print program
    FORM Routine - name of the subroutine in the print program that will be called
    Form - Name of the SAPscript (if used)
    PDF/Smartform Form - Name of the Smartform, or pdf form (if used)
    Type - If a Smartform or pdf form is specified, select from this drop-down which type it is.
    If you're getting an error when you enter your parameters, it would be useful if you told us what the error was.
    Regards,
    Nick

  • Change form target dynamically

    Hi all,
    I have a Struts form, declared as:
    <html:form method="POST" action="myaction" target="_top">
    This form uses the ActionForm validate. When the validate method returns no errors I need the Struts action to display the result page in the "_top" frame.
    BUT, when the validate method returns error(s), I need to re-display the same page in the SAME frame and let the Struts tag <errors/> display the error message(s). So target should be "_self".
    Does anyone can tell me how I should work this out, please!
    Thank you very much in advance!!

    Or another thought... (btw, the top frame shouldn't be named _top, as that is supposed to be a default target name meaning the top level window).. You could probably submit the frame to the top level window replacing both frames with another page that, based on the input, shows either the errored form in the bottom, or the success results in the top.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         

  • HT4059 how to change form of payment on iBooks

    When i try to get into IBooks, i get a message that says my "form of payment is not valid". This make sense because I changed credit cards recently. But i don't how to get in to change my form of payment. Can you help?

    worksheet_run.xsl
    and after changed -> restart oc4j_forms and oc4j_portal.

  • How to change form properites at runtime

    Hi I have a text data item that I have set to enabled=no and conceal data=yes. I want to write a trigger for a command button that changes these properties to enabled=yes and conceal data=no. How do you change a data items properties at runtime?

    <p>Look, in the online documentation at the Set_Item_Property() built-in.</p>
    (and keep this link to study the other chapters of this great documentation)
    Francois

  • How to change Form Builders output folder

    Hello,
    we have a big forms migration project in our company and are currently setting up our development envirionment.
    We have a src/ and a run/ folder.
    src/ holds the sources like fmb, run/ holds the fmx, plx etc.
    The run/ folder is the folder where oc4j searches for the fmx.
    The src/ folder MUST be the working dir of Oracle Forms Builder(OFB), because the builder searches for *.pll in his working dir. If it does not find them, the librarys will be removed from the form (thus, they will never ever run).
    The problem for us is, that OFB compiles the files to working dir (src/). We will have to copy them manualy to run/ to test them*.
    *I know, you can start each form right from OFB. But we have a start form, that does a lot of initializing for the app. If you try to start a form standalone, it will rain error messages. So you have to start the app by starting at that form.
    How can you specify the output folder of Oracle Forms Builder?
    How do you set up you development envirionment?
    EDIT Our Version:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
    Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.4.0     Production
    Edited by: user5828099 on 08.01.2009 05:59

    For building a complete application it could be quite useful to do a batch-compile of your forms and do not do a manual compilation using forms-builder.
    You could have look at this Re: Migrating Forms 61 to 10g - Forms Builder Crashing

  • XI Http adapter receiver issue, how to change the target payload format

    Dear all,
    In my project, I need to call a servlet program using Http/xml.
    The message format accepted by the server program is like this:
    request:
    <?xml version="1.0" encoding="GBK"?>
    <PACKET type="REQUEST" version="1.0" >
    <HEAD>
      <REQUEST_TYPE>01</REQUEST_TYPE>
    </HEAD>
    <BODY>
      <BASE_PART>
        <QUERY_SEQUENCE_NO></QUERY_SEQUENCE_NO>
      </BASE_PART>
    </BODY>
    </PACKET>
    response:
    <?xml version="1.0" encoding="GB2312"?>
    <PACKET type="RESPONSE" version="1.0" >
    <HEAD>
      <REQUEST_TYPE>01</REQUEST_TYPE>
      <RESPONSE_CODE>1</RESPONSE_CODE>
      <ERROR_CODE>0000</ERROR_CODE>
      <ERROR_MESSAGE>xxx</ERROR_MESSAGE>
    </HEAD>
    <BODY>
      <BASE_PART>
        <QUERY_SEQUENCE_NO>01PICC057106001156421487812453</QUERY_SEQUENCE_NO>
      </BASE_PART.
    </BODY>
    <PACKET>
    My first question is if I can use the servie by SAP PI http adapter?
    If yes, and how to design the data type? The <HEAD> <BODY> are on the same level...
    Commonly, I only can set the data type like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <MT_HTTP_IN>
       <HEAD>
          <REQUEST_TYPE>1</REQUEST_TYPE>
       </HEAD>
       <BODY>
          <BASE_PART>
             <QUERY_SEQUENCE_NO>123</QUERY_SEQUENCE_NO>
          </BASE_PART>
       </BODY>
    </MT_HTTP_IN>
    The problem is how to remove the <MT_HTTP_IN> then insert the tab <PACKET  type="REQUEST" version="1.0" >? I wonder if I need use JAVA mapping? and could u give me a related samples?
    Thanks a lot!

    Dear Xun Liu,
       If you need <PACKET type="REQUEST" version="1.0" >, then you need to create attributes 'type' and 'version' under node <PACKET>. At mapping level you can pass constant values for those attibutes.
    Regards,
    JP.

  • How to change Rip targett path in 24 live!

    Just installed SoundBlaster 24 Li've! USB and tried ripping a CD. Initially, it gave me options for the folder where I wanted my ripped MP3 files to end up and I changed it from Default to a newly created folder on the Desktop. Now I want to change it again and/or create a different default path for ripped files but I just can't see where?the option is to change this in Organizer. There doesn't seem to be any info in Help files on this subjec..... Help, Please?

    Hi,
    Is your history disabled or just the path not showing ?
    The history path registry key is located under:
    HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\LocalData\DataPath
    The "DataPath" is usually set to C:\Documents and Settings\<User>\Application Data\SAP\SAP GUI\History
    Nelis

  • Change form of output signal without initializing new process of output signal

    Hello!
    How to change form of output signal produced on the output channel without initializing new process of output signal?
    Thanks 
    Message Edited by _Pavel_ on 10-28-2009 05:21 PM
    Solved!
    Go to Solution.

    I'm working with LabView 8.5.1.
    I have periodic TTL impulse with constant frequency – signal to start , which I'm used to start data acquisition (PCI-6251)and generation signal (PCI-6221).
    When TTL signal a detection, necessary generation some analog signal (PCI-6221) and acquisition other analog signal (PCI-6251).  Then wait following TTL signal.
    At this moment I write the part of the program which is responsible for data acquisition. Function retriggering (In examples C:\ProgramFiles\National Instruments\LabVIEW8.5\examples\DAQmx\Synchronization\Multi-Function.llb\Multi-Function-CtrRetrigg Pulse Train Generation for AI Sample Clock.vi) is used. This function necessary,because we start data acquisition each time on arrival TTL impulse, andrepeated creation of the virtual channel of data acquisition with the newtrigger spend a lot of time.
    The problem consists in the following. Generation of the data from other card should occur on the same impulse TTL as for the data acquisition card and then generation zero value.
    How I can realize it? I planned to change the form of an impulse of generation when detected TTL an impulse, without reinitialize process.

  • How to change keyboard map fmrweb.res for different forms

    I'm using Oracle Forms 10g with Oracle Forms and Reports Application server 10g.
    I know how to change fmrweb.res to change how keys function on web forms. The problem I'm having is I only know how to assign the fmrweb.res file when connecting to the application server, which means all forms running on that session have to use the same keyboard mapping.
    I know you can change the defualt fmrweb.res for all the forms executed on the application server
    and you can change the fmrweb.res file in the URL like
    server/forms/frmservlet?Form=login.fmx&config=dataentry
    (where dataentry is defined in the formsweb.cfg file)
    and in the config section I have
    [dataentry]
    term=fullpath/fmrweb_new.res
    My question is, is there a way to pick a different fmrweb.res file based on the form?
    Can you specify multiple forms in the basexxx.htm file(basejini.htm) in the PARAM section like
    <PARAM NAME="serverArgs"
    VALUE="module=form1.fmx term=fillpath/filename1.res"
    VALUE="module=form2.fmx term=fillpath/filename2.res"
    VALUE="module=form3.fmx term=fillpath/filename3.res"
    VALUE="module=form4.fmx term=fillpath/filename4.res">
    Is there a way to pass term=fullpath\filename.res to the Oracle Forms Web Runtime process for each form using call_form, open_form, or new_form?
    Edited by: user537213 on Sep 19, 2008 5:38 PM
    Edited by: user537213 on Sep 19, 2008 6:24 PM

    Posiible approach (i now it sounds strange):
    Configure your enter-key to fire the KEX-EXEQRY-Trigger.
    In the dataentry-form-module: Overwrite the KEY-EXEQRY-Trigger so thtat is just does a NEXT_ITEM; .
    I know there may be other implications depending of the compelixity of your dataentry-form, but maybe this helps.

  • How to change co-ordinates of an internal table in page 1 & 2 using offline adobe forms?

    Hello All,
    How to change co-ordinates of an internal table(main window data) from page 2 onwards in offline adobe forms. For e.g., I need to print my internal table around 3-4 lines along with header&footer(only 1st page)in page 1. From 2nd page onwards Internal table should print header and use remaining page til end.
    Thanks in advance for your help.
    Thank you,
    Janakiram.

    Issue resolved...need to use content area option to achieve the same.
    Thanks,
    Janakiram.

  • How to change font size in HR Forms Editor

    Hi Experts,
    I am modifiying the pay slip which was created using HR Forms Editor, now i modified the form, is it possible to change the font size ? i am not able to find option to change the font size.
    could any one please tell how to change the font size?
    With Regards,
    Thanesh

    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

  • How to Change the Size of the Parameter Form in Report6i

    hi
    Does any one know how to change the size of the "PARAMETER FORM" in Report6i.

    Hi,
    You can change it in the "Parameter Form Window" property of the Report Object.
    In the object navigator, select the Report object and open its property palette. Under "Parameter Form Window" you can change the "width" and "height" properties.
    Regards,
    Siva B

Maybe you are looking for

  • Crystal Report Viewer Collapse Unneeded Lines

    I have a CR open sales order report grouped by sales order number. Crystal report viewer outlines Sales Order #, customer name and doc total in the master line. Underneath that, it shows multi line items contain in that SO. I am wondering, is there a

  • Add text to PDF file

    The question is: Is it possible to add text on each page of pdf file? I try to do this and search a lot in internet and this forum. Most of treads are about converting to PDF OTF format or other. I need to add text to alredy existing PDF format which

  • Is there a command which I can use to dump all the configurations as I set out in System Preferences on the Server?

    Hi folks, I am planning to reinstall OS X 10.6 on my Mac Server.  As such I need to collect all the configurations like User Account, User Password, File Sharing... which all are previously setup in the System Preferences. Instead of writing them dow

  • WM TABLE PROCESS FLOW

    hi friends, Can anybody tell me the WM Table process Flow??? thanks

  • Dispatcher not starting, inconsistencies with database.

    Hi guys,   In my coy a member of staff shutdown the SAP Server abnormally causing inconsistencies in the database. The SAP system runs on an MSSQL database. The next morning the dispatcher was not starting and i checked the database. Apparently, i co