On 9/22/2022 1:32 PM, Charlie wrote: > I am not certain if this is possible but I am trying to find a way to open a link in a different browser than the default. This doesn't work: > > form.htmllinktext1.url = 'C:\Program Files\Google\Chrome\Application\chrome.exe'+ ' https://www.choochooauctions.com' > > Anyone ever do this successfully before?
I think you need to know what the separator is between the ".exe" and
the website address. Typically it's a question mark, but I am not sure
in this case.