Hi! Ecdavid07(Nice Name) Plz try putting language attribute in the script tag as <Script Language="JavaScript"> and then try it. Hope it works. Rgds Harsha ......
I have some content that is hidden and only displayed using JavaScript. However, when JavaScript is disabled, I want to display all of the content to start...
... I never finished this question. Am I right in saying that you are only supposed to have simple text between the noscript tags? Thanks, Stephen -- No virus...
I think yes is the answer. But you can use the unobtrusive javascript technique to reach what you want. I don't have a link about it right now, so do some...
... Well, I've been wrong before trying to decipher DTDs, but what I *believe* it's saying is that: 1) you can't have a NOSCRIPT element in the HEAD element,...
Hi Stephen, --"I can do this by redefining styles within a noscript tag within the head section. Display: none is changed to Display: block for the various ...
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...