Jump to content
xisto Community

rajesh2209

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. Thanks for your reply.I tried using parent.document.ecp_cart, even thats not worked for me.As per your suggestion i checked error console of firefox and i found an interesting thing that "parent.ecp_cart is undefined".I am quite confused with this, because if i use some thing like below its working.parent.index.location ="abc.asp". Where index is one of the frame in ecp_cart frameset.If parent.ecp_cart frameset cant be identified how come its able to identify parent.index. Can you please help me to understand this behaviour.Thanks in advance.
  2. I am not able to adjust frames length/width in a frameset using java script functions I am using firefox 3. In below code changerows is not working for me. Where as same is working in IE6. Please help me in resolving this issue. Note: here frameset1 is the name given to the FRAMESET. function changeRows() { parent.frameset1.rows="30%,70%" }function restoreRows() { parent.frameset1.rows="50%,50%" }
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.