PHP problem with IE, but works with Chrome and Safari

In Dreamweaver CS6, I created a html and a file php for an employment application online be sent by e-mail.  The views of html file fine in Internet Explorer, but when you select the button that manages php he think for a minute then back screen application with nothing entered. The two Chrome & Safari complements the action (submission of the request by email, then displays the message 'success'). I tried to use the Adobe BrowserLab on HTML and PHP files.  No message came that something is wrong. Any suggestions?

The files in question are displayed at www.heartprinthomecare.com/application1.html & www.heartprinthomecare.com/app.php

Thank you in advance for any help you can provide

Additional note: when php is running in Internet Explorer it sends an e-mail VACUUM.

PHP is a server side, scripting language, the problem must be with the code on the client side. Your form page has several validation errors:

http://validator.w3.org/check?verbose=1&URI=http%3A%2f%2Fwww.heartprinthomecare.com%2Fappl ication1.html

Most of this is probably due to your doctype does not match your markup. You must fix this.

But I think the problem is that you use the culture attribute in the submit button that is only supported in HTML5.  Rather than use the two buttons, set the action in the form tag and give the visitor an option button to choose the location. Then have your script appropriate action based on the selected radio button.

Tags: Dreamweaver

Similar Questions

  • Why goolgeearth does not work with Chrome and Safari but not Firefox

    When in firefox using Google maps and click on "EARTH", I get a window indicating that, to use the 3D, I have to install 21.0 Google Earth plugin with option click on 'Download '. Note: Firefox 21.0 and MAC OS 10.7.5 have all current software updates installed. Safari and Chrome are asking not for any plug-ins and 3D Earth option works very well. ANY HELP?

    PS my MAC has an Intel HD Graphics 3000 installed, but my MAC, Safari, and Chrome work fine.

    Google Earth requires a graphic that comes pre-installed with Chrome and Safari plug-in. If Google Earth works on other browsers, install the Firefox plug-in is the solution. To install this on Firefox, download it from the prompt window, or go to https://www.google.com/earth/explore/products/plugin.html.

  • Problem with Chrome and El Capitan 10.11.4 fonts?

    I have a strange problem with Chrome v 49.0.2623.87 after upgrade to Mac OS X 10.11.4. On various e-commerce sites, including amazon and eBay, Staples, screen fonts are missing. I know this is usually related to the chromium does not correctly defined in the encoding preferences. I tried different settings, but nothing has worked. Does anyone have a solution?

    I think you need to take your question on the Google Chrome help Forum.  Because Chrome is not an Apple application, all the problems that you experience relating to it and OS X will have to be resolved by them.

  • Web site does not work in FF but works in Chrome and IE

    No idea why this map of sin does not appear in FF but works in IE and Chrome?

    https://TPWD.Texas.gov/fishboat/fish/programs/gofishing/santoniofish/satx_map.phtml

    You will notice that there a shield icon on left (globe/lock) "Site identity button" on the address bar to indicate that the mixed active content is blocked.

    There is also an error in the Web Console (Firefox/tools > Web Developer).

    Blocked active content mixed loading"http://maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og & sensor = false' [more]

    You need to change the HTTPS URL or leave out the Protocol:

    <script type="text/javascript"
        src="//maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false">
    </script>
    
  • Gadgets don't be loading not on the homepage igoogle with FF 7 or 8 but works on Chrome and IE

    I have Win XP and running 7 FF. Yesterday, my igoogle homepage leave loading all the gadgets, but it works fine on Chrome and IE. I checked the forums and tried all suggestions regarding extensions and add it. Today, I downloaded 8 FF, but it does not change my problem. In fact, it has not changed anything. FF looks exactly as it did with 7 FF. I've had this problem before and was able to solve it by removing all the gadgets on igoogle and then adding them again, but it does not for the moment. HELP!

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Problems with mail and Safari re Adobe Flash

    I have a MacPro retinal mid 2012 and spin Yosemite 10.10.5.  Two or three days I had a popup on Safari re Adobe Flash is more [work] when I was in the middle of something. I just was I there to make it out of the way. There is an installation of Adobe Flash Player in my utility file manager, but nothing else. Since then, I've been doing almost no mail - usually get account notices and information bulletins, etc. - and Safari does not display a game that I play often. Opens its site, but the game is not. Checked preferences; they look correct. A ran DiskUtility check / repair. Two points related to the Safari have not been repaired after three attempts. Also, ran two Virus checkers. 9.1.1 Safari and Mail 8.2. There is no message re updated or on Flash - of course, I can't receive them. Anyone know if it is related to Google and what should I do about it? Help please.

    Uninstall and reinstall Adobe flash Player.

    1 uninstall Adobe Flash Player:

    Make sure that this step 2.9 is not ignored.

    http://helpx.Adobe.com/Flash-Player/KB/uninstall-Flash-Player-Mac-OS.html

    2 reinstall Adobe Flash Player.

    https://get3.Adobe.com/flashplayer/update/OSX/

    3. allow Plug-ins

    Safari > Preferences > Security

    Internet Plug-ins > "allow plug-ins".

    Activate it.

    Search for Adware.

    Run EtreCheck and post the report here.

    http://etresoft.com/etrecheck

    Download, open the download folder, click on it to open it and select 'open '.

    Select a problem from the menu popup box "Choose a problem", then "Start EtreCheck" in the dialog box.

    Click on the button "Report share" in the toolbar, select "Copy to Clipboard" and then paste it when replying.

  • JavaScript in my .jspx page does not work in IE 9, but works in Chrome and Mozilla why?

    Hello

    I use Oracle JDeveloper ADF 12.1.2.0.0. I was trying example ADF Insider Essentials Table column filter customization followed the steps, but made a small change to the JavaScript to filter numbers only. When tested my application in the browser Chrome and Mozilla, functionality works as expected, its only numbers to enter in the filter field.

    But the same functionality does not work in IE 9. Is something needs to be done to solve my browser.

    JavaScript below.

    function allowNumbers (evt) {}

    var _keyCode = evt.getKeyCode ();

    Other than the number keys, arrow, delete and backspace when used

    event will be cancelled.

    If (!) () (_keyCode > 37 & & _keyCode < 58) |

    (_keyCode == AdfKeyStroke.ENTER_KEY).

    (_keyCode == AdfKeyStroke.DELETE).

    (_keyCode == AdfKeyStroke.BACKSPACE_KEY).

    (_keyCode > 95 et & _keyCode < 106))) {

    evt. Cancel();

    }

    }

    This script is enabled in my IE.

  • getURL problem with Firefox and Safari

    I use getURL to GET and SEND on a named window. The window is the parent window of the pop-up window that contains the swf file.

    I checked if the window is named what I think it is, (I use javascript window.name = "myname" in the main window) and I use the name of the window in the getURL.

    Properly applies to the GET and messages to the window called when I use IE or Opera, but Firefox and Safari spawn new windows every time, instead.

    Is this a known problem, and is there a work around?

    Suggestions would be very appreciated!

    Thank you!

    So, I thought about it.

    It was a security issue. If the pop-up window and the main window are not in the same domain (which was the case here), Firefox and Safari won't let not the child window target parent. Instead, it creates a new window. I don't know why this would be considered to be best in terms of security, but it's what he does.

    The solution was to make the popup has the same domain as the parent.

  • Does anyone else have a problem with Adware/Malware with Chrome and Safari?

    Started having trouble there is 24 to 36 hours. It affects both my iMac and my Air. Pop-up windows whenever I try to click through an e-mail and within an application when I want to read on or click on a left/right arrow to display additional information.

    I upgraded to El Capitan OS on both. Have reinstalled the security provided by my ISP, Charter-spectrum suite. I'm REALLY frustrated!

    Browse the list of "applications" in the finder and find any number of malicious applications. whenever I'm fixing Mac of someone who is having this problem, I googled 'virus [application] '.

    Hope this Helps!

    AppleMan

  • Using MacBook Pro Snow Leopard 10.6.8 Firefox 9.0.1. Use a magic carpet. Pinch (zoom in and out with two fingers on Magic Pad) does not work. Works on Chrome and Safari.

    How can I fix?

    A bug exists to implement the functionality - it is not yet done. Evolve https://bugzilla.mozilla.org/show_bug.cgi?id=688990

  • script does not work in firefox, but in IE, chrome, and safari

    I have a landing page with a script of web form, www.wholewoman.com/newpages/landing/helpforcystocele.html. the script does not appear in firefox. In addition, any of our videos (served from kaltura (CDN) show up in firefox.) nor is the registration of scripts for our drupal forum. the good news is that there are a lot of firefox users worldwide. the bad news is that none of them can opt in my list, watch my videos or register for my forum. Help!

    With a .html page, it is impossible to include the HTTP headers in the page. It should be in a file external to the page setup (unless you have a very unusual configuration on your server).

    On an Apache Server, the headers are sometimes defined in a file .htaccess at the root of your site. If you view the site in an FTP program or extension, make sure that hidden files are displayed.

  • Then I understood why my sites do not work in chrome and opera.

    so I have big problems to make sites to load in some browsers.

    Ive been home for now.but 2 weeks now ive understood why, I took out all the sound efx mp3 files.

    now my site load perfect in everysite

    http://www.roycegdesign.com

    This site below only works in chrome and safari.

    http://www.trebaltek.ca but still takes long to load sometimes.

    because he still has sick audio files come out later.

    My roycegdesign site, when he had his it works only in firefox and safari.

    They both screwed upward in the opera like crazy with the sound.

    You can still see the example of what opera does on my site trebaltek with audio files in it.

    but I desided to take the sound on my site roycegdesign and vwaaalaaaa, it works well in any tested browser ive.

    IM on a mac so im not able to test on IE, unless some one dosnt mind letting me know if it works on IE.

    but is for now on, all the sites, with what I'm doing with edge do not include sound files until the browsers are able to load much better in the future.

    Here's what THE back loading trebaltek site.

    So, IE cannot set the volume (null or undefined) property.

    So, it seems that you need to check your audio code.

  • IsDefined does not not on chrome and safari

    Hi all

    I have a simple coldfusion form which consisted of 2 pages

    The first page contains a form with a button on the inside:

    < cfform = method "inputform" name = "post" action = "savetrap.cfm" >

    < input type = "submit" name = "newrec" id = "newrec" title = "Start a new application" value = "DΘmarrer a new application" / >

    < / cfform >

    The second page, check if the user has clicked the button:

    < cfif (isDefined ("form.newrec") AND form.newrec eq "start a new application") >

    I was clicked!

    < / cfif >

    Now it seems to work on my internet explorer, OPera and Mozilla browsers but does not work on Chrome and Safari.  Can someone help me to fix this problem?

    Thank you very much
    G

    Guys, that I fixed it.  I took on this project to another developer, and it was quite messy code to cross!

    It seems that the problem was the previous developer had 3 buttons in a form and also submit use javascript to send the form on behalf of forms.  All these elements away and hey presdo works on Chrome and Safari!

    Thanks for all your suggestions

  • manage the z-index property in the chrome browser (was: is there another problem with Chrome?)

    Hello

    I wonder is there another problem with Edge and Chrome.

    I know that something got sorted out but now I have a problem with rectangles (such as the hitboxes) not appearing is not in Chrome.

    Anyone know why this is happening?

    Hi Robyn,

    Looks like a problem with chrome. He is not able to manage the z-index property (although set) in this case. Due to which the user is not able to click on the button that is hidden by another element.

    There is a workaround solution you can do on board animate:

    You simply select the item named "s_cpl_fa_nav_x2" in the Panel edge ' Elements' animate and drag just below the element named "s_cpl_fa_0_guide_page1" and delete the selected item. This will place the first below the latter, with regard to the stacking order of the UI, and so the click event will work.

    I hope this works.

  • Is anyone able to run Adobe CS5 with El Capitan now? I've read about problems with Illustrator and photoshop, but these seem to be in 2015 Octobe5. She improved at all? I need to upgrade that I am running an old OS v but I need to run CS5.

    I've read about problems with Illustrator and photoshop on EL Capitan, but these seem to be in October 2015. She improved at all? I need to upgrade that I am running an old OS v but I need to run CS5. Can not afford to go to CC. I have a Macbook Pro.

    CS5 and 10.11 are not supported and will never be supported by Adobe or Apple.

    However it works for some, more actually, but not all. There are sporadic problems with Illustrator, Photoshop seems to be the best. Do not expect an improvement and keep in mind that anyone from Adobe, Apple or anywhere else will fix it.

    Do a clean install

    Make sure you have the Apple Java

    h ttps://support.Apple.com/kb/DL1572?locale=en_US

    Make sure you have your serial number and if you are having problems with the serial number or the serialization however adobe of web server will not support your problem.

    update the application via photoshop.

Maybe you are looking for