Safari 417.9.2 not changing hidden input values from page to page

Hello,
I have a customer who uses Safari 417.9.2 (is this 2.0.3?) on Mac OS X (must be 10.4.x for this version?) on several Macs in her computer center.
My program has generated a multi-page web form where each of the HTML files has visible and hidden input fields. Each HTML file contains the same set of hidden input fields, a few of which having different values.
Using the Safari browser on one of the Macs in the computer center, upon submitting the first page, she is taken to the second page. No problems so far.
Upon submitting the second page, all of the visible input fields on the page are received by my program's script. In addition, all of the hidden input fields that were not also on the first page are received correctly. But, the hidden input fields having the same name as in the first page are received with the first page's values instead of the second.
My program's script has an optional feature that logs the information received from and sent to the browser. I have verified that the information sent to the Safari browser is correct. The logs show that despite receiving the second page with its visible and hidden input fields, upon submission, the Safari browser sends old values for those hidden input fields that have been seen before in the previous page.
To make it interesting, when she submits the page again, the Safari browser sends the correct information and does not exhibit this problem again.
FireFox 1.5.0.1 is installed on these machines as well. The FireFox browser does not exhibit this behavior on any of the machines she has tried.
The Safari browser exhibits this behavior on all of the machines she has tried.
I have looked at the defect database for Safari and found a defect that may be related:
http://bugzilla.opendarwin.org/show_bug.cgi?id=6733
It is unclear if the fix for defect 6733 fixes this problem or not. Even if it does, it seems the fix is available to her if she is willing to download one of the nightly builds.
Is there a workaround that I can suggest?
Any advice would be greatly appreciated.
Richard
Unknown Mac OS X (10.4)
Gateway E Series Windows XP Pro
Gateway E Series Windows XP Pro
Gateway E Series Windows XP Pro
Gateway E Series   Windows XP Pro  

Try deleting the cache associated with Safari ...
Quit Safari.
Go to ~/Library/Caches/com.apple.Safari/Cache.db.
Move the Cache.db file to the Trash.
Relaunch Safari to test.
I had to check this box upon installing a software in the past but I can't remember what it was.
Open System Preferences > Universal Access
Make sure the box next to:  Enable access for aassitive devices is deselected.

Similar Messages

  • How do I pass input values from a html page to a jsf page

    hi,
    In my project,for front view we have used html pages.how can I get input values from that html page into my jsf page.for back end purpose we have used EJB3.0
    how can I write jsf managed bean for accessing these entities.we have used session facade design pattern and the IDE is netbeans5.5.
    pls,help me,very urgent
    thanx in advance

    Simplest way is to rewrite html page into jsf page.
    You can use session bean in your managed bean like this:
    import javax.naming.Context;
    import javax.naming.InitialContext;
    public class ManagedBean {
    private Context  ctx;
    private Object res;
    // session bean interface
    private Service service;
              public ManagedBean() {
                try{
                     ctx = new InitialContext();
                     res = ctx.lookup("Service");
                     service = (Service) res;
               catch(Exeption e){
    }Message was edited by:
    m00dy

  • Force input value from  scanner barcode

    hi
    Does anyone knows whether can I force a specific FIELD in a FORM so that user is not able to input values using keyboard but yet using a barcode scanner to input values only?
    Your help will be greatly appreciated

    i have user a barcode scanner with flash...
    that barcode scanner function as a keyboard... meaning that
    everytime U scan a code it sends as keyboard the code: 01973821646
    let's say and then a ENTER; that barcode scanner that I have used
    it plugs in the keyboard conection on mobo and splits into your
    keyboard and the scaner
    that scaner was configurable meaning U cand change the end
    char form ENTER to another keycode whatever...
    U sould have a barcode scanner and you'll see it's realy
    simple...

  • From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    Hi,
    Use NVL or COALESCE:
    NVL (col_a, col_b)
    Returns col_a if col_a is not NULL; otherwise, it returns col_b.
    Col_a and col_b must have similar (if not identical) datatypes; for example, if col_a is a DATE, then col_b can be another DATE or it can be a TIMESTAMP, but it can't be a VARCHAR2.
    For more about NVL and COALESCE, see the SQL Language manual: http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions119.htm#sthref1310
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • How to Change a Default Value from Drop Down Box displayed in Web Dynpro?

    Hi,
    How to Change a Default Value from 'High' to 'Low'  in a Drop Down Box for RANGE field displayed in Standard Web Dynpro Component.  I saw a Default Value set for a RANGE field  in View Context When I select that field and click on Display. I am seeing Default Value set it to 'HI'. Please let me know how to change from HIgh to Low.
    I appreciate your help!
    Thanks,
    Monica

    hi,
    use the set_attribute( ) method now to set the attribute with a particular key eg HIGH in ur case
    // u can use the code wizard( control +f7) this code will be auto generated when u select the
    //radio button to read the context node
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
      DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
      DATA ls_cn_node TYPE wd_this->element_cn_node.
    * navigate from <CONTEXT> to <CN_NODE> via lead selection
      lo_nd_cn_node = wd_context->get_child_node( name = wd_this->wdctx_cn_node ).
    * get element via lead selection
      lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    * set single attribute
      lo_el_cn_node->set_attribute(
          name =  `ATTribute name.`
          value = 'LOW' ).
    it will solve ur query ..
    also refer to this component
    wdr_test_events -> view dropdownbyidx and dropdownbykey ->method name onactionselect.
    regards,
    amit

  • How to change a date value from "java.util.Date" to "java.sql.Date"?

    Hi all,
    How to change a date value from "java.util.Date" to "java.sql.Date"?
    I m still confusing what's the difference between them.....
    thanks
    Regards,
    Kin

    Thanks
    but my sql statement can only accept the format (yyyy-MM-dd)
    such as "select * from xx where somedate = '2004-12-31'
    but when i show it to screen, i want to show it as dd-MM-yyyy
    I m using the following to change the jave.util.Date to str and vice versa. But it cannot shows the dd-MM-yyyy. I tried to change the format from yyyy-MM-dd to dd-MM-yyyy, it shows the wrong date in my application.
         public String date2str(java.util.Date thisdate)     {
              if (thisdate != null)     {
                   java.sql.Date thissDate = new java.sql.Date(thisdate.getTime());
                   return date2str(thissDate);
              }     else     {
                   return "";
         public String date2str(java.sql.Date thisdate)     {
              if (thisdate != null)     {
                   SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
                   return sdf.format(thisdate);
              }     else     {
                   return "";
         public java.util.Date str2date(String thisdate)     {
              String dateFormat = "yyyy-MM-dd"; // = 1998-12-31
              java.util.Date returndate = null;
              if (thisdate != null)     {
                   SimpleDateFormat dateFormatter = new SimpleDateFormat(dateFormat);
                   try {
                        returndate = dateFormatter.parse(thisdate);
                   } catch (ParseException pe) {
                        System.out.println (pe.getMessage());
              return returndate;
         }

  • How to change the Unitprice value from 2 decimals to 3 decimals in script

    Hi Gurus,
    how to change the Unitprice value from two decimals to three decimals for each item level for PO in script.
    Please provide some possible solutions.
    Thanks,
    V.V.

    Hi,
    Check the options available like
    &VAR(.2)&  this will print 2 decimals
    &VAR(.3)&  this will print 3 decimals
    need to change the value for how many decimals you need
    Thanks & Regards
    Sarves Sombhatla

  • How do I get my computer to "allow" a Java upload? It will not even accept the link from your support page.

    How do I get my computer to "allow" a Java upload? It will not even accept the link from your support page.

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

  • Sales order should not copy the net value from contract

    Hi,
    When we are creating the sales order,Where we can maintain that sales order should not copy the net value from contract.
    Regards
    Prabudh

    Hi,
    When I am creating the sales order with reference to contract,it's copying the net value and quantity from the contract.
    But I want  that sales order should not copy the net value and quantity from the contract and user can take new required quantity at the time creating the sales order.
    Regards
    Prabudh

  • Safari 5.1 will not change my privacy settings without quitting and restarting the browser.

    I have installed Safari 5.1. When I attempt to change the block cookies setting in the privacy preferences, the browser will not change the settings until I quit and restart the browser.

    Quit Safari. Open a Finder window. Select your Home folder in the Sidebar on the left.
    Open the Library folder then the Cookies folder.
    Move the Cookies.plist file from the Cookies folder to the Trash.
    Restart your Mac.
    If that didn't help, quit Safari. Open a Finder window select your Home folder in the Sidebar on the left. Then open the Library folder, then the Caches folder, then the com.apple.Safari folder. Move the cache.db file from the com.apple.Safari folder to the Trash. Relaunch Safari.

  • Can not change the input volume level of a track

    I mean the buton for the volume in the track information window, between "Input" (Mono/Stereo) and "Monitor"
    It is on the lowest level and not highlighted, so I can't move it.
    On my iBook I got an older version of GarageBand 2, there I can change the input volume, but I want to use the iMac because I use an external Microphone.
    I don't think its got something to do with the mic, I've tried different settings, with the line in, and the internal mic, but this input volume level bar ist never highlighted.
    What's wrong?

    http://www.thehangtime.com/gb/gbfaq2.html#volumesliderdimmed

  • Input value given on web page is not getting pickedup in event handler

    Hi friends,
    I have created one simple page in SE80 with program with flow logic option, in which I would like to show business partner details from BUT000 table with the input of partner number. But the thing is the input value(partner no.)which I am giving on web page is not getting picked up in selection in event handler though I am giving input value it is becoming initial while selecting. What could be the reason?
    Below I am mentioning the code which I have written in even handler for OnInputProcessing event.
    CASE EVENT_ID.
    WHEN 'select'.
    NAVIGATION->SET_PARAMETER( 'partner' ).
    SELECT * FROM but000 INTO TABLE I_but000 WHERE partner BETWEEN partner AND partner1.
    WHEN OTHERS.
    ENDCASE.
    Thanks in advance,
    Steve

    Hi Abhinav,
    I tried with the one you posted. But it is giving run time error as shown below.
    Note
    The following error text was processed in the system CRD : Access via 'NULL' object reference not possible.
    The error occurred on the application server crmdev_CRD_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: ONINPUTPROCESSING of program CLO24DDFJW575HVAQVJ89KWHEHC9OCP
    Method: %_ONINPUTPROCESSING of program CL_O24DDFJW575HVAQVJ89KWHEHC9OCP
    Method: DO_REQUEST of program CL_BSP_PAGE===================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Regards,
    Steve

  • Schedule lines should not change 3 weeks time from MRP date

    Hi
    Is there any specific customisation required to get following results in case of schedule lines.
    1) MRP should not change/adjust the already send delivery schedule lines  which are lying within 3 weeks time from MRP date
    2) System should not allow to book the GRN unless the messages / print out has been generated from the system in case of scheduling agreement.
    Thanking you
    Shantakumar
    09944009752

    Hi,
    There are 2 possibilities:
         1. use MRP fixing using planning time fences, this is done by putting the relevant settings in the MRP1 view of the material master
         2. use the firming options of the scheduling agreement, these are set per material number that is entered in the scheduling agreement.
    The GR can only be posted for schedule lines that have been processed aka output generated.
    Regards,

  • XML based Adobe form is not allowing to input values while display on IE

    Hi Experts
    I have intergarted an XML based adobe form in webdynpro with inputs fields and submit button.
    But on display on Internet expolrer it doesn't allow to input values even button dosen't work.
    Please help me how would it will allow to input values .
    Many thanks in advance

    hi dear
    yes the enabled property is checked but still form doesn't allow to enter value and submit button is also disabled.
    Is there any setting or some program code is required.
    It would be great if some body can help us in this ....
    many thanks in advance.
    thanks

  • System does not change at IE4N Transcation from  C1 to C2

    Experts,
    While using IE4N Transaction I am changing valuation cat Batch from C2 to during dismantling process, system takes bydefault as Batch C1 for dismantle & posting to stores. Thanks
    Ramesh

    That's a possability, if the change daily option doesn't work. It seems strange to me that the picture doesn't change daily as it says it should. Can anyone confirm this behavior, or does "change daily" actually work for others?
    Thanks for the suggestion, though. I will consider that if I can't get this mode to work.
    Adrian

Maybe you are looking for

  • Can I have 2 seperate phones on one computer?

    I am trying to download itunes on my iphone on the same computer as another family member who has their iphone already on it. I tried to set up a seperate account and when I synched it all of his info dowloaded on mine. Can anyone help?

  • Multi view ( table & Graph ) answer takes long time

    Hi, we are using OBIEE 10g and a user has created a report that uses both a table and a graph for representing the results.  When i use either of them ( on its own) the response of the system is pretty good ( about 30-40 seconds). The problem is that

  • Demand Management: single Supplying Plant to multiple Demand Plant

    Dear All, I have following scenario to mapp: There is one supplying plant (Plant A) and 3 demand plants (Plant B,C,D). Out of 3 demand plant, two plants (Plant C and D) are assigned to different company code then supplying plant while one demand plan

  • Renabled web services but new printer code says this printer already assigned to someone

    I had to remove then reenable web services. Print out gave me new code to add printer again.signed in with same login as when first registered but after entering new code it says invalid. Just got new code so its not 24 he's yet. Says this printer al

  • Machine crashing ... kind of

    Hi everyone, I was having this problem a while back, but after removing some software which I thought was causing it, it has started to come back again. The problem is that the iMac screen will suddenly freeze with either: • a black and white striped