Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors with IE #1

Open
tommyblue opened this issue Sep 3, 2009 · 0 comments
Open

Errors with IE #1

tommyblue opened this issue Sep 3, 2009 · 0 comments

Comments

@tommyblue
Copy link

I'm using growl4rails with this code in the layout:

<% if flash[:notice] -%>
<script type="text/javascript" language="javascript">
Growl4Rails.showGrowl({image_path:"/images/icons/notice-icon-32.gif", title:"Notice", message:"<%= flash[:notice]%>"});
</script>
<% end -%>

but Internet Explorer 7 show me the popup then stop the page rendering with this message:

Internet Explorer cannot open the Internet site
myaddress:3000
Operation aborted

clicking on the "ok" button IE show me the error page:


Internet Explorer cannot display the webpage

Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.

What you can try:
Diagnose Connection Problems

 More information 

This problem can be caused by a variety of issues, including:

Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain.
If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.

For offline users

You can still view subscribed feeds and some recently viewed webpages.
To view subscribed feeds

Click the Favorites Center button , click Feeds, and then click the feed you want to view.

To view recently visited webpages (might not work on all pages)

Click Tools , and then click Work Offline.

Click the Favorites Center button , click History, and then click the page you want to view.

With IE8 the error isn't showed but the page rendering stops after the popup code line.
With FF,Chrome,Safari and Opera everything works well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant