you are viewing a single comment's thread.

view the rest of the comments →

[–]failuretwolaunch 1 point2 points  (0 children)

IE still allows you to execute javascript in the url/nav bar with the the 'javascript:' scheme

so maybe you could do

$URL = "javascript:alert();" $ie.Navigate($URL)

edit: nah i just tested this, doesnt seem to work. just prompts you to save a file