Gary, That's a terse (only 16 characters) and virtually universal javascript workaround for differences in how browsers handle events, in this case the...
759
mr. welti
rwelti
Jan 9, 2007 12:21 am
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...
760
Foteos Macrides
oldgreeky
Jan 9, 2007 2:06 am
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...
761
Foteos Macrides
oldgreeky
Jan 9, 2007 4:34 am
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...
762
r welti
rwelti
Jan 9, 2007 6:24 pm
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...
763
lelyonnais99
Jan 10, 2007 1:20 pm
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...
764
Foteos Macrides
oldgreeky
Jan 10, 2007 11:00 pm
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...
765
r welti
rwelti
Jan 12, 2007 10:39 pm
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,...
766
r welti
rwelti
Jan 12, 2007 10:53 pm
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? ...
767
Foteos Macrides
oldgreeky
Jan 13, 2007 1:21 am
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...
768
Foteos Macrides
oldgreeky
Jan 13, 2007 2:55 am
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,...
769
anonymousfromhk
Jan 18, 2007 4:30 am
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...
770
Foteos Macrides
oldgreeky
Jan 18, 2007 4:04 pm
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,...
771
anonymousfromhk
Jan 22, 2007 8:17 am
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 ...
772
Foteos Macrides
oldgreeky
Jan 22, 2007 5:01 pm
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...
773
John B. Moore
jbm_microps_com
Jan 22, 2007 11:51 pm
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...
774
John B. Moore
jbm_microps_com
Jan 23, 2007 12:40 am
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...
775
John B. Moore
jbm_microps_com
Jan 23, 2007 1:46 am
Results of Debugging.. I quickly ran through the debugger and found the the two basic locations of the "double call" to the server.. lines: -254...
776
Foteos Macrides
oldgreeky
Jan 23, 2007 1:46 am
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...
777
anonymousfromhk
Jan 23, 2007 2:03 am
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...
778
John B. Moore
jbm_microps_com
Jan 23, 2007 2:13 am
... 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...
779
Foteos Macrides
oldgreeky
Jan 23, 2007 2:57 am
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,...
780
Foteos Macrides
oldgreeky
Jan 23, 2007 3:15 am
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 ...
781
John B. Moore
jbm_microps_com
Jan 23, 2007 7:39 pm
... 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...
782
John B. Moore
jbm_microps_com
Jan 24, 2007 3:11 am
Foteos, FYI, Initial testing on changes is good.. Thanks again.. John.....
783
Foteos Macrides
oldgreeky
Jan 24, 2007 3:04 pm
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...
784
John B. Moore
jbm_microps_com
Jan 25, 2007 3:08 am
... 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...
785
Foteos Macrides
oldgreeky
Jan 25, 2007 4:42 am
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...
786
Erich C. Beyrent
erich_beyrent
Jan 25, 2007 12:22 pm
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...
787
Foteos Macrides
oldgreeky
Jan 25, 2007 3:14 pm
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...