1. I want to send the <%# DataBinder.Eval (Container.DataItem,"Description" %> to the call of overlib function When I want to return to HTML Design, I got the...
Hi all, I am new to this library, and have been stumbling around the documentation to build a working example. Simple popups are indeed a simple thing to...
Hello, The popup from the command below pops up on the click but does not disappear when I mouse off the clickable area until I mouse over another active area...
Boris, Take a look at the support documents via: http://www.macridesweb.com/oltest/ concerning "php/mysql db content & quoting" Basically what you need to do...
You are not making the popup STICKY (even though NOFOLLOW may make it seem that way), so you need to include onmouseoff="nd();" for it to close on mouseoffs. ...
Erich, This is a tough one. The basic problem is that you are including the script block with Google Maps code within the string definition for myText, and so...
Hi there, Thank you for the tips. I implemented your suggestion, but it failed to make a difference. In the doGoogleMaps() function, I decided to put in an...
Please disregard my last post - your suggestion worked just fine. I just happened to have an erroneous return statement in there... Too late, and not enough...
... If you don't want that behavior, you have to remove the onmouseout="return nd();" code from your link. -- Erich Beyrent ... http://www.beyrent.net...
Erich, Yes, I see from your test page that it is working amazingly well. I added to my todo list to include a demo of Google Maps content for popups in the...
Craig. If you indeed have made all of the popups STICKY, then they will ignore the onmouseoff="nd();" -- nd() closes non-STICKY primary popups, not STICKY...
Hey, Im sorry but I dont know where to look to find out how to use DIVs in my popup. Can you give me a hint where to look or tell me if this is even possible....
Sorry if I sounded so naive, but I did figure out how do do this. The problem was I have it in php code, so it was a little tricky. Otherwise I would have...
Bobby, The Lead Argument and the CAPTION parameter in overlib calls are treated as snippets of HTML that, respectively, are inserted into a table data cell...
Bobby, I had just posted a reply to your earlier message and our messages crossed, but congratulations on having figured it out on your own. You might want to...
... My plan was to use the secondary popups at a later time to include things like nearest airport and restaurant information, or things of that nature. ...
Erich, I don't think it's worth the bother to null the div contents between popup evocations. My primary concern was being able to use the doGoggleMaps()...
[snip] ... Thank you for your continued assistance with this. It works...mostly. I run into situations where the popup displays, but with no content other...
Erich, Review the "hide form or flash (incl. frames)" support documents in: http://www.macridesweb.com/oltest/ For starters, simply import overlibmws_iframe.js...
Erich, OK, now that you've fixed it for an onclick popup and have included the iframe shame to hide the form select box, the next issue is incorporating...
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...