Hello, tell me how to make it so that if the link is target=_blank , then the link would not open in IE, but in the default browser? Help.

  • Standard browser? No, have not heard. In my opinion IE is nowhere more standard. Maybe the default browser? - insolor
  • sorry for the inaccuracy, of course, in the default browser - Manitikyl
  • 7
    This command opens the browser page in the default ShellExecute (Handle, 'open', PChar ('site address'), nil, nil, SW_SHOW); - tean8
  • @ teanYCH, I have this command opens a link in IE, the default is Chrome - Isaev

0