Hi, I have a Pop-up invoked by an onclick in my main page, this will pop-up and open the page "setFlag.php" page where the user can fill out a form and click...
Oops, you want the cClick() function called in the parent document which invoked the popup with object or iframe content, so your php document which becomes...
I use the following code and it worked as needed: <script type="text/javascript"> <!-- if (self != top){ if (document.images) //window.location.href ...
Hi, I am trying to display some data from the database (using JSTL) in an overlib pop-up. The data contains quotes and I am getting errors because of that....
Hi, We are getting "Access Denied" error at line 419 in overlibmws.js file. var fd=((f)? f:o3_frame).document,fdc=fd.compatMode,fdd=fd.documentElement; Ours is...
You are using an old code set which was changed quite some time ago to deal with security changes made in IE. Try upgrading to the recent overlibmws code set...
<cfset msg = "<b>Post</b> thougths or questions about this article. Your comment will be visible inmediately although subject to some screening by the...
Please disregard previous message It should be [line-height:104%] instead of [font-size:95%] like this : <cfset msg = "<b>Post</b> thougths or questions about...
Walter, Replace the TEXTSIZE command in your overlib2 call with a TEXTFONTCLASS command pointing to a class-based rule set that includes {line-height:104%;...
I'm using Moodle (moodle.org) a learning Management system and I'm trying to add a draggable window using the mz_dragdrop library of walter zorn. Moodle also...
Joan, I logged in to your test page as "teacher" with IE v6.0 and had no problems dragging your "language utility" box whether minimized as on initial load, or...
... problems dragging your "language utility" box whether minimized as on initial load, or maximized, and whether closed as on initial load, or dropped open....
Joan, I didn't see any overt conflict with moodle's code for expanding or shrinking the positioned div (it's not a "window" as you referred to it) that you've...
Thanks Foteos, First for your fast answer, and secondly for the copleteness of it. I did a slightly different solution: I put this senctence at the begining of...
Joan, Putting the IE-specific cancellation of the overlib mousemove monitoring in your my_DropFunc function might seem equivalent to putting it after each nd...
You are right, but I only want to change the code I'm adding to moodle but not to modify moodle itself. For me its important to have the changes in the code...
Familiar with FCK_editor? I am trying to use OL with it to no avail. onMouseover="overlib(.....)" returns an error stating that the first variable, for example...
Walter, I haven't worked with FCKeditor directly, but I just looked over its fckeditor.js and it appears to be editing primarily via an embedded iframe window....
ColdFusioners and Sympathizer out there ... I have a text wich may contain various images, like this: Iis ad diem adductis, ut imperaverat, arbitros inter...
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...