I have this code
<html>
<head>
<title>Top</title>
</head>
<frameset rows="70,*,15" border="0">
<frame src="test.asp" scrolling="no" noresize="noresize" name="criterios">
<frame src="reporte.asp?suc=Todas&TopReg=25&Emisora=''" name="reporte">
</frameset>
<noframes>
</noframes>
</html>
I want to send the Issuer parameter as empty, do you know if this is the right way?