<?php // Connects to your Database mysql_connect("localhost", "root", "") or die(mysql_error()) ; mysql_select_db("users") or die(mysql_error()) ; //Retrieves...
1463
Foteos Macrides
oldgreeky
Oct 27, 2010 8:23 am
Philip, What you posted is missing the echo statement, and appears to have an extraneous </span>. Look at how the overlib first argument is constructed for a...
1464
philcrosoft
Oct 27, 2010 5:37 pm
Well I've read it all, but I don't exactly how to combine my php with overlib ((( ... So I need help ... this is my full php code: <html> <head> <meta...
1465
Ben Johansen
beninpurple
Oct 27, 2010 9:33 pm
ok, have you looked here for help http://us.php.net/manual/en/function.mysql-fetch-array.php notice how they used ASSOC flag while ($row =...
1466
philcrosoft
Oct 28, 2010 4:48 pm
... It is just reference =) i tried your code but it doesn't work because in html output I have such result onmouseover="return overlib("Jane...
1467
philcrosoft
Oct 28, 2010 5:08 pm
Seems to me I have found solution! Thanks for help!...
1468
philcrosoft
Oct 28, 2010 8:30 pm
Hallo, I have an image inside of overlib, ti looks like this onclick="overlib(39;<a href=http://mylink><img src=img/photo/jane.jpg>', CAPTIONFONTCLASS,'olcap39;,...
1469
Foteos Macrides
oldgreeky
Oct 29, 2010 3:15 pm
Philip, I again encourage you to read the Getting Started support document: http://www.macridesweb.com/oltest/STARTED.html and to make use of the Command...
1470
kronos47
Jan 29, 2011 9:30 pm
Please help, I need a call to overlib without <a>, <div> and onLoad. This is a case of a 3 level, 4 level,... menus. Level 1 and 2 are normal and modal popup...
1471
Foteos Macrides
oldgreeky
Jan 29, 2011 10:22 pm
Luis, Could you provide a URL or example markup for a test document which makes what you mean by "level" more clear? If you are creating a "traditional" menu...
1472
kronos47
Jan 30, 2011 1:00 am
Hi Fote, 1st, thank you for your reply. After 3 days burning and 1 hour after my post I got the problem solved. This was a problem of interpretation. So, I'm...
1473
kronos47
Jan 30, 2011 2:22 am
Has I told, here is a link to a video of what I'm doing, maybe you can tell me your opinion www.logosbbs.com/capture.avi Once more thank you...
1474
Foteos Macrides
oldgreeky
Jan 30, 2011 3:01 pm
It appears that your present use of MODAL popups for handling sequences of form presentations is working very well. Before I implemented MODAL we would use...
1476
rwelti
Sep 15, 2011 11:47 pm
Hi Fote, group. In IE8 I am getting javascript errors in OLRepositionTo(). (only in IE, not in FF nor in Safari/Mac). My Overlibmws is a couple years old...
1477
Foteos Macrides
oldgreeky
Sep 16, 2011 2:54 am
Russ, The problem is not within the OLrepositionTo function but rather with arguments being passed to it when using your obsolete version of overlibmws The...
1478
r welti
rwelti
Sep 16, 2011 10:34 pm
Thanks Fote, it was worth it to know that it did not surprise you to hear of it, and I will get with the program and update! russ...
1479
John Pullam
jp_in_to
Nov 26, 2011 1:37 am
I may not have all the terminology correct so if I use the wrong term, please excuse me. I have recently found that the original version of overlib starting...
1480
Foteos Macrides
oldgreeky
Nov 27, 2011 9:10 pm
John, I have not used ColdFusion myself and have only a passing familiarity with it, but do I correctly interpret your phrase "use it inside an Ajax window" to...
1481
jp_in_to
Nov 29, 2011 2:00 am
I suspect that my case is what you described but I am not sufficiently conversant with DHTML to give you a great reply. One of the strengths of ColdFusion is...
1482
Foteos Macrides
oldgreeky
Nov 29, 2011 4:32 am
John, Your use of cfwindow tags forces the inclusion of ColdFusion39;s ext-all.css file which specifies: td{margin:0;padding:0;} overriding overlib's own use of...
1483
jp_in_to
Nov 29, 2011 4:09 pm
I made that change and curiously it solved 75% of the problem. The popup in the base page is now correct with both the border and padding. The popup in the...
1484
Foteos Macrides
oldgreeky
Nov 30, 2011 12:11 am
John, It has nothing to do with javascript. It is entirely a CSS issue. You have a typo in the style attribute value for testbug2.cfm - a double pound sign...
1485
jp_in_to
Nov 30, 2011 6:14 pm
You are correct (of course). In ColdFusion the # sign has a special meaning so you must double it to get one # where you want it. In the case of the window...
1486
Foteos Macrides
oldgreeky
Dec 1, 2011 5:50 am
John, Glad that it all works for you now. Fote ... From: "jp_in_to" <jpullam@...> To: <overlibmws@yahoogroups.com> Sent: Wednesday, November 30,...
1487
jp_in_to
Dec 1, 2011 4:00 pm
You would think this would be simple but I am using the CSS classes and I get a double border, in spite of the various things I try. I have set ol_border=0; in...
1488
Foteos Macrides
oldgreeky
Dec 1, 2011 7:43 pm
John, I think you want: <style type="text/css"> .olbg {padding:1px; background-color:#000000;} .olfg {padding:2px; background-color:#ffff66;} </style> for a...
1489
debrachoo168
Jun 11, 2012 12:08 pm
Hi, I'm having trouble figuring out how to mouseover an image and get a popup showing a html page, not the link but the page itself? And once you move your...
1490
Foteos Macrides
oldgreeky
Jun 11, 2012 12:58 pm
Presenting an HTML page in a popup normally is done by making it iframe content using the overlibmws distribution39;s iframecontentmws.js support script for a...
1491
philcrosoft
Dec 2, 2012 9:29 am
So there are two links when I click one a popup appears, so when I move the mouse to other link this popup disapperas, so how to make first pop up to be opened...
1492
Foteos Macrides
oldgreeky
Dec 3, 2012 12:09 am
A simple way to keep a STICKY onclick primary popup from being closed by a mouseover popup for another link is to check whether a STICKY primary popup is being...