How can I associate an extension within a HTML-HREF with my own program?
Hi folks,
I want to write a software, which defines it's own fileformat, eg. *.smx-Files. I want something like ... in my html-code, or an embed or object-tag - i don't care. When a click occurs, my application (an ordinary exe) should start (and possibly get 'somefile.smx' as parameter). Does anyone know how to solve this in a as portable as possible way?
Thanks a lot, Stefan
# 1 Re: How can I associate an extension within a HTML-HREF with my own program?
sorry, it should read: I want to write a software, which defines it's own fileformat, eg. *.smx-Files. I want something like ... in my html-code, or an embed or object-tag - i don't care. When a click occurs, my application (an ordinary exe) should start (and possibly get 'somefile.smx' as parameter). Does anyone know how to solve this in a as portable as possible way?