Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

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 ]
 
There is no greater crime than stealing somebody's best friend. I miss you tiny ad:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
    Bookmark Topic Watch Topic
  • New Topic