Home Answers Viewqa Java-Beginners how display jsp frame

 
 


Ragini Shukla
how display jsp frame
1 Answer(s)      3 years and 9 months ago
Posted in : Java Beginners

View Answers

August 20, 2009 at 10:41 AM


Hi Friend,

If you want to make links open in another frame,you have to use target attribute of <a> tag in your footer.jsp.

1)In the code, you have provided,we have created another jsp 'new.jsp' in order to open the link on this jsp frame.It is having no code.
<html>
<head>
<title>Jsp Frameset</title>
</head>
<frameset rows="10%,*">
<frame src="jsps/header.jsp" name="frame1"scrolling="no">
<frameset cols="20%,*">
<frame src="jsps/footer.jsp" name="frame2">
<frame src="jsps/new.jsp" name="frame3">
</frameset>
</frameset>
</html>

2)Now in footer.jsp, add target="frame3" to all the <a> tags defined in it like this:

<a href="jsps/admin_create_user.jsp" target="frame3" class="black_link"> User Management System </a>

Thanks









Related Pages:
how display jsp frame - Java Beginners
how display jsp frame  Hi all, I am creating two jsp in frame... in another frame,you have to use target attribute of tag in your footer.jsp. 1)In the code, you have provided,we have created another jsp 'new.jsp' in order
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
I want display frame in another frame - Java Beginners
I want display frame in another frame  Hi all, this is available in jsps folder and Admin.jsp is main page i m taking two frame fisrt... and link is not display...please help me this is the admin.jsp Jsp
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
display
display  please tell me how to display the content from database.. if we click on any image using servlets/jsp...please
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 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
how to display?
how to display?  I have to write a code for searcing books in library and i have written but it is not displaying the result.I don't know where i...:8080/examples/jsp/searchbook.jsp" method="post"> <table align="center"> <
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 a frame which have few buttons and Text Box to get some data from user at this time
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... next, it should open a new frame and display the output......... I should do
Image on Frame in Java AWT
Image on Frame in Java AWT       Introduction In this section, you will learn how to display image on the frame. This program shows you how to display image in your application
how to display the email message in jsp
how to display the email message in jsp  hi every one .. i am new from this industry please help me to display the email message in jsp page please send me sample code
frame update another frame.
frame update another frame.   How do I make a link or form in one frame update another frame
Redirect Entire Frame
other JSP file say process_logout.jsp. The header part will remain constant. Any one have idea how i can redirect the entire header and trailer? What i can do
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
how to display data from database in jsp
how to display data from database in jsp  how to display data from database in jsp
Setting the Icon for the frame in Java
is used to display as frame icon. Toolkit class is used to bind the various... Setting the Icon for the frame in Java       Introduction Here, you will learn how to set
how to create frame in swings
how to create frame in swings  how to create frame in swings
Create multiple pie chart in single frame using JFreeChart
you how to create a multiple pie charts in a single frame in jsp page using... in the middle of the screen. setVisible(): This method is used for display frame... Create multiple pie chart in single frame using JFreeChart
image display - JSP-Servlet
image display  how to display image that store in mysql database... column have BLOB datatype....  Hi Friend, Please visit the following link: http://www.roseindia.net/jsp/retrieve-image.shtml Thanks
How to Display jrxml file on JSP page???
How to Display jrxml file on JSP page???  I made jrxml file using jasper report but how to display on jsp page?? i tried lot but still i didnt find out solution.so pls help me as soon as possible
Removing the title bar of the Frame in Java
how to display the frame or window without title bar in java. This type of the frame is mostly used to show the splash screen at starting of the application... Removing the title bar of the Frame in Java  
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 to display one image on jsp through java
how to display one image on jsp through java  Hi, I wanted to display one image on my jsp file like social networking sites. But the scenario...://upload/image.jpg . what is the procedure to get that and display on my jsp page
how to display selected checkboxes dynamically using jsp
how to display selected checkboxes dynamically using jsp  Hi friends i have a requirement that : in my JSP page i have radio buttons followed by the DB fields..when i click SUBMIT button,if the field(or record
How to display jfreechart at specified place in jsp
How to display jfreechart at specified place in jsp  I have a jsp page where i need to display the chart at specified position... of the jsp page is not displaying.... Below is my code. DefaultPieDataset
billing frame
billing frame  how to generate billing frame using swing which contain sr. no, name of product, quantity, price & total
profile display
profile display  how to display matching jobs in jobseeker's profile using jsp-servlets?   Please visit the following links: http://www.roseindia.net/servlets/search.shtml http://www.roseindia.net/jsp/user
profile display
profile display  how to display matching Results using jsp-servlet.../search.shtml http://www.roseindia.net/jsp/user-search.shtml http://www.roseindia.net/jsp/searchbook.shtml JSP Tutorials Servlet Tutorials
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
how to display multiple images on browser
how to display multiple images on browser  i want to display multiple images on brower including string values from sql database using jsp
how to display multiple images on browser
how to display multiple images on browser  i want to display multiple images on brower including string values from sql database using jsp
how to display the excel file content in the jsp
how to display the excel file content in the jsp  How to present the content of the newly created excel file in the following jsp to the web browser: print("code sample"); <%@ page import="java.io.InputStream" %>
How to display windows virtual keyboard
How to display windows virtual keyboard  Hi, I have a jsp file which contains my website design. In my jsp website design, there's a button. I need to display windows virtual keyboard when i press the button. how to do
how to display data from jsp file into database
how to display data from jsp file into database  this is a jsp file . look at the line with code-> Statement st=con.createStatement(); in the below example. the error is "cannot convert from java.sql.Statement
image display in jsp - Java Beginners
image display in jsp  i uploaded the image and how can i print that image in next jsp page....  Hi friend, read for more information, http://www.roseindia.net/jsp/file_upload/employee_upload_profile_image.shtml
profile display
profile display  How to create a user profile in JSP   Please visit the following links: http://www.roseindia.net/servlets/web-application.shtml http://www.roseindia.net/jsp/user-registration-form-using-jsp.shtml
display messages in short - JSP-Servlet
display messages in short  hi sir, i am getting a full text... to get a starting few words then dots like hi dear..... so tel me how to do in javascripts or in jsp... Thanks and Regards Harini V
image display
image from access database but Sir I want that how I display image from database on a given position in a DIV tag in JSP kindly help me, I have to show my project
how to display pdf file on browser
how to display pdf file on browser   In my project i have created one pdf file(by pdfwriter) into my local mechine . after that it need to display in browser as a pdf file . but in jsp i can't display by iframe tag can anyone
display of colors in a table - JSP-Servlet
display of colors in a table  Hi, If i have a table of 4 by 4 boxes, numbering from 1-16 in sequence, how do i make them display one column of one..., Try the following jsp code: table.jsp: Column1,Row1
Display image
Display image  How to Pass image from html to jsp and display that image using jsp   Here is an example that pass an image path from the html page to jsp page and display it. 1)page.html: <%@ page language="java
How to display images in jsp ffrom sqlserver2000 - JSP-Servlet
How to display images in jsp ffrom sqlserver2000   These code u sent is till not displaying the image in jsp from sqlserver2000. what table... for more information. http://www.roseindia.net/jsp/ Thanks
how to display or retrive an image in jsp whose path is stored in oracle database
how to display or retrive an image in jsp whose path is stored in oracle database  how to display or retrive an image in jsp whose path is stored in oracle database and the image is stored in my pictures folder
how to display action errors in jsp which is in a form list
how to display action errors in jsp which is in a form list  My jsp contains list of forms iterating using display:table, each FORM forms a row. I want to display action errors for individual form in the same row
JSP Frameset
illustrates you how to use the html tag frameset in jsp. In the given example, we... of the specified jsp page to the respective frame. The attribute scrolling... JSP Frameset     
display messages in short - JSP-Servlet
display messages in short  dear sir, I am able to send a email and also i am able to getting a message from that email ,storing... window or some where how to do this sir please help me.. Thanks and Regards
display messages in short - JSP-Servlet
display messages in short  dear sir, i am sending a mail and then dialaing all subject, matter and attached file in the table .But in table... pointer moves on that matter it will show the full matter how to do it sir please
display messages in short - JSP-Servlet
display messages in short  dear sir, i am sending a mail and then displaying all subject, matter and attached file in the table .But in table i have... pointer moves on that matter it will show the full matter how to do it sir
how to display values from database into table using jsp
how to display values from database into table using jsp  I want to display values from database into table based on condition in query, how... to display books based on either bookname or authorname, for this i created one jsp page

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.