1
vote
2answers
724 views

How to put a div overlay over framesets?

I have a requirement to create a please wait page using jQuery 1.6.2 for an existing jsp page. I was able to get the div overlay to work, along with an please wait animation in a modal window in the ...
0
votes
0answers
263 views

How to pass value from text box in frame1.jsp to frame2.jsp after click submit button

I have an index.jsp, frame1.jsp called and I need to pass the value in text box from frame1.jsp to frame2.jsp after click the Submit button to make database connection. I encountered error to do so. ...
1
vote
1answer
728 views

How to add a globally frameset backgound image for a main page?

I want to add a backgound page for my Jsp page, In this i used a frameset when i used a backgound image for a main frameset its showing problem in FF and IE, Code Is: <frameset cols="*,1020px,*" ...
0
votes
1answer
233 views

jsp in a html frameset not compiled : weblogic

I have this simple code : <%@ page import="java.io.*"%> <%@ page import="java.util.Properties"%> <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> ...
0
votes
2answers
729 views

JSP AND HTML FRAMESET

i am using framset in my html(GUI). my gui consits of four parts header, footer, side navigation and content page. now i ave provide a functionality for log out button in the header frameset. After ...
1
vote
1answer
582 views

Alternative to frameset in jsp

I have login button in the left side of the web page, now I want this to be available at any page in my site, however I don't want to reload the whole page all the time, when the user login I want to ...