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>...
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...
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...
... 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...
... . . . 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...
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...
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....
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...
... 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...