Posts

Showing posts with the label allow-scripts

How to use sandbox attribute value ( allow-scripts ) with < iframe > tag in HTML ? with example

 How to use sandbox attribute value ( allow-scripts ) with < iframe >  tag in HTML ? with example   Sandbox attribute value ( allow-scripts )    Allows to run  scripts Try removing the sandbox attribute  value, or changing it. Example <html> <body> <h1> Sandbox attribute Example</h1> <iframe src="demotech.thinkforu.org"  sandbox="allow-scripts"> </iframe> </body> </html>