Need basic help with FRAMES

liunx

Guest
Hi.<br />
<br />
When using FRAME:<br />
I assume, when I say SRC=http://www.htmlforums.com/archive/index.php/"some url", it automatically<br />
uses GET method. Is there any way I can use POST<br />
to load the content of the frame?<br />
<br />
Thanks.<!--content-->src is not get or post. it is stating which webpage you want to display in that specific frame first.<br />
<br />
get and post are in relation to form processing or serverside programming.<!--content-->This is what I essentially need : I need to receive<br />
a POST request on server side. How do I specify that?<br />
Or is it implicitly set to either GET or POST<br />
depending on what method used to request top window?<br />
<br />
Also (this is not related to the current topic, but <br />
to the frame in general): when I include another page in<br />
a frame, clicking on a submit (form) does not get me to the<br />
right page, rather to the home. It does work without<br />
frames. Is there any special consideration on how do<br />
I setup sumbit address when using page within frame?<br />
(The server side is Tomcat, application is written on<br />
Java/J2EE)<br />
<br />
Thanks.<!--content-->
 
Back
Top