hi group, i use this code: <a onmouseover='return overlib(\"".$short."<br><br>".$long."\", CAPTION, \"".$name."\");' onmouseout=92;"return nd();\" href='#39;><img ...
697
Foteos Macrides
oldgreeky
Aug 4, 2006 12:36 pm
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...
698
Erich C. Beyrent
erich_beyrent
Aug 10, 2006 6:37 pm
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 ...
699
Foteos Macrides
oldgreeky
Aug 10, 2006 7:40 pm
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...
700
Erich C. Beyrent
erich_beyrent
Aug 11, 2006 12:41 pm
Ugg. What a moron I am. Thanks again Fote! -Erich- _____ From: Foteos Macrides [mailto:fote@...] Sent: Thursday, August 10, 2006 3:38 PM To:...
701
wandlimb1959
Aug 14, 2006 5:54 pm
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. ...
702
Lev Seltzer
levseltzer
Aug 14, 2006 7:26 pm
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...
703
Foteos Macrides
oldgreeky
Aug 14, 2006 9:09 pm
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)....
704
Foteos Macrides
oldgreeky
Aug 14, 2006 10:20 pm
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...
705
wandlimb1959
Aug 14, 2006 11:20 pm
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...
706
Foteos Macrides
oldgreeky
Aug 14, 2006 11:37 pm
Karla, Correct, you no longer need to import overlibmws_function.js. Thanks for the feedback. I'm glad that solved your problem. Fote -- ... From:...
707
Lev Seltzer
levseltzer
Aug 15, 2006 8:50 am
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...
708
Foteos Macrides
oldgreeky
Aug 15, 2006 10:59 pm
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...
709
Lev Seltzer
levseltzer
Aug 16, 2006 9:56 am
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...
710
cji_work
Sep 1, 2006 7:45 pm
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....
711
Foteos Macrides
oldgreeky
Sep 2, 2006 12:36 am
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...
712
chun ji
cji_work
Sep 5, 2006 4:39 pm
Hi Mr Foteos, It works just as I wished. Thanks a lot for the tips. -cji ... function(){document.forms.F.elements.TA.value=OLresponseAJAX;}); ... ...
713
Foteos Macrides
oldgreeky
Sep 5, 2006 9:58 pm
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...
714
tpmacdad
Sep 6, 2006 5:56 am
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...
715
Foteos Macrides
oldgreeky
Sep 6, 2006 12:57 pm
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...
716
ssmattson
Oct 18, 2006 6:47 pm
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...
717
Foteos Macrides
oldgreeky
Oct 18, 2006 10:57 pm
If the DHTML popup content is a complete HTML file imported via iframe, cf.: http://www.macridesweb.com/oltest/IFRAME.html and ...
718
Sean mattson
ssmattson
Oct 19, 2006 5:35 pm
Thanks Fote, As usual, your response has been immensely helpful. Regards, S Foteos Macrides <fote@...> wrote: If the DHTML popup content is a...
720
davmorr
Oct 20, 2006 9:09 pm
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...
721
Foteos Macrides
oldgreeky
Oct 20, 2006 11:02 pm
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...
722
Walter Conti
contiw
Nov 1, 2006 4:37 am
Did somebody make an Overlib widget to substitute windows Yes/No confirm dialog? Thanks for sharing. ContiW...
723
Foteos Macrides
oldgreeky
Nov 11, 2006 7:21 pm
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,...
724
mcoogan2005
Nov 13, 2006 1:40 am
I'm completely new to this. can anyone tell me what i need to do to use my own images for the bubble pop ups?...
725
Foteos Macrides
oldgreeky
Nov 13, 2006 4:22 am
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...
726
patoutofhull
Nov 15, 2006 12:27 pm
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...