This happened to me today. overlib worked on my dev machine localhost but not from the live server ( and it worked for my clients and on my other machine live...
Thanks for that heads up. Fote -- ... From: jskrotzki To: overlibmws@yahoogroups.com Sent: Monday, April 03, 2006 7:18 PM Subject: [OLmws] What to do if you...
Hi Fote & Erich, I have taken the liberty of using some of the code you guys devised and it works pretty well. I have added the use of google¹s overlay...
Re: [OLmws] Re: Google Maps in popup?Mike, I haven't had time to exercise this solution very much, but it basically works: // Globals for any open primary or...
Re: [OLmws] Re: Google Maps in popup?Mike, Oops, that second line with "function doGoogleMaps(GMid){" shouldn't be within the doGoogleMaps(GMid) declaration....
Re: [OLmws] Re: Google Maps in popup?Mike, Ugh. What I posted also had an extraneous close-brace at the bottom. Here's what the code should be: // Globals...
First of all, great product. It's easy to understand and very versatile. I must have done something wrong... what's new? Anyway, when I put one of the...
I don't see anything about those two overlib calls which would generate a javascript error, and none is generated when I try them together, though without...
Well, darn. I tried taking out just the FILTER command and I was still getting the error with two or more overlib calls. In fact, I tried taking out...
Okay, I got the javascript error to stop happening. I found that I had this div tag in my code: <div id="overDiv" style="Z-INDEX:1000; VISIBILITY:hidden; ...
Old versions required that the author declare the overDiv positioned div, but it must be a direct child of the body element, and you get problems if it doesn't...
Hi I'm a newbie to overlib and find this very interesting. What I'm trying mimic google calendar, a hybrid of both bubble and sticky. But, I'm facing some...
Ramesh, Any of the four basic positioning methods can be used with STICKY popups: 1) cursor-based (which appears to be what you are seeking, and is the...
Karla, Your XMLHolder function sets up the two arguments for its PROCXmLXsLView function call as simply the names of an .xml and an .xsl file, not as complete...
Hi Foteos, Thank you so much for your advice. I intend to go through my code and make all the alterations you suggested. I was afraid that the problem would...
Walter, To close an iframe popup from within the content of the iframe document you simply invoke "return parent.cClick();" so that the overlibmws code that...
To close an iframe popup from within the content of the iframe document you simply invoke "return parent.cClick();" [Walter Conti] Thankyou Fote. The page...
Hi, congratulations for your huge work in this area! Being not skilled in programming, I'm puzzled when facing unexpected and not controllable errors... :) At...
John, The problem for: http://pippoz.50webs.com/index.html with the longer string versus the shorter string in: http://pippoz.50webs.com/index2.html is that...
Thanks Foteos, the solution works gret. I leave the tests on the website for someone interested. John ... of a BUBBLE popup and taking into account the default...
I have this code. <td><div align="center" class="style11"><a href="javascript:void(0);" onMouseOver="return overlib(OLiframeContent('kalendar/1.html', 300, ...
The simplest way to increase the height of the caption is to increase the value for the CAPTIONPADDING command. Otherwise, since you are using CSS via the...
Then decrease the value for the CAPTIONPADDING command, and / or for line-height in your CSS instead of increasing them. That really should have been obvious...
Greetings all! I am downloading almost all of the .js files pertaining to overlibMWS. Would it be of advantage combining them in a single .js? When .js...
Walter, If I might paraphrase your question, your documents typically have script blocks for importing the overlibmws.js core module plus a large number of...
Internet Explorer cannot open the Internet Site http://127.0.0.1/... Operation Aborted My page creates an errorMsg variable at some point which I am capturing ...
Hi all, I am trying to use overlibmws to display a popup div which contains the result of an AJAX request via the Prototype library. Using some code that Fote...