I want to refresh parent window after closing child window.
Thanks,
Vinutha...
User Profile
Collapse
-
refreshing parent window after closing child window
Hi,
I am using javascript to close my child window and after closing child window, i want to refresh parent window.
So, this is the script function i am using,
Code:<script language="JavaScript"> function closeAndRefresh() { window.opener.location.href="#{facesContext.externalContext.requestContextPath}/main/billing/billRecords.jsf";
-
How to open child window from another child window
Hi,
I have a java script function like this to open one child window form main window. Its working properly.
[CODE=javascript]function billingMain() {
top.consoleRef= window.open('#{ facesContext.ex ternalContext.r equestContextPa th}/main/billing/billingMain.jsf ','window1',
'width=950,heig ht=400'
+',menubar=0'...Last edited by acoder; Feb 5 '08, 09:56 AM.Leave a comment:
-
Hi acoder,
Thanks for your reply. Its working fine now.
This is my code,
Code:<h:commandButton id="save" value="Save" onclick="fun()" /> function fun() { top.consoleRef=window.open('#{facesContext.externa lContext.requestContextPath}/main/patient/patient.jsf','myconsole', 'width=350,height=250' +',menubar=0' +',toolbar=0' +',status=0'
Leave a comment:
-
Open child window using JSF Components.
Hi,
How to open small window when i click Command Button or Command link in a webpage.
Thanks,
Vinutha. -
The website address is www.incture.com
If u view this site in wider monitor screen, u can notice the web page will allign left.
Thanks,
Vinutha.Leave a comment:
-
How to increase size of a web page
I have created one webpage for our website.
but when i view that page in a wide screen monitor, the page is alligning left.
ie. right part of the screen its giving blank.
how to justify the webpage in widescreen.
Thanks,
Vinutha. -
Hi Johny,
Thanks for your code.
I have tried this but its giving some error like this,
"doument.images .oldimage" is null or not an object.
How to resolve this..........
Thanks,
Vinutha.Leave a comment:
-
image changes when we point with mouse, how?
I am desiging some webpages.
so if we see this website www.symphonysv. com,
there we can see some text in the middle row. when we point those texts with mouse, the image in the side changes.
How to do this...........
can u give some code example.......
Thanks,
Vinutha. -
How to open page in required frames.
I have a frame with header, menu & body.
I have included one tab button in header part, and when i clicked that button, i want that resulting page to be opened in the body part.
This is my program code for tab in the header part,
<t:jscookMenu layout="hbr" theme="ThemeOff ice" styleLocation=" css/jscookmenu">
<t:navigationMe nuItem id="nav_2"... -
About frame
I have welcome page which code is like this,
This page will display after login page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"...Leave a comment:
-
How to come out from a frame
I have welcome page which code is like this,
This page will display after login page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"...Leave a comment:
-
How to come out from frame
I have designed one login page which has 2 textbox & one command button, after giving valid username & password & then after clicking command button, the page will navigate to welcome page.
This is my code for the welcome.xhtml,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"... -
How to come out from frame
I have designed one login page which has 2 textbox & one command button, after giving valid username & password & then after clicking command button, the page will navigate to welcome page.
This is my code for the welcome.xhtml,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"... -
Need help in JSF(Java Server Faces)
I have designed one xhtml page using frameset, where i have included 3 frames to make one page, ie. one for header, one for menuTree & one for body,
This is my code,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"... -
Need help in JSF(Java Server Faces)
I have designed one xhtml page using frameset, where i have included 3 frames to make one page, ie. one for header, one for menuTree & one for body,
This is my code,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"... -
Thanks for your reply, its working fine now............
It helped me lot,
Thanks once again.
Regards,
Vinutha...Leave a comment:
-
How to lock webpages in frames
when i run this code using tomcat, the page will display like a frames.....
but i can change the frame size when i drag the seperation between 2 page.
how to avoid that,
ie, how to lock the frames
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
... -
How to lock webpages in frames?
I have designed one page using frameset, where i have included 3 page one for header(topFrame ), one for leftMenu(leftFr ame) and one for body(ie, mainFrame).
when i run that page using tomcat, i got the resultant page which shows header page at top of the page, leftMenu at the left of the page & body at the center of the page.
But the pages are not locking, ie when i try to move the line which seperates between two webpages using...
No activity results to display
Show More
Leave a comment: