Home Answers Viewqa Java-Beginners I want display frame in another frame

 
 


Ragini Shukla
I want display frame in another frame
2 Answer(s)      3 years and 9 months ago
Posted in : Java Beginners

View Answers

August 20, 2009 at 2:29 PM


Hi Friend,

If you want to open the page into other frame then you have to create another frame to be shown in admin.jsp. And use the target attribute with the name attribute of that frame in footer.jsp.

Create 'new.jsp' with no code.

1)admin.jsp:

<html>
<head>
<title>Jsp Frameset</title>
</head>
<frameset rows="10%,*">
<frame src="header.jsp" name="frame1"scrolling="no">
<frameset cols="20%,*">
<frame src="footer.jsp" name="frame2">
<frame src="new.jsp" name="frame3">
</frameset>
</frameset>
</html>

August 20, 2009 at 2:32 PM


continue..............

2) And use target="frame3" with the <a> tag in your 'footer.jsp'.

Hope that you will do it.
Thanks









Related Pages:
I want display frame in another frame - Java Beginners
I want display frame in another frame  Hi all, this is available... is header.jsp and another is footer.jsp I want to display footer.jsp is display in left side uses link if i click this link then open the page in another frame
frame update another frame.
frame update another frame.   How do I make a link or form in one frame update another frame
how to go from one frame to another frame in swings - Java Beginners
next, it should open a new frame and display the output......... I should do...how to go from one frame to another frame in swings  Hi, My task is to go from one frame to another.......... let us think that iam having two
one frame update another frame
one frame update another frame  How do I make a link or form in one frame update another frame
how display jsp frame - Java Beginners
how display jsp frame  Hi all, I am creating two jsp in frame... side I want click this link then all page will be open please help me its urgent... in another frame,you have to use target attribute of tag in your footer.jsp.
swing frame problem
swing frame problem  Hi All, I m creating a swing/awt based window... it will display some information from DB to user etc.. Now when I will create... when I will click on submit button then next frame should be open with in same
Frame with JDBC - JDBC
Frame with JDBC   i am using frame having two textfield so how i retrieve the data from the ms-access there is two columns name and salary   Hi,Do you want to display the data on JSP Page?If yes then following tutorial
frame generation
frame generation  Hi I wnat to genarate one frame with two tabs working ,production..and I want two radiobuttons sector ,others in the frames..based on the tab selection I want to clikc the radio button..when i ckick the radio
Frame query
Frame query  Hi, I am working on Images in java. I have two JFrame displaying same image. We shall call it outerFrame and innerFrame.In innerFrame i am rotating the image.After all the rotations i need to display this image
Image on frame
Image on frame   Hi, This is my code. In this I am unable to load the image.I want to know the problem with this code. import java.awt.*; import java.awt.event.*; public class AwtImg extends Frame { Image img; public
call frame - Java Beginners
call frame   dear java, I want to ask something about call frame to another frame and back to first frame. I have FrameA and FrameB. In frameA... and Button to send data to JTextfield1 in FrameA. First i run FrameA, click button
Show a hidden frame previously from another from
Show a hidden frame previously from another from  How can i show a hidden frame previously by this code: jframe_name.hide(); and make it visible from another frame i'm waiting for the answer, and i'll be thankfull
how to call a frame having threading concept
how to call a frame having threading concept   i hav a frame having buttton on it .on click event of the button ,i want to call another frame which implements threading concept. i tried it simply by calling constructor
single frame coding in java
single frame coding in java  sir, i am a beginner in java.i want to do a desktop application in java in which a single frame satisfies all needs.but i want changes in that frame only.how can i solve this?i think multiple frames
Dialog Frame focus - Framework
visit the parent frame also. But on some event(like a button), I want my dialog frame to be focussed/active.(Here i dont want to reopen it. As it is already opened. I want it to be active/focussed
Frame with JDBC - JDBC
Frame with JDBC  What is the Frame in JDBC?  Hello,What is the structure of table and in which format you wan't to display the data.Last time also you posted the same question.Answer me the above question and I
another frame by using awt or swings
another frame by using awt or swings  how to connect one frame to another frame by using awt or swings
jumping frame jFrame to jInternalframe
jumping frame jFrame to jInternalframe  Afternoon sir, I want to ask something code like jumping frame. example this i have form Login , Menu...), creaby(jlabel5) i want to make creaby from username(textfield1) login and view
how can i print the selected content of a frame
how can i print the selected content of a frame  hello sir, I am designing a bill calculate program. I want to print the bill in crystal form. I want to skip all the text fields shapes and all the button from the frame.. but all
Helps with combo box and frame
Helps with combo box and frame  Hi i have a combobox and when i click on add button another frame pop up with text field(name ,address etc..) ,confirm button and cancel button at bottom of the frame. When i put something
FRAME
FRAME  WHILE I'M RUNNINGFILE OF A GUI PROGRAMME(JDBC CONNECTION) INSTEAD OF OUTPUT FRAME ONLY TWO BLANK FRAMES ARE GETTING DISPLAYD... CAN ANYONE HELP ME TO SOLVE DS PROBLEM
FRAME
FRAME  WHILE I'M RUNNINGFILE OF A GUI PROGRAMME(JDBC CONNECTION) INSTEAD OF OUTPUT FRAME ONLY TWO BLANK FRAMES ARE GETTING DISPLAYD... CAN ANYONE HELP ME TO SOLVE DS PROBLEM
frame
frame  how to creat a frame in java   Hi Friend, Try the following code: import java.awt.*; import javax.swing.*; import java.awt.event.*; class RetrieveDataFromTextFields{ public static void main(String[] args
How to design a frame of the picture.
to make a picture frame easily because it has some simple steps. If you want...: Now use pattern to fill in your picture frame as I have selected here. Your... How to design a frame of the picture.   
how to call a frame having threading concept
how to call a frame having threading concept   i hav a frame having buttton on it .on click event of the button ,i want to call another frame which implements threading concept. i tried it simply by calling constructor
Frame related query - Java Beginners
Frame related query  hi..... i m having a query dat...can i open a frame inside another frame like dis.. m a new biginner of java n m finding... java.awt.event.*; public class TestFrame extends Frame implements ActionListener
creating a modal frame - Java Beginners
creating a modal frame  i have a JFrame with 2 textfields. i want that this frame should open in a modal mode. how to do this? please tell. thanks
how to add panel inside frame?
how to add panel inside frame?  I prepared a Frame with two labels and text fields and one button.when ever user clicks on the button two text fields should be appear(those text fields should be added to the panel) .I want
how to print JInternal frame component ?
how to print JInternal frame component ?  hello sir, i devalop a swing application .but problem is that how display report & print it. some data prefech from database & keep to jtable but how it is print with table
Navigation Frame in HTML
; Another htm code is created, which use this hyperlink created in the Navigation Frame... Navigation Frame in HTML   ... Frame in HTML. In this Tutorial we help you to understand how to make Navigation
Struts 2 imagae set to frame.
Struts 2 imagae set to frame.  I could not set image to frame... frame then i got all the info right.But the dimension was there : 0px,0px . I could understand the reason . I want to set the image after uploading it please
how can i close particular frame in swings - Java Beginners
how can i close particular frame in swings  Hi, I want to know, how can we close a particular frame when mulitple frames are appearing as output... in swings and three frames are having their own close buttons and when i click
add button to the frame - Swing AWT
add button to the frame  i want to add button at the bottom...()) { Vector row = new Vector(); for (int i = 1; i <= rsmd.getColumnCount(); i++) { row.addElement
link to other frame - Applet
link to other frame  how a button to open to another frame? and the frame can keyin the data and it can show at the previous frame
pass data from java frame to file
pass data from java frame to file  i want to write the data to file, and data must be copy from java frame java frame contains 7-8 labels n below that 1 table. i want store all this data to 1 file. plz help me
J2ME Frame Animation
J2ME Frame Animation       This application shows to set the Frame Animation and implement it in the canvas class. In this example we are creating a frame using Gauge class. When
Help me to write this simple java frame program
Help me to write this simple java frame program   I want to write a Java program for.... To create a frame with 4 text fields;name,street,city and pin;with suitable labels. Also add a button "OK". After enter values
Cross frame menus - Ajax
Cross frame menus  Respected Sir/Madam, I am Ragavendran.R.. I need to implement DHTML Cross frame menus..i.e There must be a page with 2 frames(top and bottom).. The main menus must be in the top frame and when I
how can i close a frame. - Java Beginners
how can i close a frame.  Hi, My question is how can we close a frame when an action is taken......For example let us think that we have a frame...............my target is when i click on that button, a new frame is coming and updated table
Frame works - Framework
Frame works  I need tutorials on JAVA Plugin Frameworks and hibernate and springs ? I new to these Technologies so i need with Examples to understand Using above technologies i need to do project. so ASAP pls
zend2 frame work
zend2 frame work  Hi can you please detail about Zend framework 2 latest folder structure and related things in details . I already seen zend website am confused with two old and new folder structures which one has to use
How to make frame of the picture, make frame of the picture, frame of the picture
How to make frame of the picture       This is about a frame example that has been made by some steps, I have mention here all the steps to make this effect. Take picture: First
How to close a frame on action event of a button from a different class ?
initialized. For each frame there is a class. now I want to close the frame (which was opened when I had press first jbutton from control-frame) when I press second... ? I have a designed a control-frame on 1 class which has jbutton components, I
how to convert java Applet to Jave Frame
to convert Java Applet to Jave Frame below this code is my applet source code...=JOptionPane.showInputDialog(null,"Do you want to continue next Process?( y/n ): "); if(st.equals("y... want to continue next Process?( y/n ): "); if(st.equals("y
Redirect Entire Frame
Redirect Entire Frame  Hello All:) I ve 2 frames in a html file. Say Header and Trailer. I ve a link to logout. When i click on logout, it will redirect in the trailer part. Before redirecting the page i had redirected to some
Drag and Drop components from one frame to another frame
Drag and Drop components from one frame to another frame... button etc.) from one frame to another frame. In this code we have used... to another frame. Download Source Code
how to display duplicate elements with out using collection Frame work?
how to display duplicate elements with out using collection Frame work?  how to display duplicate elements with out using collection Frame work
Frame refresh problem - Swing AWT
Frame refresh problem  Whenever I close a child frame and reload it using the button on parent frame controls on the child frame load twice...[] args){ JFrame frame=new JFrame(); JButton b=new JButton("Submit"); frame.add(b
Java Frame/ Applet /swing/awt
Java Frame/ Applet /swing/awt  I have produced a .exe file with the help of .jar file................... Now How can I Protect my software( .exe ) file bulid in Java from being Copy and Paste....????????? please reply

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.