Open webpage in new IE: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
m (proper link) |
||
Line 1: | Line 1: | ||
I need this feature and read this post [ | I need this feature and read this post [[Open link in new browser window]] | ||
but then it didnt work like I expected | but then it didnt work like I expected |
Revision as of 16:53, 6 October 2006
I need this feature and read this post Open link in new browser window
but then it didnt work like I expected it did call the mozilla but and then it was closed I dont know why.
I dont need to open the page in mozilla IE is fine for me. and then I figure out a way to work around and I want to share it in case someone need it.
here we go
ExecShell "" "iexplore.exe" "C:\whatever\a.htm" ExecShell "" "iexplore.exe" "C:\whatever\b.htm" etcetcetc