res://C:\Help2Viewer.exe/navfail.htm
res://C:\Help2Viewer.exe/donkey.jpg
How to use these in GoASM?
The res// protocol is for resource based HTML pages, you would define them in an RC file like this:
navfail.htm RT_HTML DISCARDABLE "navfail.htm"
GoRC is capable of compiling it into a RES file.
Once you have done that use the resource identifier (on the left) as the web page name and pass it to either a web browser control or IE directly in the following format:
res://C:\path\application.exe/navfail.htm