User Profile

Collapse

Profile Sidebar

Collapse
singhrohitcyb
singhrohitcyb
Last Activity: Nov 11 '10, 12:10 PM
Joined: Sep 16 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • singhrohitcyb
    replied to hidden Iframe and div parent -child jsp
    in Java
    thanks sir

    I figured it out i hadn't tested it on mozilla with few changes it was working on it.I have a new requirement i need an iframe with a close button along with scroll bars
    I require this urgently.how can i make iframe customozed like the requirement.I am using jsps
    See more | Go to post

    Leave a comment:


  • singhrohitcyb
    replied to hidden Iframe and div parent -child jsp
    in Java
    addition to previous one stuck .i am also getting a problem in firefox
    the links are not clckable which are inside the div when i remove the div they become clickable....wh y is this so...also i am unable to click anything on the page
    See more | Go to post

    Leave a comment:


  • singhrohitcyb
    replied to hidden Iframe and div parent -child jsp
    in Java
    div display

    yes i have used the css but it

    #displayDiv
    {

    position:absolu te;
    width:500px;
    height:500px;
    border:thin;
    max-height:50px;
    overflow: scroll;
    border-color: black;

    }
    but it is not serving the purpose.
    See more | Go to post

    Leave a comment:


  • singhrohitcyb
    replied to hidden Iframe and div parent -child jsp
    in Java
    Div

    Thanks it solved my problem.I have one more issue data is coming form another page and it is varying depending upon data fetched from database.i have to add scroll bars which i have added using property.but problem is when there is large data no issue occurs but when there is little or one row fetched then data gets populated in div and bottom part remains transparent how to overcome this.i also need a way to close the div either...
    See more | Go to post

    Leave a comment:


  • singhrohitcyb
    started a topic hidden Iframe and div parent -child jsp
    in Java

    hidden Iframe and div parent -child jsp

    Hi i have a jsp page where there is a link onclick of that
    link i have to open a new page with the help of div and hidden iframe.I am using struts.in the child page i get an error while referring to the div of parent page.The error is
    parent.document .getElementById ("displayDiv ") is null or object not found.

    please help me out
    See more | Go to post
No activity results to display
Show More
Working...