User Profile

Collapse

Profile Sidebar

Collapse
Vinutha
Vinutha
Last Activity: Aug 10 '07, 12:25 PM
Joined: Nov 6 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I want to refresh parent window after closing child window.

    Thanks,
    Vinutha...
    See more | Go to post

    Leave a comment:


  • 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";
    ...
    See more | Go to post

  • Vinutha
    replied to Open child window using JSF Components.
    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'...
    See more | Go to post
    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'
    ...
    See more | Go to post
    Last edited by acoder; Feb 6 '07, 09:00 AM. Reason: Code in tags

    Leave a comment:


  • Vinutha
    started a topic Open child window using JSF Components.

    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.
    See more | Go to post
    Last edited by Vinutha; Feb 5 '07, 05:17 AM. Reason: To change Title

  • Vinutha
    replied to How to increase size of a web page
    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.
    See more | Go to post

    Leave a comment:


  • Vinutha
    started a topic How to increase size of a web page

    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.
    See more | Go to post

  • 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.
    See more | Go to post

    Leave a comment:


  • Vinutha
    started a topic image changes when we point with mouse, how?

    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.
    See more | Go to post

  • Vinutha
    started a topic How to open page in required frames.

    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"...
    See more | Go to post

  • Vinutha
    replied to How to come out from frame
    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"...
    See more | Go to post

    Leave a comment:


  • Vinutha
    replied to How to come out from frame
    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"...
    See more | Go to post

    Leave a comment:


  • Vinutha
    started a topic How to come out from frame

    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"...
    See more | Go to post

  • Vinutha
    started a topic How to come out from frame
    in Java

    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"...
    See more | Go to post

  • Vinutha
    started a topic Need help in JSF(Java Server Faces)
    in Java

    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"...
    See more | Go to post

  • Vinutha
    started a topic Need help in JSF(Java Server Faces)
    in Java

    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"...
    See more | Go to post

  • Vinutha
    replied to How to lock webpages in frames
    Thanks for your reply, its working fine now............
    It helped me lot,
    Thanks once again.

    Regards,
    Vinutha...
    See more | Go to post

    Leave a comment:


  • Vinutha
    started a topic How to lock webpages in frames

    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"
    ...
    See more | Go to post

  • Vinutha
    started a topic How to lock webpages in frames?

    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...
    See more | Go to post
No activity results to display
Show More
Working...