Skip to main content
Participant
April 7, 2008
Question

Problem with popups

  • April 7, 2008
  • 1 reply
  • 538 views
Hello,
I create new topic for each popup I need to have in my application. In the main page, I created link to appropriated popup.
I'm able to previem my popup when I preview my topic, but after publishing, the popups don't appear on the Web. When I click on the popup, I have at the buttom of the page "Javascript:Void(0);"
Even if I chose "Display in auto-sizing popup" or " Display in custom sized-popup" it doesn't work. But the popup will appear if I chose "Display in frame" .

The application I create was beginning three years ago. The popups created three years ago appear.
I compare the code of one popup created three years ago with one created last week and I saw only one différence. In the code of the popup created three years ago, we have the size of the popup...

Popup created three years ago:
<area shape=rect
coords="159, 332, 205, 346"
href="javascript:BSSCPopup('msg/G01-11_NUMERO.htm',400,300);"
id=area6><!--begin!kadov{{--><script type="text/javascript"
language=JavaScript1.2><!--
kadovFilePopupInit('area6');
//--></script><!--}}end!kadov-->

Popup created last week:
<area shape=rect
coords="322, 354, 396, 363"
href="javascript:BSSCPopup('msg/Confidentiels.htm');"
id=area3><!--begin!kadov{{--><script type="text/javascript"
language=JavaScript1.2><!--
kadovFilePopupInit('area3');
//--></script><!--}}end!kadov-->


Someone can help me to understand the reason of why the popups don't appear?
Thanks!
    This topic has been closed for replies.

    1 reply

    Inspiring
    April 7, 2008
    I've been tracking down a similar problem when linking from an image map. I haven't figured it out.

    I'm posting separately in the WebHelp forum about a related problem, link tooltips not appearing in WebHelp.

    Harvey
    MergeThis
    Inspiring
    April 8, 2008
    Does the (misspelled) spelling of this link match the actual filename?

    'msg/Confidentiels.htm'

    Or is the filename Confidenti als.htm'

    Good luck,
    Leon