Hi Kim,
 
> I don't know - I tried to look into what the calendar
> was doing, and all I can find is window.createPopup()
> in showcal. From [1] (section called "Does Your Web
> Site Use Pop-up Windows?") I've noticed that
> createPopup is the only sanctioned way to do popups
> these days... Maybe that's why it works? Can it be
> cleanly applied to the others (help window, comx)?

The help window (uses qsfind). qsfind and comx already use
createPopup(), so that doesn't make sense. 

Let me get my facts straight:

1) the calendar pops up ok (double-click or right-click)?
@calendar.js::showcal()
+createPopup()
+convertStylesToInline

2) the comx search doesn't work ("comx dilbert")?
@comx.xml::comx()
+createPopup()

3) the help window ("? search") doesn't work?
@qsfind.xml::qsfind()
+createPopup()
+convertStylesToInline

4) the interactive help window ("?") doesn't work?
@helpbox.js::about()
+named window.open()
+convertStylesToInline

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// ========================================================
    Wherever PUBLIC spirit prevails, liberty is secure.
        -- Noah Webster (1758-1843)




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to