1 2 3 4 5 6 7 8 9
<!DOCTYPE html> <html> <head> <title>Page with showModalDialog() API</title> </head> <body> <button type="button" onclick="javascript:showModalDialog('standalone-fail.htm')">Click here to call showModalDialog() API</button> </body> </html>