I'm writing a web app and I would like to use a bottom frame for user errors. Example "You have entered an incorect number". I have a top, left, right,and a bottom frame defined in a web page called defaults.htm.
Defined Below: How would I update bottom.aspx and keep it in that frame.
</
head><
frameset cols="140,*" frameborder="NO" border="0" framespacing="0"><
frame name="left-frame" scrolling="no" src="left.aspx"> <frameset rows="110,*,50" frameborder="NO" border="0" framespacing="0"><
frame name="top-frame" scrolling="no" src="top.aspx"><
frame name="right-frame" src="defaults.aspx"><
frame name="bottom-frame" scrolling="no"src
="bottom.aspx"></
frameset><
noframes><
body><
p>This page uses frames, but your browser doesn't support them.</p></
body></
noframes></
frameset>