I want display frame in another frame

I want display frame in another frame

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 Tutorials/Questions & Answers:
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
Advertisements
one frame update another frame
one frame update another frame  How do I make a link or form in one frame update another frame
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
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
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
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:ADS_TO_REPLACE_1 import java.awt.*; import javax.swing.*; import java.awt.event.*; class RetrieveDataFromTextFields{ public static void
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.
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
is it possible to display page in full frame...after dividing page into frames...and is it possible to close frame
">apply leave</a> i want to display newfile.xhtml in total full page view is it possible?? is there any option to close the frame...is it possible to display page in full frame...after dividing page into frames
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
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
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
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
i want display integer number in a string of statement
i want display integer number in a string of statement  i want display integer number in a string of statement
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..., user can drag and drop component from one to another frame. Download Source
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
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
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
Java Frame
Java Frame  What is the difference between a Window and a Frame
panel and frame
panel and frame  What is the difference between panel and frame
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
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
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.ADS... 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
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
billing frame
billing frame  how to generate billing frame using swing which contain sr. no, name of product, quantity, price & total
i want to display where i entered values to same page
i want to display where i entered values to same page  hi friends !! i have a values from jsp page .and i want to store that values into DB at the same time i want to show immediatlly on same jsp page with tabular format
i want to display where i entered values to same page
i want to display where i entered values to same page  hi friends !! i have a values from jsp page .and i want to store that values into DB at the same time i want to show immediatlly on same jsp page with tabular format
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
Frame
frame
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
I need to display parts of my own website on another website in an iframe
I need to display parts of my own website on another website in an iframe  I need to display parts of my own website on another website in an iframe. please refer me how do i do
how to create frame in swings
how to create frame in swings  how to create frame in swings
collection frame work
collection frame work  explain all the concept in collection frame work
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
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
i need a school appication using struts frame work with oracle 10g using myeclipse6.0
i need a school appication using struts frame work with oracle 10g using myeclipse6.0   hi i need a school apllication using struts frame work backend 10g xe using myeclipse 6.0
i want to display where i entered values to same page
i want to display where i entered values to same page  hi friends !! i have a values from jsp page .and i want to store that values into DB at the same time i want to show immediatlly on same jsp page with tabular format
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
collection frame work
collection frame work  explain the hierarchy of one dimensional collection frame work classes
collection frame work
collection frame work  could you please tell me detail the concept of collection frame work
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
ModuleNotFoundError: No module named 'frame'
ModuleNotFoundError: No module named 'frame'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'frame' How to remove the ModuleNotFoundError: No module named 'frame'
I want to display 10,000 records in a jsp page.Can I display page by page?
I want to display 10,000 records in a jsp page.Can I display page by page?  When I submit a form it says "ERROR: Query request too large. Total rows matched: 10650 rows. Suggestive Row Fetch: less than 995 rows" So how can I

Ads