anandhikrishnan 0 Newbie Poster

Hi All,

I dont know where to post this..

I have a jsp page which includes a <iframe>iframe1</iframe>

inside the iframe1 i have another iframe named <iframe>iframe2</iframe>

inside the iframe2 i have function doedit();

i need to call this function from my jsp page.

i use the code in my jsp

window.frames["iframe1"].document.frames["iframe2"].doedit();

this code works fine in IE but not working in mozilla... Please help me..

thanks in advance

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.