Walter, Sorry, but this message is devoid of any information that could possibly be used by anyone to help you. A URL for a document which shows the problem...
Manon, I do not use the php-based WebCalendar utility, but had some time this weekend to look at the HTML source generated for its online demos, and some of...
Hi Fote, thanks for your reply. Indeed, changes in the server-side code should be redone every time when the WebCalendar script is updated and the WebCalendar...
Walter, Congratulations on your inventiveness. My suggestion to try FGBACKGROUND with a semi-transparent image didn't work by itself because the table for the...
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...
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...
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...
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...
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...
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...
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...
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, Setting the frameborder argument in the OLiframeContent(src, width, height, name, frameborder) function to 0 gets rid of the "three-dimensional chrome"...
Ikey, For future reference, should you sometime want colored borders around your iframe popup content, the TEXTPADDING command does not normally create a...
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...
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,...
... 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, 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...
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...
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>...