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

Save as Private