<?php // Connects to your Database mysql_connect("localhost", "root", "") or die(mysql_error()) ; mysql_select_db("users") or die(mysql_error()) ; //Retrieves...
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...
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...
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;,...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...