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 972 - 1001 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
972
First, I am duly impressed with this package! Second, I am having a problem with Ajax returning stale data. I have a page with a table listing several items....
easwiedler
Offline Send Email
Oct 2, 2007
4:20 pm
973
Note that the OLgetAJAX function makes an OLclearAJAX call internally to clear any pending AJAX request before initiating a new one, so you don't need to...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 2, 2007
7:33 pm
974
Note they my reply had some uncaught typos, most of which are obvious, but be sure to include the semicolon after both of the HTML entity names: ...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 3, 2007
12:29 am
975
... obvious, but be sure to include the semicolon after both of the HTML ... internally to clear any pending AJAX request before initiating a new one, so you...
easwiedler
Offline Send Email
Oct 4, 2007
12:43 pm
976
The value for EnrollmentID is populated when the page loads, as it should be. That value is correct when passed to the Ajax call. The issue is that the data...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 4, 2007
3:41 pm
977
The value for EnrollmentID is filled by the server at the time the page is created. The issue is not that the wrong EnrollmentID is being used, rather that the...
easwiedler
Offline Send Email
Oct 5, 2007
5:06 pm
978
None of this happens if I use another Ajax component (prototype). Use of prototype is fine for loading the popup content dynamically. See the ALTERNATIVE...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 6, 2007
1:53 pm
979
I tracked down this caching problem. It is specific to IE (does not occur in Firefox, Opera or Safari). A simple and clear explanation is in the Known...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 6, 2007
8:56 pm
980
IE behaves like the other browsers with respect to caching of content returned via AJAX, and as you apparently desire, if you use POST instead of GET requests,...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 6, 2007
10:01 pm
981
I've been playing with prototype version 1.5.1.1, which appears to be the latest full release. With IE it behaves the same way for GET requests as does...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 7, 2007
1:02 am
982
Yasoo Fote, As you indicated this caching behavior for IE is by design. It has NOTHING to do with your OLgetAJAX method. Cache control in IE has always been...
gpaslanis
Offline Send Email
Oct 7, 2007
1:25 am
983
George (Yorgi), Thanks for the feedback. It would be easy to add an "&d=<datetimestamp>" option for OLgetAJAX, but unless I'm overlooking something, using...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 7, 2007
2:08 am
984
I agree! I do not see the benefit or the point in forcing a browser to pre-process cache based on an intentional unique "GET" request. To me the logical...
gpaslanis
Offline Send Email
Oct 7, 2007
2:32 am
985
Thank you all for the input. It has helped greatly. I have tried using the OLpostAJAX call and it does just as you indicated it would. I now get "fresh" data...
easwiedler
Offline Send Email
Oct 7, 2007
12:55 pm
986
Here's some more information about cache handling with AJAX that may be of interest. It's true that any Cache-Control headers presented via http or meta tags...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 12, 2007
11:27 pm
987
Hi, I would like to know which are the known compatability issues with the newest version of overlibmws. Which browsers are doing problems and which features...
amir_wald
Offline Send Email
Nov 10, 2007
1:33 pm
988
Amir, The only platform-specific issue that I am aware of is discussed and illustrated in the: http://www.macridesweb.com/oltest/flashWmode.html support...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 10, 2007
3:08 pm
989
Hello, First off let me say that your library is simply amazing! And thank you very much! My problem is with the way the AJAX popup appears, and probably has ...
Brent Lakatos
brentlakatos
Offline Send Email
Nov 17, 2007
8:26 pm
990
Brent, To show nothing but your own table markup that was loaded into OLresponseAJAX, make the overlib call: overlib(OLresponseAJAX, FULLHTML, . . .) with the...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 17, 2007
11:08 pm
991
Brent, Note that I'm assuming your tables set their widths via a width attribute or via CSS, so that the small, non-zero value of the WIDTH command's parameter...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 17, 2007
11:52 pm
992
Hi Fote, Thank you very much for responding so quickly. Your first post helped me. However I still have some smaller problems that I would like to fix. 1-The...
Brent Lakatos
brentlakatos
Offline Send Email
Nov 18, 2007
12:33 am
993
Brent, The: http://www.macridesweb/oltest/AJAX.html support document is tough reading for those not yet very familiar with javascript, but keep re-reading it...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 18, 2007
3:41 am
994
Hi there I'm using the modal popup to display a 'confirm delete' message with 'ok' and 'cancel' buttons, and have just picked up the latest version to use the...
Patrick Wilkes
patrick_wilkes
Offline Send Email
Nov 28, 2007
3:30 am
995
Hi again Another question about MODALSCROLL ... the dialogs I referred to in my last post have a strange rendering problem if I turn MODALSCROLL on. I have a...
Patrick Wilkes
patrick_wilkes
Offline Send Email
Nov 28, 2007
4:16 am
996
Patrick, The MODAL popups involve a number of hairy workarounds for bizarre behavior across the supported browsers in their handling of overflow settings...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 28, 2007
5:40 am
997
Patrick, There's an inappropriate backslash in the OLgetAJAX call you show, but I assume that's just a typo in your message to this group. You don't want to...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 28, 2007
7:51 am
998
... Patrick, It just occurred to me that this problem might be due to your 'cancel' button using just: "cClick();" instead of: "return cClick();" or ...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 28, 2007
6:35 pm
999
Thank you, indeed that has solved the problem. Many thanks for spotting it! I have to admit I don't really understand what is happening when you use href="#"...
Patrick Wilkes
patrick_wilkes
Offline Send Email
Nov 28, 2007
10:15 pm
1000
Thank you again - using the alerts as you suggest doesn't work too well for me as the HTML being returned is too long (it's being generated from a JSP which...
Patrick Wilkes
patrick_wilkes
Offline Send Email
Nov 28, 2007
10:44 pm
1001
Patrick, The "#" as an href or action value resolves to an instruction to jump to an undefined anchor in the current document, and thus causes a jump to the...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 28, 2007
10:50 pm
Messages 972 - 1001 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