Hi, I'm a new user of OverlibMWS, so first of all thank you to the developers for maintaining the project. I have been playing with the Ajax examples, and have...
Adam, The second argument for OLgetAJAX must be a function reference, meaning the name of a function without parens. Thus, if you want to pass a CAPTION...
Many thanks for your reply, ... Thank you, I have now changed my code to use a global "thisCaption" variable rather than passing it as a parameter. In order to...
I now have it working! Sticking with my theory that the delay in talking to the server could be at fault, I modified the ALTERNATIVE FORMAT example at ...
... Adam, Although in your overlibphorum.js you changed the previous: function lastPostPreview(thisCaption){ . . . } to: var thisCaption = 'not set'; function...
... Bah, I could have sworn I'd removed those brackets! Sorry about that, you are right, my original script using your basic example now works, thank you! I am...
Adam, Thanks for pointing out the missing comma in the displayed markup for AN ALTERNATIVE FORMAT in: http://www.macridesweb.com/oltest/AJAX.html That format...
... Adam, In your overlibphorum.js add another overlib wrapper function like the fnLastPostPreview() whose reference you are using for the second argument of...
... Adam, Actually, because the first popup also is STICKY, an nd call associated with onmouseout won't close it. You need a conditional cClick call. Include...
conflict with overlib and nav menu in IE 6 and 7Valerie and Michael, Probably the easiest way to circumvent this conflict in IE for your CSS-based navigation...
Foteos, et all This one will be hard to explain.. But hopefully you can see the effects at the following url.. This seems to ONLY affect IE 6 (6.0.2800.x...
Many thanks for your details help and advice! I believe I have now implemented your suggestions here. <http://www.cantonese.sheik.co.uk/phorum/list.php?2> ......
Adam, Yes, you appear to be all set now. But feel free to post here again if you should encounter any problems implementing the Chinese character help system....
John, I can't reproduce the problem you describe, nor see anything clearly problematic in your markup. I assume you tried using your callWidget() wrapper...
John, I've been thinking about your comment that when you have the problem, the popup is "slightly smaller in size" which perhaps means that the popup markup...
... Yeah, I saw all of your hits on the server.. and you surfaced a bug that I just fixed.. (your broswer ID string was longer than 150 characters.. which was...
... John, The workaround does not involve omitting the DOCTYPE, but rather, using one which specifies the "public identifier" without included a "system...
... Ah, that was my miss-reading of you comment.. you did say "URL".. ... I love that site (Quirksmode) it has saved my bacon more times that I can count.. I...
... Yes, but that is because in IE6 and IE7 it forces handling of the document in quirks mode, even if the DOCTYPE declaration includes both a public...
... I see..., I just followed that link to the discussion on DOCTYPE sniffing.. I guess this changed when I was not looking.. I originally remembered that...
conflict with overlib and nav menu in IE 6 and 7> This did solve the problem in IE regarding the menu, ... Valerie, The flicker with IE for the Suckerfish or...
Walter, To make the parent document's contribution to the main (non-CAPTION) area of the popup transparent, include: BORDER,0, BGCOLOR,'', FGCOLOR,'', in the...
Walter, When I tried: http://sitodellepetizioni.org/ I was redirected to: http://sitodellepetizioni.org/petitions/client/index.cfm and its markup is a mess....
Walter, I just looked at the aboutus.cfm which your ColdFusion is returning as the AJAX content, and it has the same kinds of bad markup as the index.cfm...
Thanks Fote for opening my eyes. The code is really a mess. I knew it was kind of caotic but not at the point the validator told me. I appreciate your...