Search the web
Sign In
New User? Sign Up
overlibmws · DHTML Tooltip and Sticky Popup Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 687 - 716 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
687
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...
pornslon
Offline Send Email
Jul 5, 2006
1:16 am
688
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...
Foteos Macrides
oldgreeky
Offline Send Email
Jul 5, 2006
3:30 am
689
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...
Foteos Macrides
oldgreeky
Offline Send Email
Jul 5, 2006
2:38 pm
690
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 C. Beyrent
erich_beyrent
Offline Send Email
Jul 6, 2006
1:01 pm
691
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:...
Foteos Macrides
oldgreeky
Offline Send Email
Jul 8, 2006
2:00 am
692
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...
steepusa
Offline Send Email
Jul 30, 2006
7:21 pm
693
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 Macrides
oldgreeky
Offline Send Email
Jul 31, 2006
12:45 am
694
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 Tussey
steepusa
Offline Send Email
Jul 31, 2006
10:37 am
695
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...
Foteos Macrides
oldgreeky
Offline Send Email
Jul 31, 2006
11:47 am
696
hi group, i use this code: <a onmouseover='return overlib(\"".$short."<br><br>".$long."\", CAPTION, \"".$name."\");' onmouseout=\"return nd();\" href='#'><img ...
m_son666
Offline Send Email
Aug 4, 2006
11:34 am
697
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...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 4, 2006
12:36 pm
698
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 C. Beyrent
erich_beyrent
Offline Send Email
Aug 10, 2006
6:37 pm
699
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...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 10, 2006
7:40 pm
700
Ugg. What a moron I am. Thanks again Fote! -Erich- _____ From: Foteos Macrides [mailto:fote@...] Sent: Thursday, August 10, 2006 3:38 PM To:...
Erich C. Beyrent
erich_beyrent
Offline Send Email
Aug 11, 2006
12:41 pm
701
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. ...
wandlimb1959
Offline Send Email
Aug 14, 2006
5:54 pm
702
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...
Lev Seltzer
levseltzer
Offline Send Email
Aug 14, 2006
7:26 pm
703
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)....
Foteos Macrides
oldgreeky
Offline Send Email
Aug 14, 2006
9:09 pm
704
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...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 14, 2006
10:20 pm
705
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...
wandlimb1959
Offline Send Email
Aug 14, 2006
11:20 pm
706
Karla, Correct, you no longer need to import overlibmws_function.js. Thanks for the feedback. I'm glad that solved your problem. Fote -- ... From:...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 14, 2006
11:37 pm
707
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 Seltzer
levseltzer
Offline Send Email
Aug 15, 2006
8:50 am
708
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...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 15, 2006
10:59 pm
709
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...
Lev Seltzer
levseltzer
Offline Send Email
Aug 16, 2006
9:56 am
710
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....
cji_work
Offline Send Email
Sep 1, 2006
7:45 pm
711
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...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 2, 2006
12:36 am
712
Hi Mr Foteos, It works just as I wished. Thanks a lot for the tips. -cji ... function(){document.forms.F.elements.TA.value=OLresponseAJAX;}); ... ...
chun ji
cji_work
Offline Send Email
Sep 5, 2006
4:39 pm
713
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...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 5, 2006
9:58 pm
714
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...
tpmacdad
Online Now Send Email
Sep 6, 2006
5:56 am
715
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...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 6, 2006
12:57 pm
716
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...
ssmattson
Offline Send Email
Oct 18, 2006
6:47 pm
Messages 687 - 716 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help