Hi! Anybody seen this? I have an overlibmws popup iframe which displays a QT movie. The QT movie in the window behind it does not know there is a layer in...
Russ, There is no problem using your tectonicSeism.js to generate the globes via an iframe document used as the content of an overlibmws popup. The problem is...
Russ, Note that if you still want to use positioning such as CENTER, VCENTER which would allow overlap of the popup with the embedded globe, you could...
Fote you are GREAT, thanks a lot! I suspected something like layer visibility or such but did not think to check the layer setting of the UNDERLYING Quicktime...
Hello to excuse me for my English…. I you signal a bug when one uses in L call of "MODAL" OVERLIB under firefox: Explanation: In a small flash we use L call...
There are errors in your overlib call (beyond the wrapping caused by the mailing and/or Yahoo Groups software) but I assume those are problems of transcription...
On this same topic of using a DIV with an ID to create a reference by which to position a popup, I have encountered a strange IE behaviour. this is simple,...
The content of the popup (an IFRAME) contained a table whose bgcolor was set to be black. Removing that fixed the problem. Must be a bug in IE, right? ...
Russ, I just tried an iframe popup with a table start tag that has bgcolor="#000000" using IE v7.0 on WinXP and that also has the bug. You don't get that...
Russ, Note that the IE bug is specific to standards mode. If you remove the URL from the DOCTYPE so as to have the iframe document processed in quirks mode,...
I want to use this code to implement into my php script // Short overlib Lead Argument for WRAP example. var shortTxt = '<?php echo "123"; ?>'; But it doesn't...
If you have used your shortTxt javascript string variable name (unquoted) as the lead argument in your overlib call, e.g., <a onmouseover="overlib(shortTxt,...
Here is my code: while(odbc_fetch_row($rs_hourly_sales_f)) { $sales_hour_f = odbc_result($rs_hourly_sales_f,1); $sales_amt_f = number_format(odbc_result ...
It appears that your php while loop is doing replacements rather than concatenations, and so your $sales_data ends up as only the last record. This problem...
Greetings, I'm trying to setup the iframe popups so that they work with Java JSP (Java Server Pages) technology. I'm running into a rather weird situation that...
Some more test results.. Created simple semaphore to control call (sample below), but it did not solve the problem.. Seems that the wrapper should prevent any...
John, I haven't used JSP and don't know anything about it, so I probably can't really help, but I don't see anything about your overlib call nor can think of...
Hi Fote, I fixed all the problem. Thanks a lot! :) ... than concatenations, and so your $sales_data ends up as only the last record. This problem does not...
... can't really help, but I don't see anything about your overlib call nor can think of anything about the overlib code that might cause the problem you...
John, Your two line numbers for the OLlayerWrite(lyHtml) calls in OLdoLyr() of the core module do not correspond with their line numbers in the current code,...
I'm glad that it is all straightened out for you. Feel free to post here again if you should encounter any more problems. Fote -- ... From: anonymousfromhk ...
... OLdoLyr() of the core module do not correspond with their line numbers in the current code, so perhaps you should upgrade to the current ... Will do.. The...
John, Yes, for what you are doing you simply need to remove WRAP from the overlib call. It was included in the examples for importing complete HTML files via...
... a form into the popup dynamically and then handling its submission, it might be wise to study the AJAX examples (and then try one the AJAX formats, as I...
John, The XMLHttpRequest object for AJAX issues the infamous "Cross-domain access not permitted" error message if you try to use it for a server other than the...
John, I use the ajaxextended library to achieve cross-domain functionality, and it works really well. I have a search widget that I wanted to place on...
Erich, Via search engines, I came up with a number of URLs for the ajaxextened library, but they all return 404 responses, most of them in Russian. Do you...
Foteos, You have uploaded the content on my website - I added the content of the Readme, Installation, and FAQ documents. The url is http://www.beyrent.net...