Preventing user to click on links once form submitted

Hi All,
Preventing end user to click on any links once he/she submitted the form until he/she received a response from it.
I can use filter or shale techniques for this, but it prevents the multiple form submits but not the links.
(ie, hyperlinks can’t control with the above techniques I suppose.)
I also used hourglass technique of Javascript. It will show you the hour glass icon once you submitted the form/page.
Mean while if you mouse over any links on the page (I have other command links on the same page), the hourglass icon showing with hand icon.
<tr:commandButton provides one attribute blocking=”true”, is not working in this condition.[setting true – blocking user input when the action is initiated and will stop when response received from server.]
At least if I provide a progress indicator by using <tr:progressIndicator, well enough to the user as some process is going on so that end user can wait for some time.
I have gone through in detail about it - http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_progressIndicator.html
Please provide your inputs, how to implement by using <tr:progressIndicator for my <tr:commandButton.
Or any other fruitful solution for this?
Thanks in advance :-)

No idea about the Trinidad component library, but you can also use CSS/JS/DHTML to "freeze" the window during the onsubmit. Add a transparent iframe overlay which covers the whole screen and turn it on during the onsubmit.
E.g.
<body>
    <iframe id="freeze" frameborder="0" border="0"></iframe>
    <h:form onsubmit="freeze();">
iframe#freeze {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    filter: alpha(opacity=0);
function freeze() {
    document.getElementById('freeze').style.visibility = 'visible';
}

Similar Messages

  • How do I view a video that was sent to me through imessage to my iphone 5S?It was sent by another iphone user.I clicked the link and entered my phone number and the password provided but it still won't open.What should I do?

    How do I view a video that was sent to me through imessage to my iphone 5S?It was sent by another iphone user.I clicked the link and entered my phone number and the password provided but it still won't open.What should I do?

    Is this your issue >  http://support.apple.com/kb/HT5818
    If so...
    The Apple ID and Password that was Originally used to Activate the iDevice is required
    If you do not have that information you will not be able to use the Device.

  • Prevent user to open more than two forms

    Hi everyone
    I have a forms application deployed on Application Server 9i r2 on Windows 2000, I want to prevent any user of this application to open more than two forms while they are working, I mean each user can open only two instances of this application.
    This application uses Oracle Single Sign-On to authenticate users, also I don't have the .fmb files, so I can't made any modifications to this application.
    Any Ideas?
    Thanks in advance.
    Regards,

    Just an idea:
    Create a "decorator-form" and call this as a start-fmb instead of the one you arc actually calling. This "decorator-form" would do nothing but just the logon to the database, some checks if the user-session is valid and then call the "real" fmb using NEW_FORM.
    To store some information to check the session you could use DBMS_APPLICATION_INFO.SET_MODULE / DBMS_APPLICATION_INFO_SE_CLEINT in the decorator-form to store something like "FORMS" in it and to check for validity read these values from V$SESSION.
    hope this helps

  • How to execute a APEX process on click of link from a email message

    I have a download procedure which will ask user wheather to save or open a file. This procedure uses standard "owa_util.mime_header","htp.p('Content-length" commands do do this. The procedure works fine. I'm sending a mail to user where this procedure is link to save or open a file. But for security reasons, I don't want to embed this procedure in the email, instead I want to redirect to APEX page. In the APEX page, I have put the procedure code in "onSubmit" process and it workd fine on clink of button. But I want to execute this process "Onload", so that user doesn't have click a button, all the user does click the link in email which will go to APEX page and ask wheather to save or open a file. any ideas are appreciated.
    Thanks,
    Surya

    Hi
    Perhaps you could use an on-demand application process instead - you can specify these in the URL.
    The URL syntax (for your link) would be like...
    f?p=application_id:page_id:session:APPLICATION_PROCESS=process_idIs this what you mean?
    Cheers
    Ben

  • How to Prevent User for Multiple click on form Submit button ??

    Hi,
    Is there any easy solution rather than AJAX or any HARD Solution.
    to prevent user from being submit for only once...
    So database record remain consistent rather than redundant.
    if any JAVASCRIPT SOLUTION IT WOULD BE BETTER ONE.
    WHAT SHOULD I DO ??

    Use the disabled property, set it to true and then submit the form programmatically.
    <html>
    <head>
    <script>
    function validate()
         var textfield = document.getElementById('textfield');
         var submitButton = document.getElementById('submitbutton');
         var mainForm = document.getElementById('mainform');
         if ( textfield.value.length == 0 )
              alert("Validation Failed");
              return false;
         submitButton.disabled = true;
         alert("The button has been disabled, going to submit now");
         mainform.submit();     
    </script>
    </head>
    <body>
    <form id="mainform" action="#" method="GET">
    <input type="text" value="" id="textfield"/>
    <input type="submit" value="Try Me!" id="submitbutton" onclick="return validate();" />
    </form>
    </body>
    </html>A reminder though, this is JavaScript and these are Java forums.

  • WebForms - Can i make the form user specific. For example can i identify the user who clicked on the link of webform?

    For example can i identify the user who clicked on the link of webform? Because i have a list of users and every time individual needs to select their name.?

    Hi,
    Unfortunately, it is not possible to create a user specific form in  FormsCentral, It is not possible to identify the users who has visited the link.
    Regards,
    Nakul

  • Form fields in LiveCycle. I want to allow users to add URLs to a form so that they can be clicked and opened on the web by form reviewers (users). what is the best way to achieve this?

    Form fields in LiveCycle. I want to allow users to add URLs to a form so that they can be clicked and opened on the web by form reviewers (users). what is the best way to achieve this?

    Once the user has entered the URL they want to add to the form. You can use the loadXML function to implement some special text in a label...
    var linkValue = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><exData contentType=\"text/html\" xmlns=\"http://www.xfa.org/schema/xfa-template/2.8/\"><body xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:xfa=\"http://www.xfa.org/schema/xfa-data/1.0/\" xfa:APIVersion=\"Acroform:2.7.0.0\" xfa:spec=\"2.1\"><p style=\"font-weight:bold;text-decoration:none;letter-spacing:0in\">The new link the user have entered is:<a href=\"" + textfield.rawValue + "\">textfield.rawValue</a></p></body></exData>";
      this.resolveNode("lblURL").value.exData.loadXML(linkValue, 1, 1);

  • User clicks one link and goes to other and comes back state maintain prob

    1st say 2 links r there,
    aaa --> if u click on "aaa" (my requirement) as shown below.
    problem : the bean values still maintaining when i go to "bbb" and come back to "aaa".
    ======
    NOTE: when user enters all fields and clicks on button it goes to "second.jsp" their ajax response (1 table) generating. That means page wont get refreshed. (panel is fixed) only down 1 table will generate.
    on FROM DATE AND TO DATE basis.
    if user presses on F5 also state maintaining with the help of bean object.
    i.e, say user in response table clicks on "page 5" then presses on F5 .
    but problem is when user goes to "bbb" link or "ccc" or "dddd" (separate interface or link) which is not related to this
    (they r nearly 50 interfaces or links) and comes back to "aaa" still old response is there.
    NOTE: i can clear the bean object, but if i clear the bean object in "onload" or general i cant handle F5 issue.
    bbb
    ccc
    ddd
    sample
    =====
    first.jsp
    =====
    <jsp:useBean id="sd" class="TestPage" scope="session">
    </jsp:useBean>
    <jsp:useBean id="sptb" class="TestPageBean" scope="session">
    </jsp:useBean>
    <script type='text'/javascript'>
    function testfun()
    --ajax response.
    forwarding to to
    "second.jsp"
    </script>
    <%
    HttpSession mdsession=request.getSession(false);
    if(mdsession!=null){
    String s1=sptb.getTxtname();
    String s2=sptb.getTestselect();
    %>
    <form>
    <table>
    <tr><td><input type='text' name='fromdate' value='fromdate'></td></tr>
    <tr><td><input type='text' name='todate' value='todate'></td></tr>
    <tr><td><select name='testselect''><option value=1>aaa</option></select></td></tr>
    <tr><td><input type='contains' name='txtname' value=''></td></tr>
    <tr><td><input type='button' name='clickname' value='Click' onclick='testfun()'></td></tr>
    </table>
    </form>
    <%
    %>
    second.jsp (this is ajax response)
    =======
    <%
    String txtname= request.getParameter("txtname");
    String testselect= request.getParameter("testselect");
    String fromdate= request.getParameter("fromdate");
    String todate= request.getParameter("todate");
    --storing in bean
    sptb.setTxtname(txtname);
    sptb.setTestselect(testselect);
    sptb.setTxtname(fromdate);
    sptb.setTestselect(todate);
    ---database conn...resultset values retrieved on "fromdate" and "to date" basis
    out.println("<table><tr><td>testeno</td><td></testename></td><td>fromdate</td></tr></td>");
    while(rs.next())
    out.println(rs.getString(3);
    %>
    output
    ====
    input screen
    1 fromdate
    1 todate
    1 selectbox
    1 contains
    1 button
    -> after clicking on button ajax response displayed below is (with out page refresh)
    1 table gets displayed on "FROM DATE" AND "TO DATE" BASIS
    with pagination

    Michael,
    Thanks a lot for the reply.
    In the case you have mentioned, how does application has to know the user is 'moving away'[clicking on other role] from the application.
    Thanks in advance,
    Regards,
    Ganga

  • How to disable the form after i click a link in WAD

    Hi All,
    I have a WAD template where there are a lot of hyperlinks and buttons present to enable the control to go to same or different templates. What I want to achieve is once i click on a hyperlink, the whole form should get disabled so that I may not be able to click on any other link until the control goes to a different page. I tried using document.form.disabled = true which though gives the look and feel of the form as disabled after click of the link but still doesn't stop me to click other links.
    I also tried document.form.getElementById("Id").disabled = true for the links but still the same thing happens.
    The above commands work fine if i use them outside WAD, but don't seem to work in WAD.
    Any thoughts?
    Gaurav Jasoria

    Hi Friends,
    This is really urgent.Can you please suggest me a way out.
    Regards,
    Gaurav Jasoria

  • User Cannot Click on Hyperlinks in Fill-able Form

    We use Acrobat Pro 10 / LiveCycle Desginer to create our fill-able forms to then publish on our website.  Our users can click the form on our webpage, the PDF opens in Chrome just fine and they can fill in the fields.  But when a user trys to click on the Hyperlinks, the Hand doesn't turn into the Finger allowing you to click the link and go to the webpage.  When looking at the properties of this PDF, I can see there are restrictions.  I only want to allow my customers to click on the Hyperlinks.  Keep in mind, they are using Chrome with default Chrome PDF Viewer.  Also, many of our internal users do not use Adobe to view/edit PDFs.  Their default PDF viewer if eCopy or PowerPDF, so when they open this form in those applications, the Hyperlinks do not work either.  The hyperlinks only work if I open with Adobe. 
    Also, I saw a security restriction in the document properties where is says can only be opened with Acrobat. 
    Is there way to modify this?

    Not sure what you mean by just the text for the hyperlink.  These are true hyperlinks where there is a work or phase that shows up bold blue in the document.  If I use Adobe Reader or Acrobat to view the Doc, I can click on the Hyperlinks.  But other PDF programs and Chrome does not allow anyone to click on the Hyperlinks.
    John Wagner
    Sr. Project Manager
    ADOA – Risk Management Division | State of Arizona
    100 North 15th Avenue, Suite 301, Phoenix, AZ 85007
    p: 602.542.7820 | m: 602.559.7506 |  [email protected]<mailto:[email protected]>
    http://www.azrisk.state.az.us/

  • How to prevent the user to click on the All+ book selector

    We are trying to implement a simple book structure. I have created the hierarchy, assigned users to each level and assigned the opt records to each book level.
    When 'listing' all items for a user, I can see whatever opts are assigned to that (his) book.
    Now, if the user clicks on the +All in the book selector, he would be able to see all the records...
    Pls. is there a way to prevent the user from clicking in this selector ?
    Txs. for any help.
    Antonio

    Hi Bob,
    Txs. for the hint... Well I think it is OK to use the 'profile' access once the user clicks in the All+.
    Now, I have Accounts and Opportunities with the same access in the profile. User has a default book MMM for Application. I understand this book would be the default for all objects... correct ?
    When in Opportunities, it is working fine.. Default to MMM and if lookup selector is used with Alll+ he can see records with the profile access.
    Trouble is that with Accounts, Default to MMM and see nothing (which would be OK)... clicking in the All+ still see nothing... and this I cannot understand.
    Pls. anywhere I should look ?
    Txs.
    Antonio

  • To find which user has clicked on which link in capmaign mail

    When a campaign is executed we send a mail to the BPu2019s.now I have couple of link in that mail formu2026.I want to know which person has clicked on a what hyperlinku2026for e.g. I have two link one for sending to yahoo and other for my site addressu2026now i want to know how which person has clicked on which link...
    in the Table CRMD_IM_ML_ITEM field SUM_ACCESS increases by 1 every time a person clicks on the link.....
    is there any table taht i can use to know which kyper link the user has clicked.....
    i read about the adding response id to the mail form.....but don't how or where to use it...
    i need to genrate report later which tells which person has clicked on which link,how many number of time...

    We have a same scenario.could you please tell us the way you resolved it.
    Thanks
    Ramya

  • Hi i have download os x mavericks system preferences go to users & groups click on account picture scroll down to Linked click on Linked i have the same picture twice how do i delete these pictures

    hi i have download os x mavericks system preferences go to users & groups click on account picture scroll down to Linked click on Linked i have the same picture twice how do i delete these pictures

    I am not connected even though I am.
    It is showing you are connected, but the signal strength is low.
    bookmarks
    Those are what is in the Favorites bar. They can be changed by deleting the from the Favorites bar. To add others, add them to the Favories bar.
    How can you remove that app?
    You can't.
    Un-install CleanMyMac. It can damage the entire system.
    Myth of the Dirty Mac
    CleanMyMac - Uninstall
    CleanMyMac2 Un-install
    If you are going to re-install, make sure you have 1 or preferably 2 full backups using Time Machine and/or a clone.
    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

  • Prevent multiple users from editing/approving the same form SPD 2013,SP 2013

    Hello all, I have a workflow with a to do task, the task is assigned to a group so any of the users in that group can go in and do a quality check on form data and approve it.  How do I prevent multiple users from working on the
    same form? do I just require check out? or is there a way to notify the rest of the group that a user has already started the quality check.

    The "Require Checkout" option is your best bet.  You can also enable the auto checkout on edit option to allow minimal effort on the side of the user.  Other users will then get the error message stating the item is checked out, if they try to
    edit it.
    If you'd like, you could add a workflow to the task list that triggers when something is changed.  That workflow can check if the item is checked out and if so, email the other users assigned to the task.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • HOW TO cache user clicks on links with attributes such as "_blank" ?

    HOW TO cache user clicks on links with attributes such as "_blank" in Adobe AIR with JS or MXML or AS3 for creating new costume browser window (AIR) ?

    >This feature is indeed new to 8.5.
    Can you explain a bit more on what is possible in version 8.5? How easy it is to attach events to different sections of the 3D model? How easy it is to handle such events? I assume the events will fire even if the user rotates the 3D model via the camera control, right? Any limitations on the 3D model or what types of events are supported? If you have LV documentation describing this feature then that would be *very* helpful!
    Thanks for your reply
    MZ2

Maybe you are looking for

  • Hr report selection screen ..

    Hi ... Is there anybody knows how can change or remove hr report's selection screen .Please find below selection screen but I guess according to usega of logical database it gets additional selection screen .So by this selection screen (log, db) repo

  • Use of interface, abstract

    Hi all A simple question, I have been read some books or web sites about the use of interface, abstracts, but I still don't quite get it such as when should we use it, how should we apply it in terms of programming design.. Can someone teach me or sh

  • Mapping Code ( packages in owb)

    hi all, Kindly any body to clarify this question I had experience in informatica 1+yrs only mapping exp But right now i am working in owb 10g Here i am getting mapping code as a pacages but informatica where i will get the information of the code inf

  • Can't find "buy album"

    I'm trying to buy an entire album - every song is available for purchase individually, but there is no "buy album" button. The album page says it can be purchased for $9.99, but I can't find any place to do that. It appears I need to buy each of the

  • Multiple macs showing under Shared in Finder

    Hi, Running Yosemite 10.10 on an iMac 27". Noticed that I have 19 Pete's iMac (#) showing under Shared in the Finder as per screen shot below.  I recall this happening a few OS X versions ago but what's the cause.  Is it anything to do with my ISP as