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...
727
wvaneeden
Nov 15, 2006 5:17 pm
I have a problem where it seems like the nd() function is not cancelling the timer on mouseoff events. I do have a delay before it should popup as I do not...
728
mr. welti
rwelti
Nov 16, 2006 12:32 am
Hello! I would like to use overlibmws, but I need to solve this annoying problem first. I'm testing today with FF 2.0 and IE 6.0 on a Win XP. So far, both work...
729
mr. welti
rwelti
Nov 16, 2006 12:39 am
Well this might help: If I touch the links and hold my finger there on them for a second the content does load, supporting my theory that mouse motion is...
730
Foteos Macrides
oldgreeky
Nov 16, 2006 12:50 am
The nd call via onmouseout="nd();" will clear the DELAY and TIMEOUT timers for any popup associated with a preceding overlib call, and thus behave as you...
731
Foteos Macrides
oldgreeky
Nov 16, 2006 2:40 am
I'm not certain I completely followed your intentions. When you say you will "produce a (modal) popup window" do you mean you will use the IE-specific...
732
Foteos Macrides
oldgreeky
Nov 16, 2006 4:40 am
Russ, It appears that the IE touch screen driver is treating any contact with the screen over the link as a mouseover, but is treating a "tap" as a click as...
733
mr. welti
rwelti
Nov 16, 2006 7:59 pm
Hey Old Greek: you are a clever old Greek. ;-) (I am old, too by the way) HOORAY for YOU! είμαι...
734
mr. welti
rwelti
Nov 17, 2006 1:07 am
The urlencoded garbage in my last message were greek characters, the phrases "i'm very happy" and "thank you for all the work you do". Guess they didn't...
735
Foteos Macrides
oldgreeky
Nov 17, 2006 3:11 am
... Russ, Yes, that's a FULLHTML example with the "shadow" being a semi-transparent image worked into the foreground content, not invoked via the SHADOW...
736
Walter Conti
contiw
Nov 20, 2006 7:58 pm
I would like to have dates previous of today to be inactive. Did anyone implemented some come to share? Thank you very much. ContiW...
737
Foteos Macrides
oldgreeky
Nov 21, 2006 7:20 pm
Walter, I updated calendarmws.js in an updated overlibmws.zip distribution, such that if you use ggInactive=1; with your show_calendar(. . .); or...
738
Foteos Macrides
oldgreeky
Nov 22, 2006 6:39 am
Today I also added the inactive option in the multi-language version of the calendar popup script, overlibmws_lang.js, and again updated the overlibmws.zip...