Quote from
luishp on October 16, 2021, 1:05 pm
@llazzari it's not allowed to use multiple words as an object id in HTML.
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
Anyway you can search by replacing hyphens on id's, for example, for spaces in the search subroutine.
Regards.
@llazzari it's not allowed to use multiple words as an object id in HTML.
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
Anyway you can search by replacing hyphens on id's, for example, for spaces in the search subroutine.
Regards.