I am working on a product comparison application and would like to enable the user to view multiple product images at the same time but only the ones they...
Daniel, At present, overlibmws allows only one primary popup (via an overlib() call) and at most one secondary popup (via an overlib2() call) to be displayed...
Greetings overlibmwsers, The following code produce a random positioning in a child window: <cfset msg = "Numerus. et ... potest invocare nesciens. <span ...
... and to be more specific these overlib occurences are within an iFrame which is inside a child window. MIDX, MIDY work ok though. ThankYou Walter Conti...
Walter, A parent document gets no JS info about cursor position when the cursor is over the iframe document, just as when it is over a different frame/window....
I'm using the OLobjectContent to open a new page that contains links I would like the link within the popup to close the window and set the parent page the...
The IE implementation of object with data=URL unfortunately does not handle frame names appropriately for targeting. If you instead load the html document...
I am developing a new frames site with a navigation menu in the top frame. My overlib popups appear ok in the "main" frame but secondary popups do not appear. ...
Derek, The support file set for crossframe handling of primary and secondary popups is: http://www.macridesweb.com/oltest/CrossFrame/ but unfortunately that...
Fote, Thanks for your help - The secondary popup now works OK. For the "Activities" popup I am using the NOCLOSE, STICKY with an end time of 2000 as per the...
Did any of you (try to) replace the knoppix popup script in WebCalendar (http://www.k5n.us/webcalendar.php) with Overlibmws? If it is possible to use...
Derek, As stated in the Command Reference (http://www.macridesweb.com/oltest/commandRef.html) concerning the NOCLOSE and MOUSEOFF commands, "This feature is...
Walter, The parameter for the FILTEROPACITY command is a value, not a string, so use FILTEROPACITY,30 without the single-quotes that you presently have around...
Xah, For the bubble popups other than roundcorners, neither the WRAP nor WIDTH commands are enabled. The default width is determined by the physical width of...
Walter, Sorry, but this message is devoid of any information that could possibly be used by anyone to help you. A URL for a document which shows the problem...
Manon, I do not use the php-based WebCalendar utility, but had some time this weekend to look at the HTML source generated for its online demos, and some of...
Hi Fote, thanks for your reply. Indeed, changes in the server-side code should be redone every time when the WebCalendar script is updated and the WebCalendar...
Walter, Congratulations on your inventiveness. My suggestion to try FGBACKGROUND with a semi-transparent image didn't work by itself because the table for the...
Hi, I'm looking to pass any error messages generated in our php login script to an overlib popup at the time of submitting the html form data to that same...
John, You cannot use the onsubmit event in the initial document to display the error message because the form submission must be received by your server and...
Fote, Thanks for the help. I tried that trick using iframes (no overlib) but even with margins and borders set to "0" I still had a 1 pixel area around the...
Fote, Cool I got it working. I made an exact copy of the HTML markup and placed it in the login verification script. Using the onload= event in the body tag...