Hi, did somebody try to pass php variables in overlib function? Is it possible? I would like to use overlib for showing values selected from a Mysql Database. ...
8696
Johan Printz
nikonf100se
Dec 1, 2004 9:38 am
Hi you have to create your overlib call dynamic.. fetch desired data from your MySQL database and then echo it out into your overlib call (server side)......
8697
dplsfn
Dec 1, 2004 9:46 am
Hi Johan, you make it easier, but I'm not a good programmer :-) I tried to execute overlib with echo: echo ("<script language='javascript39; src='overlib.js'>); ...
8698
Dr. Henry Schneider
henry_schnei...
Dec 1, 2004 11:43 am
Hi, I want to put this: <form name='mpsearch' method='get' action='http://www.medpilot.de/medptools/cgi-bin/mpsearch.pl' target='_top' ... <input type="TEXT"...
8699
Robert E Boughner
reboughner0718
Dec 1, 2004 1:17 pm
... How did you get that copy? That error was reported the very first day that it was released and was promptly updated with all links to the old version...
8700
Robert E Boughner
reboughner0718
Dec 1, 2004 1:23 pm
... Maybe these pages will help you out: http://overlib.boughner.us/PHP/overlib_PHP.htm or http://overlib.boughner.us/PHP/overlib_wlink_PHP.htm...
8701
Robert E Boughner
reboughner0718
Dec 1, 2004 1:30 pm
... target='_top' ... Datenbanken" ... javascript-string. The ... You're easiest route would be to put that into a javascript text string and pass it as the...
8702
Dr. Henry Schneider
henry_schnei...
Dec 1, 2004 2:31 pm
Thanks. I put all the myText in one line, but this does not work. I dont know, why. Any ideas? Robert E Boughner [reboughner@...] wrote: You're...
8703
Dennis Sandow
dsandow
Dec 1, 2004 2:52 pm
Henry Add a '>' to close the <form...> tag yText='<form name="mpsearch" method="get" action="http://www.medpilot.de/medptools/cgi-bin/mpsearch.pl" ...
8704
Dennis Sandow
dsandow
Dec 1, 2004 3:33 pm
... Consider making it simpler by eliminating the backslashes (\). We set 2 variables tInit and tNil, then apply them using function calls doclear() and...
8705
Dr. Henry Schneider
henry_schnei...
Dec 1, 2004 5:18 pm
Looks not to be easier. I think the best way would be to write a function (javascript oder pHp) to modify strings for the overlib-use. Does anybody know,...
8706
Forbes, Kim
forbes_k
Dec 1, 2004 9:44 pm
Hello all, I have a very basic Javascript to highlight various sections of an image map. I would like to have Overlib text called for each area on my Map....
8707
Robert E Boughner
reboughner0718
Dec 1, 2004 10:11 pm
... Kim, yes you can do your image swap and have overLIB popups shown at the same time by just combining them together like indicated here: ...
8708
Forbes, Kim
forbes_k
Dec 1, 2004 10:22 pm
Works great! I feel like the Scarecrow in the Wizard of Oz, "It was so simple, I should have thought of it myself!" Thanks again! Kim ... From: Robert E...
8709
Robert E Boughner
reboughner0718
Dec 2, 2004 12:16 am
... Glad that things worked out so well for you. Bob...
8710
ZaniX
miamiinchez69
Dec 2, 2004 1:36 am
Hello, Im kinda new to overlib...think I got most of it down. Only issue I have is that I created a player which uses Flash and Windows Media Player...
8711
stefano de paoli
dplsfn
Dec 2, 2004 11:48 am
Finally I'm able to pass the variables in overlib.js. What was missing was this: onMouseOver="return overlib( \'39;.htmlentities($parola).'\');" I didn't use the...
8712
ponudba
Dec 2, 2004 1:05 pm
... More I want to find the answer to that question less I know :) When I was looking for a solution I checked so many possibilities and different pages I am...
8713
Robert E Boughner
reboughner0718
Dec 2, 2004 3:07 pm
... It looks as if the URL's to those two pages set you on the correct path. Glad to have helped you out. Bob...
8714
Robert E Boughner
reboughner0718
Dec 2, 2004 3:32 pm
... What plugin are you talking about? If you're referring to the HideForm plugin then you can try using this plugin, called overlib_hideWinCtrl.js, which has...
8715
Kevin Lewis
kevinalewis_2
Dec 2, 2004 4:30 pm
Hi I am switching to the new version of Overlib and have got Crossframe working fine, however when I have a scrollable target frame the popup can appear in a...
8716
laynegarrett
Dec 2, 2004 6:22 pm
is it possible to put hyperlinks into an overlib popup? many thanks in advance.....
8717
laynegarrett
Dec 2, 2004 6:27 pm
never mind, sorry, i found the answer...
8718
ZaniX
miamiinchez69
Dec 2, 2004 9:24 pm
... Only ... Windows ... overlib ... still ... is a ... want ... == 'undefined39; ... width: '+ ... src="<html></html>" ... popup ... Were am I putting this...
8720
ZaniX
miamiinchez69
Dec 2, 2004 9:30 pm
... <reboughner@w...> ... the ... may ... This ... for ... this ... it ... nevermind i got it, im so dumb, lol...
8721
ZaniX
miamiinchez69
Dec 2, 2004 9:40 pm
... it ... Here ... exclamation ... to ... required ... -- ... download ... ok i created a js file with that coding but i get an error. I think i may be doing...
8723
Robert E Boughner
reboughner0718
Dec 3, 2004 12:13 am
... What error are you getting? just save the file as overlib_hideWinCtrl.js and call it in your html file like this: <script type="text/javascript"...
8724
Robert E Boughner
reboughner0718
Dec 3, 2004 2:35 am
... Kevin, The CrossFrame and Followscroll plugins do work together. If they aren't for you then its probably how you're implementing them. Thanks for this...
8725
vex183
Dec 3, 2004 7:52 am
I'm running 4.00, but I don't think this is fixed in 4.05. Before setting the mouseover handler, a check is done for previous a handler. If a handler is found,...
8726
Kevin Lewis
kevinalewis_2
Dec 3, 2004 10:47 am
Hi Robert Thanks for your reply this has improved matters and the target frame when scrolled allows the popup to stay where it was relative to the browser...