• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Closing of Child Window

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are using webhelp feature of robohelp for context sensitive help related to our different web pages.after doing the required configuration in robohelp provided js (RoboHelp_CSH.js) .we are able to open our help window,which is opened whenever any body clicked on a help link on the web page.

Our main page is getting open as a child window from our logon processing page.

its like main website-->application homepage--->help page.

so the issue is any time of application homepage is closed any other popup open on that is getting close using window.close,but in case of help pages
its not happening,as its having frameset.
even tried using top.window.close() also.but no help.
Please help me in this regard..
its more of issues related to parent child windows ,where help window is not becoming child.
Thanks a lot in advance

RH_ShowHelp(0,'../sms800onlinehelp/!SSL!/WebHelp/SMS_800_WelcomePage.htm>SMS800HELP',HH_HELP_CONTEXT,helpid);

where we pass the helpid dynamiccaly,

now this whole flow is working fine and we are getting a perfect context sensitive help.

but the issue is if we close the parent window from where help window get generated,the help window is not getting close even though if parent is close.

we tried using window.close functions inside RoboHelp_CSH.js ,but its not closing the real window,its closing the
whcsh_home.htm ,which get generated every time when a new help window is opened.

please help me in this regard.let me know if any more info is required.

Ashwani
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not a JSP issue. Moved to the HTML forum.
[ April 03, 2006: Message edited by: Bear Bibeault ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
why don't you ask the question on their forum?

http://www.macromedia.com/cfusion/webforums/forum/index.cfm?forumid=65
Eric
 
Ashwani Kaura
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I asked the same question to robohelp forum also,till now no reply,

http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=451&threadid=1134088&enterthread=y
 
Hey! Wanna see my flashlight? It looks like this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic