Home Answers Viewqa HTML one frame update another frame

 
 


samar
one frame update another frame
1 Answer(s)      2 years and 8 months ago
Posted in : HTML

How do I make a link or form in one frame update another frame?

View Answers

November 2, 2010 at 3:34 PM


Hi,

Here is the answer,

In the frameset document (the HTML document containing the <FRAMESET> and <FRAME> elements), make sure to name the individual frames using the NAME attribute. The following example creates a top frame named "gyan" and a bottom frame named "singh":

<FRAMESET ROWS="*,3*">
    <FRAME NAME="gyan" SRC="gyan.html">
    <FRAME NAME="singh" SRC="singh.html">
    <NOFRAMES><BODY>
        <!-- Alternative non-framed version -->
    </BODY></NOFRAMES>
</FRAMESET>

Then, in the document with the link, use the TARGET attribute to specify which frame should be used to display the link. (The value of the TARGET attribute should match the value of the target frame's NAME attribute.) You can specify the target frame for a link (e.g., <A TARGET="singh" HREF=...>) or for a form (e.g., <FORM TARGET="singh" ACTION=...>). Also, you can use <BASE TARGET=...> to change the default target frame for the entire document (normally, the default target frame is "_self", the current frame).

Thanks.









Related Pages:
frame update another frame.
frame update another frame.   How do I make a link or form in one frame update another frame
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
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 buttons on a frame........button names are ok and next........ when iam clicking
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...;One frame has five component, user can drag and drop component from one
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
Image on frame
Image on frame   Hi, This is my code. In this I am unable to load... java.awt.event.*; public class AwtImg extends Frame { Image img; public...(); } AwtImg() { super("Image Frame"); MediaTracker mt=new
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
I want display frame in another frame - Java Beginners
I want display frame in another frame  Hi all, this is available... in left side uses link if i click this link then open the page in another frame... the page into other frame then you have to create another frame to be shown
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
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
adding of two numbers in designing of frame
adding of two numbers in designing of frame  hello sir, now i'm create two textfield for mark1&mark2 from db.how to add these two numbers in another one text field.how to write a coding... if u have another one idea pls
collection frame work
collection frame work  explain the hierarchy of one dimensional collection frame work classes
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
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... String PAINT_ICON = "paint_icon"; //true if the next frame created should
Creating a Frame
and adding it to the container one by one. The frame initially are not visible... Creating a Frame : Swing Tutorials       This program shows you how to create a frame in Java Swing
Helps with combo box and frame
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...() { return TelephoneNumber; } public AddressList(){ JFrame frame
Redirect Entire Frame
. Any one have idea how i can redirect the entire header and trailer? What i can do
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
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
Create a Frame in Java
Create a Frame in Java       Introduction This program shows you how to create a frame in java AWT package. The frame in java works like the main window where your
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
panel and frame
panel and frame  What is the difference between panel and frame
Java Frame
Java Frame  What is the difference between a Window and a Frame
call frame again - Java Beginners
can run ,first i have one frameA in this frame have one jTextfield1,one jbutton1,second i have FrameB in this frame have one Jtextfield1 and jbutton1. I can...call frame again  d, thank's for your answer, but i can't combine
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... of that frame ,frame is displaying but no other content. that frame contains
billing frame
billing frame  how to generate billing frame using swing which contain sr. no, name of product, quantity, price & total
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 and in that table is displayed and one button is added to that frame
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
Show Addition, Subtraction, Intersection, Exclusive OR on one Frame
the functions on one frame. Two classes Rectangle2D and Ellipse2D are used... Show Addition, Subtraction, Intersection, Exclusive OR on one Frame       This section
Show Addition, Subtraction, Intersection, Exclusive OR on one frame
Show Addition, Subtraction, Intersection, Exclusive OR on one frame... illustrates you how to show Addition, Subtraction, Intersection, ExclusiveOR on one frame... the functions on one frame. Two classes Rectangle2D and Ellipse2D are used which
Hiding Frame in Java
will see that only one method of the frame is important for the purpose... Hiding Frame in Java       Introduction This section illustrates you how to hide the Java Awt frame
Image on Frame in Java AWT
Image on Frame in Java AWT     ... on the frame. This program shows you how to display image in your application... the image on the frame in your application. These are explained below :  main
how display jsp frame - Java Beginners
in another frame,you have to use target attribute of tag in your footer.jsp....how display jsp frame  Hi all, I am creating two jsp in frame... giving link in footer.jsp file this link will be display.but not opn another
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... of that frame ,frame is displaying but no other content. that frame contains
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
Creating a Frame
; Setting the Icon for a Frame    Showing a Dialog Box  ... an Icon to a JButton Component    Making a Frame Non-Resizable    Removing the Title Bar of a Frame   
collection frame work
collection frame work  could you please tell me detail the concept of collection frame work
how to convert java Applet to Jave Frame
to convert Java Applet to Jave Frame below this code is my applet source code...;sorry can i ask one more question if i use this application to modify connection with database is it can ?   sorry can i ask one more question if i use
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
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
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
Dialog Frame focus - Framework
Dialog Frame focus  Is it possible somehow to focus/activate/select... 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
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...) , and in employee(jinternal Frame) have nik(jTexkfield1), name(jtextfield2
swing frame problem
swing frame problem  Hi All, I m creating a swing/awt based window... a frame which have few buttons and Text Box to get some data from user at this time when I will click on submit button then next frame should be open with in same