Quantcast
Channel: Internet Explorer 8, 9, 10, 11 forum
Viewing all 10469 articles
Browse latest View live

Contact form not working!! Help

$
0
0

Hi,

I am working on a contact for but it is not working properly, I don't know why. 

See this

You see, before i typed it showing me 'Contact form submitted!'. How can I fix this problem ????

My codes:

<div id="content"><div class="bot-1"><div class="zerogrid"><div class="col-full"><div class="wrap-col"><h2 class="indent-2">ConTact Us</h2></div></div><div class="col-1-2"><div class="wrap-col"><form id="text"><div class="text-info">Send an e-mail. All fields with an * are required</div><div class="success">Contact form submitted!<br><strong>We will be in touch soon.</strong> </div><fieldset><label class="name"><span class="title">Name*</span><input type="text" value=" "><br class="clear"><span class="error error-empty">*This is not a valid name.</span><span class="empty error-empty">*This field is required.</span></label><label class="email"><span class="title">E-mail*</span><input type="text" value=" "><br class="clear"><span class="error error-empty">*This is not a valid email address.</span><span class="empty error-empty">*This field is required.</span></label><label class="phone"><span class="title">Phone*</span><input type="tel" value=" "><br class="clear"><span class="error error-empty">*This is not a valid phone number.</span><span class="empty error-empty">*This field is required.</span></label><label class="message"><span class="title">Message*</span><textarea> </textarea><br class="clear"><span class="error">*The message is too short.</span> <span class="empty">*This field is required.</span></label><div class="clear"></div><a data-type="submit" class="btn">Send</a></fieldset></form></div></div>

Mailhander.php -

<?php
	$owner_email = $_POST["owner_email"];
	$headers = 'From:' . $_POST["email"];
	$subject = 'A message from your site visitor ' . $_POST["name"];
	$messageBody = "";
	if($_POST['name']!='nope'){
		$messageBody .= '<p>Visitor: ' . $_POST["name"] . '</p>' . "\n";
		$messageBody .= '<br>' . "\n";
	}
	if($_POST['email']!='nope'){
		$messageBody .= '<p>Email Address: ' . $_POST['email'] . '</p>' . "\n";
		$messageBody .= '<br>' . "\n";
	}else{
		$headers = '';
	}
	if($_POST['state']!='nope'){		
		$messageBody .= '<p>State: ' . $_POST['state'] . '</p>' . "\n";
		$messageBody .= '<br>' . "\n";
	}
	if($_POST['phone']!='nope'){		
		$messageBody .= '<p>Phone Number: ' . $_POST['phone'] . '</p>' . "\n";
		$messageBody .= '<br>' . "\n";
	}	
	if($_POST['fax']!='nope'){		
		$messageBody .= '<p>Fax Number: ' . $_POST['fax'] . '</p>' . "\n";
		$messageBody .= '<br>' . "\n";
	}
	if($_POST['message']!='nope'){
		$messageBody .= '<p>Message: ' . $_POST['message'] . '</p>' . "\n";
	}
	if($_POST["stripHTML"] == 'true'){
		$messageBody = strip_tags($messageBody);
	}
	try{
		if(!mail($owner_email, $subject, $messageBody, $headers)){
			throw new Exception('mail failed');
		}else{
			echo 'mail sent';
		}
	}catch(Exception $e){
		echo $e->getMessage() ."\n";
	}
?>

Anyone help me fast!!! I need it very soon. Its about my business.........


IE11 bug - javascript script continues execution after the tab is closed

$
0
0

Steps to reproduce:

1. Open 2 blank tabs in IE.

2. In one of them navigate to this demo page: http://jsfiddle.net/MTJ27/15/ ; it runs 4 web workers in a loop.

3. Check the CPU utilization (on a 8-core machine it should show 50%, for 4 cores or less: 100%).

4. Close the tab that displays the demo page; leave the other tab open.

5. Check the CPU utilization again -> it doesn't drop! IE still runs these web workers (IMO).

It's a bug,  isn't?

Regards,

Robert

while scrolling IE 11 doesn't update (on time) the position of an element inside the viewport

$
0
0

Hi,

It's essential to check the following jsFiddle demo http://jsfiddle.net/rbtbar/1dudpeox/ to see the issue.

If you scroll the viewport, the position of the fixed element is not immediately updated, which makes a bad impression to the users. It happens only in IE. Neither Chrome nor FF got this problem.

Regards,

Robert

https and owa

$
0
0

I just got a Microsoft tablet, not happy too much to remember. I even bought Windows8 for Dummies(the senior edition). that's another day.

I need to be able to enter a https address with owe for info from the corporation I work four.  Can someone explain to me in simple little Words, where I go to find this and how to apply it. Help!!!!!!! Is the operative word here.

Thanks there must be someone out there that can help.

Crash on Paste (Ctrl+V)

$
0
0

I am using IE8. From 2 days, when I try to "paste" on it, I get crash ... have you seen this issue by now ?

AppCrash, Fault Module Name: StackHash_0a9e (if it helps).

Poor browser performance after (MS14-52) KB2976627 and (MS14-51) KB2977629 install.

$
0
0

Hello,

I work for a large enterprise and we have found that after installing (MS14-52) KB2976627 and (MS14-51) KB2977629, Internet Explorer performance has become unacceptably slow for our end users.

When testing sites such as news.yahoo.com, PCMag.com, Huffington Post, Bloomberg.com it is taking the browser 40+ seconds to load the site.  When you use Chrome or Firefox on the same machine all of the above sites load in less then 10 seconds. We were testing with IE8 and IE9,  we thought it might be related to the nature of the websites so we have upgraded a test machine to IE11.

Preformance with IE11 is better, but I would still say it is not where close to Chome/Firefox.

Upon removing these two security updates for IE we found the websites mentioned above to load around the sametime as Chrome/Firefox.

I know there was a known issue with the August IE Update that was suppose to be fixed in the September Patch.

Unfortunately this appears not to be the case.  Is Microsoft looking at this issue at all?  Is there some better place to report this issue?

I figured I would check here first to see if the IE team is seeing this issue with other users also.

If there are any suggestions it would be much appreciated.

We are seeing the issue also appear with running IE with extensions off so that somewhat rules out add-ons.

Thanks in advance for any assistance.

IE 9 does not follow PAC file when redirected via 302

$
0
0

We have recently been experiencing an issue with IE9 in our environment. When a user tries to access a web page which is blocked by the proxy server they are redirected via a 302 to a block page on a specific port. This block page should itself be proxied as it has a specific section within the PAC file that instructs the browser to access this URL via the proxy.

When using Chrome, Firefox, IE8, IE10 or IE11 this works perfectly. When using IE9 the browser tries to go directly to the block page URL, rather than parsing the PAC file and sending the request to the proxy.

After extensive searching I have been unable to find this documented anywhere. Any help would be appreciated.

Regards,

Jeremy.

Favourites displays sub folders but all links from sub folders have dissapeared

$
0
0
I have created an pc account on a second pc using my Microsoft live account. After logging in on the second pc on the second day I noticed the my desktop from the first pc was copied over and my sub folders from favourites from my first pc. However, all the links from the sub folders have disappeared on both PCs. I was testing Office 365 deployment for the company and was not expecting this changes to happen like the desktop wallpaper. Any help will be appreciated.  Thanks Michael.

Netsh and Automatically Detect settings

$
0
0

Hi All,

I have 'Automatically detect settings' checked in IE and the browser is picking the wpad file as expected. Having said that, I have been unsuccessful trying to set this proxy setting on a system wide level using netsh.

I have executed the following command in netsh: "winhttp import proxy source=ie"

I would have expected netsh to pick up the proxy from the auto detect settings but unfortunately no proxy is set as a result of executing that netsh command. Strange enough, if I were to set the proxy settings manually in IE, the netsh import command would pick this change and set the proxy successfully.

Please note that I have attempted this on Windows XP and Windows 7 (using both 32 and 64 versions of netsh) and the 'winhttp import source=ie' only works on XP when automatically detect settings is set in IE.

Any reason why netsh isn't picking up my auto detect settings on Win7?

Thanks

mskh

new "out-of-date ActiveX controls feature" in Internet Explorer

$
0
0

hi folks

referring to the article http://blogs.msdn.com/b/ie/archive/2014/08/06/internet-explorer-begins-blocking-out-of-date-activex-controls.aspx / the Cumulative Security Update for Internet Explorer (2977629 / Microsoft Security Bulletin MS14-052) there should be a file called "versionlist.xml", stored in the following path: "%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager\".

Supported versions of Internet Explorer will download the initial version of the versionlist.xml file within 12 hours of installing the August Cumulative Update and starting Internet Explorer.

We have installed the cumulative August Update on a domain computer last week. but until today, the versionlist-file is still not created!! (Windows 7 64bit with IE 9)

is there a workarround to start this task manually? or how does IE communicate to update this xml-file? we are using WSUS to keep our clients up-to-date.

thank you for some inputs...

Internet Explorer is currently running with add-ons disabled

$
0
0
I found a fix for this problem .. I went to start then right-clickedIE icon to open properties. In the target fieldI deleted "extoff" at the end of the line and then in the Comment field I erased everything except  Start Internet Explorer. It still says (No Add-ons) in parentheses on the start menu .. but when I open the program I no longer have that warning message at the top of the screen and the game site I like is working fine now.

Cannot get google toolbar to show up ever though it is listed in my enabled add ons.

$
0
0
Cannot get google toolbar to show up ever though it is listed in my enabled add on. How can I get it b ack?

Always ask before opening this type of file - IE11

$
0
0

Hi,

I'm trying to troubleshoot an issue with Internet Explorer and they way it handles opening file from the Internet. Sometimes it gives a prompt like this:

Which is great, I want to turn this on for all common document types (e.g. PDF, Word Docs, Zips). What I've found is you have to either untick the option 'Always ask before opening this type of file', or delete a registry key in

HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute

When I check my PC I find I don't have that option and the registry keys aren't present.

Could someone clarify this for me? I'm running IE11 and Windows 7. 

Thanks

Dave


Unable to Open a file when clicking download link

$
0
0
When I click to download a file it only saves instead of giving me an option. I would like to see both this box for save is at the bottom of my screen.

Internet Explorer Command Bar: rename sites in drop drop menu

$
0
0

Is there a way to rename websites added to the Command Bar-Home drop down list?  Also, list in alphabetical order?

Thanks

 

IE window does not minimize when clicking on Minimize button on top most corner.

$
0
0

I have an application running in my internet explorer 9 . it has a pop up window . when i click on min or max buttons in the top most corner of internet explorer only the  window behind the actual pop up is minimizing. i am expecting the whole pages to be minimized. Let me know how to achieve this functionality. 

Got an exception in IE11 - 'This page can't be displayed' while accessing intranet website

$
0
0

Hi,

We have published an intranet portal website to our external customers.

Few of our website users occasionally get 'This page can't be displayed' exception while accessing our website. The HTTP request is in pending state for almost 10mins and then they get this exception. Ones they refresh - the page gets displayed without any issue.

More details :

- These users are in different LAN than the LAN on which our web-server is hosted.

- They use IE11 on Windows 7 Operating system.

- This exception occurs occasionally and not able to reproduce consistently. But they get it once or twice when they continuously use the website.

- When the browser was waiting for the HTTP Response, there was no HTTP Request logged in our web-server.

Below link is the network report capture when the exception happened using IE11 F12 Inspection add-on.

IE11 F12 Network report

Note: Earlier our users had accessed our website using IE8 and Windows XP. Now their system was upgraded to Windows7 and IE11. after which they face this issue.

We want to find - if this is a network issue or is it an issue with the browser / OS or totally something else.

When I searched in the net about this issue - some mentioned that this issue will not occur with Chrome or Firefox because they cache DNS and IE doesn't and relies on the OS to do the DNS caching (I am not clear about this).

IE11 Enterprise Mode site list not working

$
0
0

I've configured the Enterprise Mode site list as directed in the following article

http://msdn.microsoft.com/en-us/library/dn640696.aspx

and set up the gpo to point to my site.  I've confirmed in my site's logs that the xml file is accessible.

However, it isn't working; none of the sites are launching in enterprise mode.  I notice that the CurrentVersion key in HKCU\Software\Microsoft\Internet Explorer\Main\EnterpriseMode has remained at 1 and is not updating.  I'm assuming that is the problem, but I can't figure out why it won't update.

Any advice?

Force Internet Explorer 8 to Run OWA not Light

$
0
0
Is there any way is of disabling OWA Light on IE8

Internet Explorer 11 Hardening

$
0
0

Dear all,

I have to implement a "Hardening" for the Internet Explorer on some systems, because the users should have VERY restricted access to the systems. Unfortunately my only information is related to IE 8 !

Here I have a list of what should be restricted :

  • Browser Bars disabled
  • Browser Options disabled
  • Browser File Open/File new disabled (Save As enabled since required by end users)
  • Browser Favorites disabled
  • Browser Help disabled (Menu, Feedback option, Tip of the day, Tutorial)
  • Browser Media Bar disabled
  • Browser TheaterMode disabled
  • Browser ViewSource disabled
  • Browser FindFiles disabled
  • Browser proxy hardcoded to “proxy01.dcl.tetrapak.com:8080” (required for Internet type applications)
  • Browser link to Windows update disabled

and to achieve this, I have a complete list of registry keys that have to be changed and several local policy settings.

Does anybody have some hints how I can implement this on IE11 ? Which registry settings / policies I have to adapt so that a user is no longer allowed to see the favorites, view the source of a website and so on ?

Thanks in advance for your help !

Viewing all 10469 articles
Browse latest View live




Latest Images