In my web site i have this thing it loads a different page if you are in IE
I loads the no_support.html, and on the no support page i have text saying try one of the two browsers bellow, and bellow i have two images one of google chrome and the other of mozilla firefox, and when you click on any one of them they go to the download page of that browser.
I was wondering is there some trick i can put in the no support page that when for example i open it in IE and this page says try one of the browsers bellow and i click on Google chrome and if i have google chrome installed on my PC it opens my website (supported) with google chrome and if i dont have it then it goes to the download page.
Nope, you can't open a browser on a users computer like that, as that would be a major security issue, and really annoying.
Related
so my file does not work properly if it is on I.E <11 so I want to redirect the user to a chrome broswer and/or provide a hyperlink to take them to chrome if they are on I.E how would I do that?
A browser cannot launch any other applications on the machine.
I also agree with the suggestions to identify the browser and display the message that this version of the IE browser is not supported.
There are some ways like modifying the registry or by using the batch file or using the custom protocol handler to launch the Chrome browser but these are not the suitable solutions as you need to implement it on each machine.
So most suitable workaround is to inform the users of using the supported browsers by your web app.
My website is suddenly displaying as a mobile site when viewed on Microsoft Edge on the desktop. It's using wordpress 5.0 and It displays fine on Chrome.
The link is here https://flowersforeveryone.co.za/product-category/tulips/
the version of Microsoft Edge 42.17134.1.0.
Does anyone know why this happens?
Do you have any extensions for your browser or other tools that allow you view pages in rendered mobile or tablet views? ie. "Responsive Web Design Tester"
If so, try deactivating those and doing a hard refresh of your browser (clear cache).
One possible cause could be you zoomed in accidentally in your Browser...
Did you try on Firefox or Chrome ?
Plz provide a link if you need help.
When I try to send app_requests from a my app, everything is fine with firefox. (Both on HTTPS and on HTTP)
But when the app is run from chrome, things work fine in HTTP (non-secure). But when it comes to HTTPS, instead of showing a lightbox (i.e. js generated dialog, on the same page), a new popup window is created and the lightbox is shown in that popup window.
This causes the app to break (as popups are, by default, blocked by chrome and the user doesn't necessary click on allow popups from this website)
Moreover, this happens only when the first request is made in an instance of app. When I click on the Invite button again, all the browsers show the lightbox modal (Even chrome)
Here is the JS code used:
FB.ui({"method": 'apprequests',"message": "<?=(INVITE_MESSAGE)?>","title":"<?=(INVITE_TITLE)?>","to": user_ids)},
function(response){if(response)info();}
);
I am not using any special code (Either in PHP or JS) for my app (Somebody said I need to).
The app is, on the whole built on PHP SDK from facebook.
I have a facebook app which is basically a job app. The job headline is linked up to a job details page. The page opens perfectly in Firefox, chrome and IE for me. But, one of our clients have pointed out that the page doesn't opens up in IE. What could be the possible reasons for this issue? If the page is refreshed, the the page comes up fine. Please find the link below for a screenshot...
https://myparichay.in/myparichay/images/image.png
I see that FB is running in secure mode, what means that https is activated. Do you have a SSL certificate for your target domain?
After wrestling with Facebook's new Open Graph/SDK, I've noticed the images I retrieve with no problem in Firefox are not displaying at all in Chrome.
Example:
When the following tag is rendered on a webpage
<img src="http://graph.facebook.com/angrybirds/picture">
Firefox displays it with no problem while Chrome displays nothing.
Is this a scripting error on my end or is this something that I need to work around to accommodate for Chrome?
PHP 5
Firefox 7.0.1
Google Chrome 14.0.835.202
This seems to be a local caching problem, the link is working wonderful for me in chrome.
Please provide us a little more of you code if still got problems like this after clearing your cache.
Are you sure it is not a cache problem?