While loading the HTML page in to the pop-up window I get Light blue color (default color of overlibs, I guess). Is it possible to change to another? Best...
The background color of the main text area is set via FGCOLOR, which has a default value of #ccccff (pale blue-ish). If you use FGCLASS then any background...
I've updated the support document with examples that add an audio component to popups: http://www.macridesweb.com/oltest/harley.html with material which may be...
Fote, Fantastic!! It works perfectly, and I am incredibly pleased with the results of your efforts. Thank you for a fantastic library! -Erich- _____ From:...
Erich, And thank YOU for pointing out the problems so that I could improve the library. Fote -- ... From: Erich C. Beyrent To: overlibmws@yahoogroups.com Sent:...
Hello, The appearance of the status line message 'Please act on or close the open popup.' for popups with links is inconsistent. Sometimes it appears and...
Craig, That is the default status line message for sticky popups that are exclusive. It requires that you import the overlibmws_exclusive.js plug-in module,...
Foteos, Thank you for the help. Its been awhile since I read the documentation. You were exactly right about my inconsistent use, and I had scanned the .js...
Craig, I'm glad that you were able to sort it out. What with 79 core commands associated with the overlibmws.js core module, plus another 49 commands via the...
hi group, i use this code: <a onmouseover='return overlib(\"".$short."<br><br>".$long."\", CAPTION, \"".$name."\");' onmouseout=\"return nd();\" href='#'><img ...
You are not encasing the retrieved mysql entries in php functions designed to ensure that they are suitable for use as javascript strings. Read the overlibmws...
Hi there, When I first started using this library, I had some issues with the popup appearing over <select> elements - in IE, the elements show through the ...
Erich, Your document inadvertently has two script blocks which make your OLpageDefaults call. Get rid of the second one. The MIDX and RELY commands in your...
It's taken a long time, but I finally have some code that works, sort of. Disclaimer: I'm not really a programmer... I just sort of patch code together. ...
I have a website I've developed which uses overlib to display some pop- up information. For unknown reasons, the information does not display when the visitor...
Karla, When you use a function for the lead argument of an overlib call, it must be a function which returns a string (either plain text or an HTML fragment)....
Lev, I can't reproduce the problem when my server uses the markup that your server's listings.asp script is generating, and I haven't found anything wrong with...
Fote, The code you suggested works perfectly! Does this mean I don't have to call overlibmws_function.js anymore, since I'm not calling a function? Thanks so...
I have confirmed that the code works properly in FireFox on the first time. I reverse the order and moved the style to the front of the list (closest to the...
Lev, The fact that IE7 doesn't have the problem also suggests that this is a consequence of non-standard behavior in IE6, but since I can't reproduce the...
Thank you for your suggestions. I cleaned up the code and tried implementing a few of your suggestions, but the results are the same. Unless my client...
Hi there, I am a two-day user of the "overlibmws" library. I think this package comes with a very good online document and it is very easy for me to pick up....
If I understand your objective correctly, in response to an event such as onclick you wish to retrieve the contents of a txt file from your sever and make it...
I'm glad that it worked out for you. For someone who has been using overlibmws for only a few days, you've progressed rather quickly to working successfully...
I've written a batch of code that dynamically extracts some graphics files from a database and puts them on the page so that the user can pick which photos to...
Terry, To include an image in a popup you simply use an img tag for the image in the popup content. If your database contains the image dimensions, it is...
Hi Fote, I'm a JS novice and having a little trouble getting the desired behavior. I have a link that invokes an overlib popup that loads an external html file...