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...
Hello, I am trying to submit multi-field form post data to a page in the iframe pop-up, but can't for the life of me figure out how or where to call the...
Dave, I'm not sure I fully understand your objective. If the form is in an HTML file that was imported into a popup as iframe content, then the reply from...
Walter, Creating an "overlib widget" to substitute for the windows Yes/No confirm dialog is not difficult (IMHO :<) if you do not require that it be modal,...
Welcome aboard!!! The information you are seeking is in section: 5. Adding more "bubble" images. of the: http://www.macridesweb.com/oltest/BUBBLE.html support...
Hi I'm brand-new to the group and have stumbled on overlibmws whilst searching for a solution to a requirement on a website I'm building. Basically, a link on...