The following code works fine but iT opens a new tab each time it is exexuted using IE9. Hoping that it is possible to open in an existing tab if available.
Excerpt:
STRING "start " DELIMITED BY SIZE
"https://www.[any website goes here].com" DELIMITED BY SIZE
INTO WS-FIELD
.
.
.
CALL "C$SYSTEM" USING WS-FIELD ,
201
