• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

iFrame issues

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,

I have a quick & challengin quesiton for you guys.

I have an application, in the first jsp page, if I press continue, the second page should load with two iframes, in the first iframe we have a recording applet, in the second iframe the first jsp aplication flows go on. This second iframe jsp contains (NEXT, BACK buttons). Here the issue goes.

once the two iframes get loaded. I want start the recording and do some stuff inn the second iframe, I may need to go back to the first do someother stuff while the recording goes on. once I finish my work with the previous page, I shoild go the second JSP page with any interuption of the recording.

Anyhow I managed to get the rcording application at the top of the page and in the second iframe am geting the previous application flow.

1.
Now, when I hit the back button am losing my first iframe recording, which I really want .
[ June 25, 2007: Message edited by: Bear Bibeault ]
reply
    Bookmark Topic Watch Topic
  • New Topic