HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <h2>iframe allow popups</h2> <iframe src="/test/popup" sandbox="allow-popups allow-scripts"> <p>Your browser does not support iframes.</p> </iframe> <h2>iframe Restrict all</h2> <iframe src="/test/popup" sandbox=""> <p>Your browser does not support iframes.</p> </iframe> </body> </html>
OUTPUT
×

Save as Private