Web Developing

How to load any iframe-protected site in your iframe?

Many times you guys try to load other’s website on your own domain through iframe. But most of you see below error in browser console window: Refused to display document because display forbidden by X-Frame-Options In today’s browser, you can see this issue. Because most of the hackers are loading iframe on their own domain […]

How to load any iframe-protected site in your iframe? Read More »

Search on Can I use

How to know particular HTML tags or JavaScript code support in a particular browser or not?

First of all we need to go to caniuse.com After open this website you have to search term which you want to check it will support in particular browser or not. For example if you want search for if else statement. Here, in above example you can see the supported browser list with green background.

How to know particular HTML tags or JavaScript code support in a particular browser or not? Read More »