Blender game calling a HTML file

You would have to look for the equivalent Javascript for that, like javascript:window.open, but directing to a frame.

Just put the framename here (don´t forget the rest of the brick´s wiring):
javascript: var w=window.open(‘yourfile.html’,‘FRAMENAME’);