Subject: Re: [oL] Nonsecure Message Ron wrote: For testing purposes I have security in IE set to the default settings. (Which is what the majority of people...
7236
warrisr
Jan 1, 2004 6:36 pm
Hello Fote, I tried both of your suggestions. Changed the invocation event to onmouseover and tried a forced return value of false. The page is still doing the...
7237
:: Daedeloth ::
daedeloth@...
Jan 1, 2004 11:43 pm
Hi. I'm using overlib on a game I'm creating, but somehow it can't do some things in Internet Explorer. This: <a...
7238
:: Daedeloth ::
daedeloth@...
Jan 2, 2004 1:14 am
The error occurs on line 1080 I use other javascript on that page And still it's only internet explorer that is causing problem (someone should shoot Bill...
7239
Robert E Boughner
reboughner0718
Jan 2, 2004 4:19 pm
... some things in Internet Explorer. ... HREF="http://rtd.myhost24.com/index.php?page=travel&go=down&t=t#t" onmouseover="return overlib('Go to Blood factory',...
7240
Robert E Boughner
reboughner0718
Jan 2, 2004 4:33 pm
At the request of a frequent user of overlib, the command DONOTHING has been added to the overlib core module so that it is easier to program shell wrapper...
7241
Robert E Boughner
reboughner0718
Jan 2, 2004 4:38 pm
... Oops. Made a mistake in the URL. It should be http://overlib.boughner.us/plugins/overlib_commands.html Sorry about that slip up....
7242
:: Daedeloth ::
daedeloth@...
Jan 2, 2004 5:51 pm
... when using internet explorer's error search (or whatever it's called in english) the problem should lie here: o3_frame.document.all["overDiv"].innerHTML =...
7243
Foteos Macrides
oldgreeky
Jan 2, 2004 6:12 pm
... From: warrisr To: overlib@yahoogroups.com Sent: Thursday, January 01, 2004 1:36 PM Subject: [oL] Re: Nonsecure Message Hello Fote, I tried both of your...
7244
Robert E Boughner
reboughner0718
Jan 2, 2004 7:46 pm
... i'll give ... I would like to help you out but I can't read what was included in your reply post to me. It had a black background color and blue lettering...
7245
:: Daedeloth ::
daedeloth@...
Jan 2, 2004 7:50 pm
maybe it would be best to check it out online http://rtd.myhost24.com/ user : guest pass : guest in 'search for players' (just push Guess) it works in 'travel39;...
7246
Foteos Macrides
oldgreeky
Jan 2, 2004 9:53 pm
... From: Robert E Boughner To: overlib@yahoogroups.com Sent: Friday, January 02, 2004 11:33 AM Subject: [oL] ANN: new command added to the overlib code base ...
7247
:: Daedeloth ::
daedeloth@...
Jan 2, 2004 10:24 pm
Hi, I have my problem stated a few mails ago. Does anyone have the answer or even just a clue? Greets :) Daedeloth...
7248
Foteos Macrides
oldgreeky
Jan 2, 2004 11:19 pm
... From: :: Daedeloth :: To: overlib@yahoogroups.com Sent: Friday, January 02, 2004 5:22 PM Subject: [oL] Problem with IE Hi, I have my problem stated a few...
7249
:: Daedeloth ::
daedeloth@...
Jan 2, 2004 11:45 pm
yes ok, that's a mistake, I know (I replaced some words I better hadn't, ) but that isn't the problem and most users can login :p ... From: Foteos Macrides To:...
7250
Robert E Boughner
reboughner0718
Jan 3, 2004 1:05 am
... I got into this page but I haven't the slighest idea what I'm supposed to do once I'm there. Under "search for players" I didn't see anything about...
7251
into it
intoitall
Jan 3, 2004 2:22 am
i have overLIB 3.51 my goal is to pull dynamically created info into popup by using php tags or by including a "file" ie: <?php...
7252
:: Daedeloth ::
daedeloth@...
Jan 3, 2004 2:28 am
well, like you say, when pointing the mouse over one of the arrows (up, right, left or down) nothing happens indeed. but that's the problem. And when you...
7253
Dennis Sandow
dsandow
Jan 3, 2004 2:50 am
... I'll give you my thought process. Can't say that it will be understandable, since a large number of overlib() users have no need for (or have not yet...
7254
Dennis Sandow
dsandow
Jan 3, 2004 2:58 am
Php has been covered at length in the group. Suggest you search the archives for "php" and follow some threads and start to experiment When you run into a...
7255
Ian Collins.net (Webm...
abbyhart333
Jan 3, 2004 11:43 am
Daed! I've just had a look at your page (now that you have told us (a) how to log in and (b) where we are to look for some overlib action ... sheesh!) I went...
7256
:: Daedeloth ::
daedeloth@...
Jan 3, 2004 12:03 pm
<A HREF="http://rtd.myhost24.com/index.php?page=travel&go=up&t=t#t" onmouseover="return overlib('Go to Temple', CAPTION, 'Go to ...', WIDTH, 100)"...
7257
Robert E Boughner
reboughner0718
Jan 3, 2004 1:48 pm
... (even ... reasonable ... Dennis you didn't address his most obvious concern. Why did you want this at all since you don't use the "standard" version of...
7258
Foteos Macrides
oldgreeky
Jan 3, 2004 3:18 pm
... From: Robert E Boughner To: overlib@yahoogroups.com Sent: Saturday, January 03, 2004 8:48 AM Subject: [oL] Re: ANN: new command added to the overlib code...
7259
Irving Koznozski (pen...
intoitall
Jan 3, 2004 4:49 pm
dennis thank you for your quick response -- i did spend a few hours going thru this group as well as other "php in js" searches on the www and found no help --...
7260
:: Daedeloth ::
daedeloth@...
Jan 3, 2004 5:24 pm
I finally found out what caused the error: I had placed the include function <!--- OVERLIB --> <div id="overDiv" style="position:absolute; visibility:hidden;...
7261
Dennis Sandow
dsandow
Jan 3, 2004 6:01 pm
... The SIMPLEST way is to generate the daily message on the server as a .js file ... var dailyMessage = 'Delivery is scheduled for Jan 5' ... Then download...
7262
Irving Koznozski (pen...
intoitall
Jan 3, 2004 6:19 pm
this date thing is ripped from a pretty complicated php module in my store - that assign delivery day values to each product - so the delivery day changes on...
7263
Dennis Sandow
dsandow
Jan 3, 2004 7:23 pm
... Repeating - not necessary or desireable to use iframe inside an overlib popup. You don't NEED to have a separate whole html page brought in as an iframe,...
7264
Irving Koznozski (pen...
intoitall
Jan 3, 2004 7:37 pm
perhaps i should be more forthcoming -- i am working on a new site that will eventually replace the one you visited see it here http://www.orchidsbymurphy.com/...