tags:

views:

298

answers:

2

Hi All, I am facing one problem with Frames . when i am trying to redirect one page from the another framset then its giving "Undefined" error .

Let say i have a frameset which i have divide into 2 horizontal frame, and again the lower the frame, i have again divide into 2 vertical frmaes and now i want to reload the right side of frame page from "left side " frmae , i mean i ll redirect the pages to Right side of Frame from left navigation.

while redirection i am getting exception as "Undefined".

Please help me out . this is creating lots of probelm for me.

thanks in Advance

Regards Bijay

A: 

You have to give your link or form a target attribute, that would hold the name of the frame you are trying to reload.

Kris
A: 

Hi Krish , Thanks for ur response . i tried with both but doesn't work .

I ma trying to reload like this :
parent.content.view.location.href = "ViewFolderList.html"; **parent --> i am refering the top frame **content--> this is one more frameset, which is again divided into frames **View --> This is frame where i want to redirect with "ViewFolderList.html". and before redirecting its throwing exception as "Undefined". Please help me out , if you have alternate

Regards Bijay