WebQA application is compatible with frames.
The FAQ page would be the main frame page. It would contain a single frameset with two frames, something like this:
<frameset rows="*, 1"> <frame name="webqa" id="webqa" src="http://mycusthelp.com/mala/supportlogin.asp?COID=7DFE0C4F3C67C27AA72C&lstFilter_a=2” scrolling="yes" frameborder="0" border="0"> <frame name="blank" id="blank" src="http://www.mala.ca/technology/blank.asp" scrolling="no" frameborder="0" border="0" noresize> </frameset>
Blank.asp would look something like this:
<html> <head> <title></title> </head> <body></body> </html>