<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Dialog Content, Step 1</title> | |
</head> | |
<body> | |
<script> | |
console.log("document.location.origin before setting location to a relative path: " + document.location.origin); | |
document.location = "/security/resources/cross-origin-modal-dialog-base-2.html"; | |
</script> | |
This is a modal dialog. | |
</body> | |
</html> |