Hi, I'm trying to build a website for both Windows & Unix system. The page displays all fine on windows side, but does not display the menu buttons & some...
... Look in Mozilla's options on Unix, it's possible that it is turned off by default on that OS. But in answer to your question, yes, true javascript is not...
I ran into an issue with my web app where I am a bit stumped. http://steffan.hldns.com:85/card_engine/admin_buildcard.lasso?card=1161 1. Add a Text Area 2....
I don't much think it is, because I'm using Mozilla on Mandrake Linux (I got to where I had my fill of WinDOH!s), and as I recall, JavaScript was enabled by...
At the moment, the page seems totally static (IE6). None of the buttons do anything that I can see. Dave S ... From: "Steffan A. Cline" <steffan@...> ...
... Yes, this is called cross-browser scripting and should be learned before anything else you wanna do with Javascript. :) Try to use the same Mozilla browser...
I have had problems with IE 6 but thought I had fixed them. I must have introduced some odd errors since I tested it last. If you try it in FF on your pc it...
Steffan, ... I set height: auto !important; in the css for .box, and the div resized just fine. I'm not sure I understand why you want to avoid word wrapping,...
Roger, ... I do have the card set to overflow:hidden that is why it does effectively hide anything that is too wide. I forgot that I had set the height to 14px...
Steffan, ... How about el.style.width = (max/2) + "em"; The !important flag in css is not often used because ie/win ignores it. Some people have started using...
Roger, I tried your approach and it didnąt work well because of differences in fonts etc. So, I had the idea to draw another div, hopefully hidden, where I ...
Steffan, ... I had something much simpler in mind, and it may be too simple for your task, but I just set the width in ems. An em width is font dependent, but...
Hi all, Anyone know how to do a script, where, when you click on a certain date in a popup, that date then gets entered into a field and the day for that date...
There are lots of popup calendars out there. Some use a separate window (like your example) and others use a popup on the page itself (much better). The one...
Many, many thanks Dave - you seem to be following me around with your helpfulness - it's always appreciated ;-) My brain was Googled out after a few days,...
Sev Yes, do the popup first. It quite possibly does the other stuff anyway. The code snippets I gave you are simply examples of how you could get the day...
Hi Dave, Thanks again. Couple of things - to do the things mentioned on http://www.goodhorizons.com/dates/ is PHP needed at all please, or is it all DHTML and...
You won't need PHP or ASP to produce a calendar or otherwise fill in a form. However, what are you going to do with the information the user enters? Presumably...
As mentioned on http://www.goodhorizons.com/dates the arrival and departure dates are part of a form, which is on that same website page - the results of that...
I have a contact form at http://members.optusnet.com.au/djsmart/ManlyBand/ContactUs.htm that simply e-mails me the information. You're welcome to study/steal...
Hi Dave, Many thanks for that - I've actually been constructing forms and mailto's for about 4 years ;-) So have no problem on that part of it, it's the...
Anyone know how to do a script, where, when you click on a certain date in a popup, that date then gets entered into a field and the day for that date gets...
Well, the language you use won't make any difference for that. Some popups actually create a new window. The one you are trying to emulate does this. A popup...
So that people with popup stoppers would still see the 'popup' (wots the proper name for it, if it isn't a popup?), *and* bearing in mind, that I don't want...
On here, http://www.goodhorizons.com/240605/ I'm trying to get an an image to go where it says "image to go here" and then for that image to go to the far...
... im not sure i follow - cant you just replace that text with an image tag? i presume that you've tried that and got some result you didnt like. by 'far ...
Hi Carlos, The image should be a clickable image, so that when you click it, you get the same response as when you click the words, but I've just tried your...