To open the default browser...
Includes...
MasmCode:include \masm32\include\shell32.inc
includelib \masm32\lib\shell32.lib
TASMCode:invoke ShellExecute, 0, 0, addr address, 0, 0, 0
Code:push 0
push 0
push 0
push offset address
push 0
push 0
call ShellExecute
