I got error message in Firefox when passing the dropdown value to the next page

Hello:
I am using Ajax to populate a dropdown box. When I pass the
value to the next page, I got an error message saying
'form.thevalue' is undefined in Firefox. It works fine in IE.
Please find part of the code below:
form.cfm:
<select name="appointment_date" id="appointment_date"
onchange="showTime(document.apptform.select_employee.value,
this.value, ' ' )">
<option value=''>[Select]</option>
<cfloop list="#datelist#" index="thedate">
<cfif thedate eq '#chg_appointment_date#'>
<cfset select='SELECTED'>
<cfelse>
<cfset select=''>
</cfif>
<cfoutput><option value="#thedate#"
#select#>#thedate#</option></cfoutput>
</cfloop>
</select>
<span id="TimeList"></span>
GetTime.js:
var oXmlHttp
function showTime(staff, date, available)
var url="/cf/misc/GetTime.cfm?nicknm=" + staff + "&dt=" +
date + "&ti=" + available
oXmlHttp=GetHttpObject(stateChanged)
oXmlHttp.open("GET", url , true)
oXmlHttp.send(null)
function stateChanged()
if (oXmlHttp.readyState==4 ||
oXmlHttp.readyState=="complete")
document.getElementById("TimeList").innerHTML=oXmlHttp.responseText
function GetHttpObject(handler)
try
var oRequester = new XMLHttpRequest();
oRequester.onload=handler
oRequester.onerror=handler
return oRequester
catch (error)
try
var oRequester = new ActiveXObject("Microsoft.XMLHTTP");
oRequester.onreadystatechange=handler
return oRequester
catch (error)
return false;
GetTime.cfm:
<CFINCLUDE TEMPLATE="include.cfm">
<cfset timelist = arrayToList(structSort(atime,
"numeric"))>
<span>
<select name="available_time">
<cfif #trim(URL.nicknm)# eq 'All'>
<option value=''>[Select]</option>
<cfloop list='#timelist#' index='time'>
<cfif time EQ '#trim(url.ti)#'>
<cfset select = 'SELECTED'>
<cfelse>
<cfset select = ''>
</cfif>
<cfoutput><option value="#atime[time]#"
#select#>#time#</option></cfoutput>
</cfloop>
<cfelse>
</cfif>
</select>
</span>
When I pass #form.available_time# to the next page, in
Firefox I got error saying 'form.available_time' is undefined. Any
idea, please?
Thanks in advance.

This extension will restore Remote XUL to Firefox 4+ via a whitelist for each domain. <br />
https://addons.mozilla.org/en-US/firefox/addon/remote-xul-manager/

Similar Messages

  • Got error message 2350.FDI when installing Adobe Photoshop Elements 8. Help?

    I made several attempts to install Adobe Photoshop Elements 8. Near the end of the installation process I received the following error message. 2350.FDI Server error. Any suggestions on how to solve the problem or even what it might be.

    Sorry, that doesn't sound like a Firefox support issue, try Adobe support.
    http://forums.adobe.com/index.jspa

  • Getting an error message in Word when I am attempting to save the doc as a PDF - word then crashes.

    This has only started happening today and I was using it fine yesterday - have tried 3 different ways to create a PDF (1) using the Acrobat tab on the top ribbon (2) Opening Acrobat and using 'create' - to upload a file (3) using save as a PDF [the Acrobat PDFMaker add-in].  I have uploaded the latest version of Acrobat, repaired my Microsoft Office 365.  Is there something I haven't addressed?

    Hey tracyc55762834,
    Could you please tell me if you are facing this issue with any specific word file or all files.
    You also stated that there is an error message, what is it?
    If possible, please share a sample word doc with me so that I can check at my end.
    I have sent you a private message with my contact id details.
    Hope to get your response.
    Regards,
    Anubha

  • This is the error message i get when trying to install itunes for the first time

    I have never had problems with installing itunes before but on this computer the message says
    could not access network location itunes\.
    Have tried everything and need some help
    No error codes just this message

    download from here,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Got error message when store XML documents into XML DB repository, via WebD

    Hi experts,
    I am in I am in Oracle Enterprise Manager 11g 11.2.0.1.0.
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 22 11:40:23 2011
    I got error message when store XML documents into XML DB repository, via WebDAV.
    I have successfully registered 5 related schemas and generated 1 table.
    I have inserted 40 .xml files into this auto generated table.
    using these data I created relational view successfully.
    but since I couldn't store XML documents into XML DB repository, via WebDAV
    when I query using below code:
    SELECT rv.res.getClobVal()
    FROM resource_view rv
    WHERE rv.any_path = '/home/DEV/messages/4fe1-865d-da0db9212f34.xml';
    I got nothing.
    My ftp code is listed below:
    ftp> open localhost 2100
    Connected to I0025B368E2F9.
    220- C0025B368E2F9
    Unauthorised use of this FTP server is prohibited and may be subject to civil and criminal prosecution.
    220 I0025B368E2F9 FTP Server (Oracle XML DB/Oracle Database) ready.
    User (I0025B368E2F9:(none)): fda_xml
    331 pass required for FDA_XML
    Password:
    230 FDA_XML logged in
    ftp> cd /home/DEV/message
    250 CWD Command successful
    ftp> pwd
    257 "/home/DEV/message" is current directory.
    ftp> ls -la
    200 PORT Command successful
    150 ASCII Data Connection
    drw-r--r-- 2 FDA_XML oracle 0 DEC 17 19:19 .
    drw-r--r-- 2 FDA_XML oracle 0 DEC 17 19:19 ..
    226 ASCII Transfer Complete
    ftp: 115 bytes received in 0.00Seconds 115000.00Kbytes/sec.
    250 SET_CHARSET Command Successful
    ftp> put C:\ED\SPL\E_Reon_Data\loaded\4fe1-865d-da0db9212f34.xml
    200 PORT Command successful
    150 ASCII Data Connection
    550- Error Response
    ORA-00600: internal error code, arguments: [qmxConvUnkType], [], [], [], [], [], [], [], [], [], [], []
    550 End Error Response
    ftp: 3394 bytes sent in 0.00Seconds 3394000.00Kbytes/sec.
    I have tried all suggestion from another thread such as:
    alter system set events ='31150 trace name context forever, level 0x4000'
    SQL> alter system set shared_servers = 1;
    but failed.
    is there anyone can help?
    Thanks.
    Edited by: Cow on Mar 29, 2011 12:58 AM

    Hi experts,
    I am in I am in Oracle Enterprise Manager 11g 11.2.0.1.0.
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 22 11:40:23 2011
    I got error message when store XML documents into XML DB repository, via WebDAV.
    I have successfully registered 5 related schemas and generated 1 table.
    I have inserted 40 .xml files into this auto generated table.
    using these data I created relational view successfully.
    but since I couldn't store XML documents into XML DB repository, via WebDAV
    when I query using below code:
    SELECT rv.res.getClobVal()
    FROM resource_view rv
    WHERE rv.any_path = '/home/DEV/messages/4fe1-865d-da0db9212f34.xml';
    I got nothing.
    My ftp code is listed below:
    ftp> open localhost 2100
    Connected to I0025B368E2F9.
    220- C0025B368E2F9
    Unauthorised use of this FTP server is prohibited and may be subject to civil and criminal prosecution.
    220 I0025B368E2F9 FTP Server (Oracle XML DB/Oracle Database) ready.
    User (I0025B368E2F9:(none)): fda_xml
    331 pass required for FDA_XML
    Password:
    230 FDA_XML logged in
    ftp> cd /home/DEV/message
    250 CWD Command successful
    ftp> pwd
    257 "/home/DEV/message" is current directory.
    ftp> ls -la
    200 PORT Command successful
    150 ASCII Data Connection
    drw-r--r-- 2 FDA_XML oracle 0 DEC 17 19:19 .
    drw-r--r-- 2 FDA_XML oracle 0 DEC 17 19:19 ..
    226 ASCII Transfer Complete
    ftp: 115 bytes received in 0.00Seconds 115000.00Kbytes/sec.
    250 SET_CHARSET Command Successful
    ftp> put C:\ED\SPL\E_Reon_Data\loaded\4fe1-865d-da0db9212f34.xml
    200 PORT Command successful
    150 ASCII Data Connection
    550- Error Response
    ORA-00600: internal error code, arguments: [qmxConvUnkType], [], [], [], [], [], [], [], [], [], [], []
    550 End Error Response
    ftp: 3394 bytes sent in 0.00Seconds 3394000.00Kbytes/sec.
    I have tried all suggestion from another thread such as:
    alter system set events ='31150 trace name context forever, level 0x4000'
    SQL> alter system set shared_servers = 1;
    but failed.
    is there anyone can help?
    Thanks.
    Edited by: Cow on Mar 29, 2011 12:58 AM

  • I Uninstall My Firefox Then I Want To Install Back But I Got This Error Message "Your Firefox profile cannot be loaded. It may be missing or inaccessible. "

    Im Using Windows 7 Ultimate. I Uninstall My Firefox Then I Want To Install It Back But When I Install It, I Got This Error Message "Your Firefox profile cannot be loaded. It may be missing or inaccessible. "
    I Try To Delete profile.ini But " Access Denied " . How To Fix It ?

    Tq Philip. You Save My Day. :)

  • When syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.

    when syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.  Ipad does not show up in itunes even though cable plugged in.  Have shut down and restarted Windows 7 computer.

    I had done all of that to no avail.  I did call Apple Tech Support and after he suggested I try a USB port in the rear of the Win 7 computer, things starting working again.  I had tried switching the USB port at the front of the machine but that had not helped.  Everything is good to go again.  thanks for  your reply

  • TS3694 Does anyone know what error message 6 means?   No detailed explanation of 6 on this page.  Got that msg when trying to update iPhone (4S) OS software.

    Does anyone know what error message 6 means?   No detailed explanation of 6 on this page.  Got that msg when trying to update iPhone (4S) OS software.

    http://support.apple.com/kb/ts3694#error6
    Errors related to third-party security software
    Error 2, 4 (or -4), 6, 1000, 9006
    Follow the steps to troubleshoot security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. An incorrectly set default packet size can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or phobos.apple.com isn't blocked by a firewall or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps under "Advanced steps > Rename, move, or delete the iOS software file (.ipsw)" below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • Own Photoshop CS5.1 installed on two iMacs, when using second iMac, rarely used,got error message ~"not authorized to use program" on this second iMac I have two accounts one in my name one in my wife's both share photoshop...was in my wife's account when

    Own Photoshop CS5.1 installed on two iMacs, when using second iMac, rarely used,got error message ~"not authorized to use program" on this second iMac I have two accounts one in my name one in my wife's both share photoshop...was in my wife's account when I got message...never happened on my primary iMac on which I have my own account and one for guest account that doesn't share photoshop....what is wrong..am allowed to install program on two machines?

    Customer Care would have the authority to reset activations. We are basically users such as yourself and can't do this.
    Contact Customer Care
    Gene

  • After my macbook was serviced, when I tried to open CS6, it prompted me to key in the serial number. After keying in, I got error message saying the serial number is invalid. However I have checked that it is correct.

    After my macbook was serviced, when I tried to open CS6, it prompted me to key in the serial number. After keying in, I got error message saying the serial number is invalid. However I have checked that it is correct.

    First be sure login and password are OK. Sometimes the address starts wit "http://..." and sometime starts with "ftp://...". Try both normal FTP access and Scure FTP access (SFTP). At the end, contact the site's provider.

  • I always got error message when opening BlackBerry App World using 3g

    Hi there, I always got error message when opening BlackBerry App World using 3g network, but it's fine if I open it through wifi network. Does anyone ever had the same problem and how to fix it? Thanks.

    You need the latest version of BlackBerry World installed on your smartp

  • My screen repeatedly greys out & hangs. I use Firefox 3.6.15. When I close down the error message says "Firefox is not responding."

    My screen repeatedly greys out & hangs. I use Firefox 3.6.15. When I close down the error message says "Firefox is not responding.”

    See this: <br />
    https://support.mozilla.com/en-US/kb/Firefox+hangs#Hang_at_exit

  • TS3694 I got error message 1015 when trying to restore settings on iphone 3g any suggestions?

    Can Anybody help me here?  I tried to update the operating system, via Itunes,  on my (second hand) iphone 3G and an error message came up.  I then tried to restore but to no avail.  I got another error message (1015).  I am now unable to use the phone at all.  Any suggestions would be greatly appreciated.

    I did search to try and find a solution.  As yet no luck.  Someone a little more technically minded might be more successful.  However, I haven't given up.

  • Yesterday I got a message that Firefox is updating, and since then I could not start Firefox again.

    I am using WIndows 8 RP. Firefox used to work fine till yesterday. Yesterday I got a message that Firefox is updating, and since then I could not start Firefox again.
    As the window starts and crashes there is no way I can see any error message.
    I uninstalled Firefox, downloaded, and reinstalled again.
    But no use, the problem persists.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • TS1368 When I try to make a purchase at the App Store or iBook Store or iTunes an error message tells me my account is not valid at the UK store. I live in Canada so how did I get to be connected to the UK and how can I get back to Canada?

    When I try to make a purchase at the App Store or iBook store or at iTunes an error message tells me my account is not valid for the UK store. I've no idea how I got connected there and I'd like help getting back to Canada where I live. Any suggestions?

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3.Tap "View Apple ID"
    4. Enter your user name and password.
    5. Tap "Country/Region."
    6. Tap "Change Country/Region"
    7. Select the region where you are located.
    8. Tap "Done".

Maybe you are looking for

  • Regarding proxy generation for 1:n mapping

    Hi Experts,                   I am using 1:N mapping for a file to RFC scenario. I  have one file at sender side and 3 RFCs in the receiver side. These RFCs belong to a BI system. Now I need to generate proxies for these. I am not getting the proxies

  • Qurery on Add Button of Sales A/R Invoice form

    Hello sir I want to  do the Update query on add button of Sales A/R From, to update the satus of my user form plz  suggest

  • Google product feed

    Does anyone know how to create an automatic Google product feed in Business Catalyst? Plenty of other eCommerce solutions offer Google product feed plugins. Alternatively, is there a way to use the API integration or RSS feed to do this?

  • Need a stand alone flash player

    currently l have version 7 installed that came with Flash MX problem is on occasion l find its not up to its job.. basically put l want a more up to date version of the stand alone player so l can run files made with newer versions as the stand alone

  • How can I distribute the event start frecuency for simulation

    Hi I have a process and when I simulate it with Oracle BPA I can only define the frecuency for day, week, etc. Isn't there a way to define a distribution, like for example, in this process the majority of instances are generated at 9am and then at 12