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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 574 - 603 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
574
Hi, I'm looking to pass any error messages generated in our php login script to an overlib popup at the time of submitting the html form data to that same...
docdudeus
Offline Send Email
Jan 4, 2006
1:40 pm
575
John, You cannot use the onsubmit event in the initial document to display the error message because the form submission must be received by your server and...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 4, 2006
10:40 pm
576
Fote, Thanks for the help. I tried that trick using iframes (no overlib) but even with margins and borders set to "0" I still had a 1 pixel area around the...
docdudeus
Offline Send Email
Jan 6, 2006
2:49 am
577
Fote, Cool I got it working. I made an exact copy of the HTML markup and placed it in the login verification script. Using the onload= event in the body tag...
docdudeus
Offline Send Email
Jan 6, 2006
7:21 am
578
Efaristo, The code for the ADJBUBBLE feature was designed for BUBBLE popup content which is plain text or is HTML with only inline markup. If you use...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 6, 2006
6:47 pm
579
Ellinika, Code cleaned up now. I didn't realize I had stumbled onto a desired effect by dumb luck. Used your suggestions and actually I like the way it works...
docdudeus
Offline Send Email
Jan 6, 2006
11:48 pm
580
Is it possible? 1. Is it possible one link to get infos from first.txt and other link to get the infro from second.txt. 2. Is it possible that to be formated...
ikey_85
Offline Send Email
Jan 10, 2006
11:46 am
581
Ikey, The use of imported files as DHTML popup content commonly is done by making that content an iframe or object element. The utility scripts...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 10, 2006
12:29 pm
582
EXCELANT :DDD Thanks :D I have one more question thou, I cant hide that tiny border around the box. I set the 'if1', 0 but I still get that light-cyan-blue...
ikey_85
Offline Send Email
Jan 10, 2006
5:35 pm
583
Ikey, Setting the frameborder argument in the OLiframeContent(src, width, height, name, frameborder) function to 0 gets rid of the "three-dimensional chrome"...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 10, 2006
11:02 pm
584
Here is captured pic: http://ts2.archaicorder.com/AO/images/border.jpg <- how can I remove the light border around the popup? Here is the code: <a...
ikey_85
Offline Send Email
Jan 12, 2006
3:06 am
585
I fixed the problem with the border ;D I forgot the overlibmws.js Thank you very much :DD Best regards, Ikey...
ikey_85
Offline Send Email
Jan 12, 2006
3:16 am
586
Ikey, For future reference, should you sometime want colored borders around your iframe popup content, the TEXTPADDING command does not normally create a...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 12, 2006
12:36 pm
587
Bobby, The problem is that in the first echo for the php parser you are using single-quotes to specify its string so that you can use double-quotes for the...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 22, 2006
3:02 pm
588
I have a "welcome" 15 seconds mp3 that execute the first time a site is entered. There is also a overlib popup which closes with cClick(). Is not a big deal,...
Walter Conti
contiw
Offline Send Email
Jan 24, 2006
4:44 am
589
Walter, Please provide a URL for a document which shows this problem, or post sufficient markup to reproduce it. Fote -- ... From: Walter Conti To:...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 24, 2006
2:51 pm
590
... post sufficient markup to reproduce it. ... is entered. There is also a overlib popup which closes with cClick(). ... playing it it is not finished. Does...
Walter Conti
contiw
Offline Send Email
Jan 24, 2006
5:44 pm
591
Walter, You need a return value of false for the onclick to avoid termination of any still active processes associated with the document, such as the playing...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 24, 2006
7:59 pm
592
Thank You Fote. Thanks. WalterC _____ From: overlibmws@yahoogroups.com [mailto:overlibmws@yahoogroups.com] On Behalf Of Foteos Macrides Sent: Tuesday, January...
Walter Conti
contiw
Offline Send Email
Jan 24, 2006
8:15 pm
593
Walter, Note that this is basically the same issue that is discussed in the: http://www.macridesweb.com/oltest/ONCLICK.html support document concerning how to...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 25, 2006
1:33 am
594
Hello again, Many revisions to the site and now I've run into a problem with by login bubble routine. I've set a conditional that determines which <body>...
docdudeus
Offline Send Email
Feb 2, 2006
11:04 pm
595
Hello, I solved my problem by embedding my HTML <body> markup in my php conditionals. I knew I already had the overlib function working, what I needed was to...
docdudeus
Offline Send Email
Feb 3, 2006
1:04 am
596
Yassou John, Congratulations on solving the problem, and thanks for posting the informational URL. You might also want to review the ...
Foteos Macrides
oldgreeky
Offline Send Email
Feb 3, 2006
2:36 am
597
Ellinika, Fote, I've got a page where I'm using javascript to essentially save form data before it is submitted in a cookie array. The call to the save data...
docdudeus
Offline Send Email
Feb 19, 2006
9:56 am
598
... I've got a page where I'm using javascript to essentially save form data before it is submitted in a cookie array. The call to the save data function is...
Foteos Macrides
oldgreeky
Offline Send Email
Feb 19, 2006
6:34 pm
599
... . . . will the overlibmws bubble superimpose over a .swf movie. It works fine in Internet Explorer but not in Firefox, imagine that! I've played with the...
Foteos Macrides
oldgreeky
Offline Send Email
Feb 19, 2006
11:27 pm
600
John, Oh, the problem has a simple explanation. IE uses the object markup for flash and in that you have a param element which sets wmode to "transparent" but...
Foteos Macrides
oldgreeky
Offline Send Email
Feb 20, 2006
5:04 am
601
Fote, Just figured it out. I left the embed wmode markup out. Saw this reply and noticed you found the same error. As for the other issue with the conflict....
docdudeus
Offline Send Email
Feb 20, 2006
5:45 am
602
Fote, After you helped me solving the last two issues on my form pages I noticed a problem in IE with my input, select, textarea attributes. I have a style...
docdudeus
Offline Send Email
Feb 20, 2006
7:26 am
603
... From: docdudeus . . . As for the other issue with the conflict, I removed the return [token] and now both functions are fired off. For my own education why...
Foteos Macrides
oldgreeky
Offline Send Email
Feb 20, 2006
5:19 pm
Messages 574 - 603 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