The moose likes HTML, CSS and JavaScript and the fly likes Frame,Form action,Frameset Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Frame,Form action,Frameset" Watch "Frame,Form action,Frameset" New topic
Author

Frame,Form action,Frameset

Upendra Bhole
Greenhorn

Joined: Dec 05, 2004
Posts: 22
Dear All,
I have doubt in frame,form action,frameset.My question is that how can i show the out put from one frame to another frame ie when I will press the button Ping ATMIP then the called jsp page "pingatmip.jsp" should be executed in another frame ie right side frame.
Secondly there is two button in left hand side frame.how can I adjust the code in index.jsp so that after pressing the button "Ping ROUTERIP" then the called jsp "pingrouterip.jsp" should be exicuted in right hand frame.
But When I enter the both the button then only pingatmip.jsp is called in left hand side of frame
Please suggest me.

See the following code,
1)
index.jsp

<HTML>
<center>
<FRAMESET BORDER=3 COLS="20%,*">
<FRAME NAME="F1" SRC="index1.jsp" SCROLLING="yes">
</FRAMESET>
</center>

</HTML>

2)index1.jsp

<HTML>
<HEAD>
<center><H1>Enter The Station ID<H1></center>
</HEAD>
<BODY bgcolor=pink>
<center>
<table border =1 cellpadding=0>
<form action="http://localhost:8100/pingatmip.jsp" >
<form action="http://localhost:8100/pingrouterip.jsp" >
<TR bgcolor=dddop45>
<TD><H5><CENTER><br>ATM-ID :</center></H4><input type="text" name ="a"></TD>
</TR><BR></table><br>
<INPUT TYPE="submit" value="Ping ATMIP" STYLE="COLOR:BLUE" align = centre>
<INPUT TYPE="submit" value="Ping ROUTERIP" STYLE="COLOR:BLUE" align = centre>
</form>
</center>
</BODY>
</head>
</HTML>


3)pingatmip.jsp
.
.
.
code

4)pingrouterip.jsp

.
.
code
.
.

-----------------------

Upendra

[ February 22, 2005: Message edited by: Bear Bibeault ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

Moving to the HTML/Javascript forum since inter-frame stuff needs to happen at the client level.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Frame,Form action,Frameset
 
Similar Threads
Add a link to submit button
Help Needed
How to connect JSP and MS-dos
Help Needed For JSP code
The requested method POST is not allowed for the URL