How to automatic submit a page if a field is filled?

Hello,
still I have the problem to give my users a simple method for login. MOD_NTLM cannot be used because we have windows 2003.
So I had another idea. I create 2 hidden items on the login-page (101). These fields I fill with the URL: http://bondbmstst01.eba.local:7777/pls/htmldb/f?p=101:101:::::P101_P1,P101_P2:Uxxyu],qopp€€
The character at the end of the line are crypted the username and password. I fill the items P101_USERNAME with "select encrypt_auth(:P101_P1) from dual", the password is the same.
Now I have only to press the LOGIN-Button to login. But I would have, that if the hidden item P101_P1 is filled, the button is hit by automatic or the page submitting is automatic.
Is this possible?
Regards,
Mark

Hello Mike,
it is not exact this. In normal the login-page has 2 items, one for username, one for password. To login I have to fill out the both fields and press enter or click "Login". This is good so.
Another way to login should be, that I write the username and password in the URL and fill two hidden items. If the page is loaded, I will check the both hidden fields and make a automatic login - without a user have to write anything.
I can fill the items P101_USERNAME and P101_PASSWORD, but after that a user have to click on the button "LOGIN", but I dont want, that a user have to do anything to login.
I hope, it is now a little bit clearer.
Regards,
Mark

Similar Messages

  • How to Auto Submit a Page Process or Page in APEX ???

    Hi All,
    I have a requirement to auto submit a Page in my Application after a certain time interval.
    When the page is submitted I need to call a PL/SQL process to insert data in base table.
    Research Done so far: I tried achieving it by using "<PRE><meta http-equiv='refresh' content="20;f?p=&APP_ID.:15:&SESSION.::&DEBUG.::P15_TRY:R:" /></PRE>" in Page Header.
    This tag does refresh the page but also clears the value of items on the page.
    I have added a PL/SQL process that executes On-Load page header. This process does executes but by this time value of items on my page
    is cleared, so no record gets inserted in table.
    Ultimate issue is How to set the item values and Submit the page automatically at certain time interval.
    Thanks in Advance,
    Pushpendra Tomar

    I think you should use a javascript setInterval() event to re-submit your page:
    If you include something along these lines into your page's HTML header attribute:
    <script>
      dtm_timeout = 300; // you need to specify the timeout in milliseconds
      setInterval('doSubmit("FOOBAR")',dtm_timeout);
    </script>where "FOOBAR" is your request (i.e. replace with the appropriate value);
    Edited by: JoelC on 25-Apr-2010 22:23
    Whoops! missed out the quotes!

  • How can i submit the page periodically(scheduling)

    Hi ,
    I have created IR report by using sql query like..
    EG : select apex_application.checkbox(1,empno),ename,sal from emp;
    And i created SUBMIT button and in the process calling the procedure by using empno as a parameter.
    Here my requirement is that
    i open the page daily and checked some checkboxes and click on the submit button, procedure calling successfully..
    so, i want to submit the page for every one hour without opening the page by using scheduling in apex
    eg scheduling the concurrent program for every one hour..i want to run apex page for every one hour
    Is there any possibilities to schedule a apex page for every one hour..
    please anybody guide me to solve the problem
    Help would be greatly appreciate.
    Regards
    Narender B

    Hi,
    Thinking that you could submit page if it is not open is totally wrong.
    You need look to create background job to your database that run code similar you have on page process.
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_sched.htm#CIHHBGGI
    Maybe you convert your page process to database procedure so you can run it easily using e.g. DBMS_SCHEDULER or process from Apex page.
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • How can I submit the page from javascript in html header?

    I followed
    http://www.oracle.com/technology/products/database/htmldb/howtos/htmldb_javascript_howto2.html#client
    It says "doSubmit('Delete');" to submit the delete action.
    If I do the same in the java script that is embededed in html header, it does not work.
    I am assuming 'Delete' is the name of the button here.
    I also tried:
    document.forms[5].submit(); --> does not work
    document.formname.submit(); --> does not work
    I want to know:
         how I get the form name. I am assuming that this is the name in Name field in "Page definition" or is this page number?
         how to sumit a form from the javascript in html header

    sudheshna,
    function deleteConfirm(msg)
    should be
    function Confirmdelete(msg)
    cheers
    KIM

  • How to automatically link a page to the next page in the next spread

    Hi everyone,
    I created a master page in which the two pages are linked( text frame on the page). When I apply the master page to the pages, on every same spread, two paged are linked, but not between spread. How do I automatically link the second page of first spread to the first page of the second spread? so all the pages will be linked in sequence. Thanks a bunch!
    Simon

    The InDesign Place command is fundamentally different from the Quark Get Content commands (as is the handling of frame content -- inifintely easier to change content type in ID). To palce content in ID you don't need to have a frame available to hold it, though you can if you like. Master frames are seldom required, or even helpful in many circumstances -- things like magazines with a rigid structure of mixed image and unbalanced column heights are one example where they ARE helpful.
    When placing text you have several options. If there is no frame, click the loaded cursor where you want the text to be and ID will draw a text frame on the fly. The top of that frame will be at the y-coordinate where you click, it will fill the column guides surrounding the point at which you click, and iut will extend downward to the bottom margin guide. If there is more text than will fit you'll see a red plus sign in the frame outport that you can click to pick up the overset.
    Still with no frame, you can click and drag to define a frame, or with an existing empty frame you can position the cursor over the frame (you'll see the icon change to include surrounding parentheses) and click to flow text into the frame and any addtional frames that may be threaded with it.
    There ae several options for threading. If you've made master frames and threaded them, hold down the Shift key when you click iniside the frame and InDesign will add pages based on the last master in the thread untill all of the text is placed. If there are no master frames, holding shift will add frames on the fly, and pages to hold them. These frames will fill the column guides from top to bottom margin guide.
    Holding the Alt (Opt) key instead of Shift puts you in semi-auto flow mode and text will be added one frame at a time (or one group of threaded frames if you click inside a thread), but will leave the place cursor loaded so you can add a new frame or click inside another existing frame. You can swith from semi-auto-to full auto at any time by changing keys, or release the key to just place text in the last frame. Holding Alt + Shift puts you into Autoflow to end of available space mode, wich will fill existing pages, but not create new ones.

  • Oracle Grid Control: How to automatically refresh home page.

    Oracle Grid Control = 10.2.0.4.0
    OS = Linux
    Bit = 32
    The home page of Oracle Grid Control automatically refreshes after 5 minutes; how can I alter?? TIA.

    Oracle Grid Control web Page's will automatically refresh for every (60 seconds) and it can be done manually as well.
    Not sure but you can try looking for an option in Setup and Preferences at the Right Top Corner of the Grid Control Page.

  • How to automatically  size web pages for 27 inch i-mac

    I am trying to get my new 27 inch I mac to size web pages to be the same size as screen. Currently, only the middle section of screen does web pages appear.

    Look in the View menu for Safari. The last item in that menu should be "Enter Full Screen", keyboard shortcut Command-Control-F. Give that a try.

  • How to automatically submit a form without clicking the button?

    Hi,
    Is there any way to submit a form without clicking the button? Any idea is greatly appreciated.
    -Joey

    well if you are filling some textfields you can do a onchange call so you can submit the form, or use any of the existing functions to do that.

  • How to insert a new page when data don't fill in the principal page?

    Hi to everybody!!
    I don't know how to do this, I have, in the main window a table with a loop, the loop is this
    XFORM INTO ZXFORM (where Xform is type PC408) and in line to line I put the line for example 25 to 30.
    Under this table I have another table to another type of data....
    The problem is that in the case the data exceed the 25 to 30 lines...where I can see this data? How can I make a new page with the exceed data and how I can retrieve?
    Thanks and regards
    Rebeca

    Try this, it will help you to close the thread.
    for displaying new page
    Inside you form
    /E   POS_NEWPAGE   "Element
    /:   NEW-PAGE
    Inside your driver program...
    Calls a New Page
          CALL FUNCTION 'WRITE_FORM'
               EXPORTING
                    element = 'POS_NEWPAGE'
               EXCEPTIONS
                    OTHERS  = 1.
    Regards,
    SaiRam

  • How to get the actual page cordinate a field

    I have 2 content areas CA1, CA2. CA1 is filled with dynamic table..which will flow into multiple page..at the end of the table I want the signature ..The signature has to be upper half of the page..since contents of the table are dynamic..it could be that the content could fill 3/4 of last page..so in which case I have to page break and go to next page and printed on the positioned place.
    The layout is flowed so it can overflow..I was planning to trigger a page break by putting a dummy field after the table and calculate the position of the dummy field with 0 width, 0 height which will be right after the table. If the position (dummyfield.y) has reach more than the upper half of the page.. it will trigger  next page where the signature will be printed in the first half of the page in CA2...
    But dummyfield.y always gives me a 0..because it is with respect to the previous container or something.. Any one with brighter ideas...
    thanks

    If you want to read cell level or row level data from excel you should use third party APIs. Apache POI provides such an API, you can use and read the excel documents. You can refer the POI API
    <a href="http://poi.apache.org/hssf/quick-guide.html#ReadWriteWorkbook">here</a>.
    And if you want to read the CSV file content do the following..
    FileInputStream fis=(FileInputStream)wdContext.currentContextElement().get<attribute anme>().read(false);
    byte in[]      = new byte[512];
    String csvData;
    StringBuffer csvBuffer = new StringBuffer();
    while(fis.read(in)>0)
    csvData = new String(in);
    csvBuffer.append(csvData);
    //now write the logic to validate the csv data.
    Regards
    Abhilash

  • Modify User (OIM 11gR2 PS1): How to enable "submit" button for custom udf fields?

    I made some new attributes following oracle documentation for create user, modify user, and view user details forms. create user and view user details are working fine, but I'm not being able to copy/paste the following code in custom modify user attributes to enable the submit button for modify user form change: #{pageFlowScope.cartDetailStateBean.attributeValueChangedListener} . Any ideas? Thanks.

    Export the sandbox and edit userModifyForm.jsff to set value change listener property for the new attribute as below
    valueChangeListener="#{pageFlowScope.cartDetailStateBean.attributeValueChangedListener}"
    http://docs.oracle.com/cd/E27559_01/admin.1112/e27149/customattr.htm#autoId4

  • How To: Disable the Print button until Required Fields are filled out

    I have a PDF Form that I have created using LiveCycle Designer 8. On my PDF Form, I have a bunch of fields that are required. Is it possible to disable the Printer button until the user fills out all the required fields? We don't want a user being able to print out an incompleted form.

    It's not possible.
    However, you can create buttons on your document that "help" the user print
    just a part of the document: a certain page range, just the current page,
    etc.

  • How to submit a page and set the focus on the next field?

    Hello,
    I have a form with some fields and below this a report with a column link. If I change values in the form fields and I click the on a column link the changes in the fields are lost because the page is not submitted.
    I try this: I set on the fields in HTML Form Element Attributes the following:
    onchange="doSubmit('AENDERUNG_UEBERNEHMEN');"
    And I create a branch to the same page. This works great, I dont lost the changes in the fields and I can use the column links.
    But: If I want to walk through the form with the key "TAB" I have to press the key 2 times to come to the next field.
    How can I submit the page and go to the next field?
    Regars,
    Mark

    Hello Mark,
    how about submitting the page when the column link in the report is clicked. To do this, create a column link with an URL target and specify a target like
    javascript:doSubmit('#ID#_AENDERUNG_UEBERNEHMEN').After that I would create a process, that checks if
    substr(:REQUEST,instr(:REQUEST,'_')+1) (or something like that)
    equals 'AENDERUNG_UEBERNEHMEN'. If so, save the change, set the PK value of your target page to
    substr(:REQUEST,1,instr(:REQUEST,'_'))  (to extract the ID)
    Afterwards, create a branch that jumps to the target page.
    Hope that helps
    Stephan

  • How to do submit without any button

    Hi ,
    i am using Jdev 10.1.3.1 .
    i am using JSF ADF BC Technology. i am having a problem. how to do submit the values in inputHidden field without submit or any button.
    even i bind the method in valueChangeListner like below.it is not submit.Am i did any mistake? plz go thru this code and help me.
    Hidden there is no auto submit attribute.
    Code:
    <af:form>
    <af:inputHidden id="startDate"
    value="#{bindings.Eventdate.inputValue}"
    valueChangeListener="#{bindings.Execute.execute}"
    required="false"/>
    <af:commandLink text="search" actionListener="#bindings.Execute.execute}"/>
    OR
    <af:commandButton actionListener="#{bindings.Execute.execute}"
    text="Search"
    disabled="#{!bindings.Execute.enabled}"/>
    </af:form>
    i dont want to use command link or command button for action. how to submit the value in hidden field which is set by javascript function to the corresponding action.
    could you please help me out regarding this?? .
    Thanks & Regards,
    Arun

    Let me see if I have your use case correctly:
    The user views the page, and some event triggers some Javascript code. The Javascript code needs to set the values of a hidden field, then submit the form, executing the action named Execute in the bindings.
    First of all, get rid of the valueChangeListener. If you were to use a valueChangeListener, it would have to reference a method in a backing bean that takes a valueChangeEvent as its argument and returns void. Now try this - I haven't tried it myself, so I don't know that it will work, but I think it will. On your page:
    <af:form id="theForm" defaultCommand="executeButton">
      <af:inputHidden id="startDate" value="#{bindings.Eventdate.inputValue}" />
      <af:commandButton id="executeButton"
                                    actionListener="#{bindings.Execute.execute}"
                                    text="Search"
                                    disabled="#{!bindings.Execute.enabled}"
                                    inlineStyle="display: none;" />
    </af:form>And in your Javascript function:
    document.theForm.submit();The basic idea is that the defaultCommand property of the form says that any submit of the form defaults to the button with the id=executeButton, unless some other button or link is explicitly clicked. The button has an inlineStyle with display none, which hides it from the user. Then the Javascript submits the form which ought to execute the default command.

  • How to automatically create a table on the next page?

    I was working on my Resume using tables on Pages 13.  When the first page is nearing to be filled in, I continue to put more details as I expected the table to be created automatically in the next page, like that of Microsoft Word but it did not happen.  What happened was the table continue to elongate only on the first page eventhough the last part cannot be seen anymore.  Please advise me how to do this, if possible.  Thanks.

    You need to make the Table Inline ie part of the text.
    Select the Table by clicking on the large dot top left > Cut > Click in the Text > Paste
    It will now flow from page to page, but there is a bug in Pages 5.2, which means text may not show in the table after a few pages.
    The table will also break at cell boundaries, it will not divide a cell over 2 pages.
    Peter

Maybe you are looking for

  • HT201210 why do i get an unknown error when trying to restore my Iphone 3GS,

    i was informed (by app store icon i had apps that needed to be updated , i said ok to the 2 updates , the phine then asked me (as usual) to insert my pass word it said i had used wrong pass word and re-enter it which i did this then  set my phone to

  • Lost ical entries after sync.

    After I performed a sync the other day all my new appointments that I had imputed into my iphone were erased. There is no record of them on the phone or on my mac. I'm really distressed because I lost my ENTIRE work schedule. Can any one tell me how

  • Pages and Address book Merge

    Hi I have a simple pages doc with basic merge fields for contact and address details. It all works fine when dragging and dropping address cards from address book when those details are located "on my mac" however the merge fields don't recognise the

  • Application Builder (Bug)- Edit Region Comment getting ORA-01461

    When i edit a Region and saving it with a long comment (5366 chars) iam getting this error Fehler beim Verarbeiten von Zeile. ORA-01461: Ein LONG-Wert kann nur zur Einfügung in eine LONG-Spalte gebunden werden We are using Application Express 4.1.0.0

  • HT5058 I can't send mail on my iCloud exchange

    I use to send my email then all of a sudden I cant send mail, I am new to apple