I have created a function to open a link in a frame
but my frame structure is divided in to 3 rows then 3rd row in two columns and then the second column in 2 rows and then again 2nd row in 2 columns ..
so i want to know how to specify the column number in the following srcipt after parents.frames[??... any pointers in this regard will be very helpful.
function changeFrames(ur l1) {
parent.frames[6].location.href = url1;
}
but my frame structure is divided in to 3 rows then 3rd row in two columns and then the second column in 2 rows and then again 2nd row in 2 columns ..
so i want to know how to specify the column number in the following srcipt after parents.frames[??... any pointers in this regard will be very helpful.
function changeFrames(ur l1) {
parent.frames[6].location.href = url1;
}
Comment