문제

I recently received an e-mail about a TomTom map update and clicking through the website appeared to be a 'special link' which opened the TomTom client software when clicking. Because I'm on a different machine I obviously can't test it, but the anchor link looks like this:

<a href="tomtomhome:contentitems-of-type:map">Start TomTom HOME</a>

This doesn't look like a normal link - so how does it work? What do the colons (:) mean? Does it really allow client software to be opened via a website click?

도움이 되었습니까?

해결책

The part before the double colon is the protocol to handle the url (so here tomtomhome). They must have registered this custom protocol when you installed the client software.

More info about registering custom url protocols: How do I register a custom URL protocol in Windows?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top