The code shown is HTML rather than JavaScript. Removing excess spaces is something that HTML does extreamly effectively. To prevent it you have to put ...
I haven't been looking at the messages for a while, so this is fairly late. It looks like what you need is a state machine that looks at the state of both left...
John - I think I posted the answer to this one - apologies if I didn't. It turned out to be the string literal of true and false. You cannot do this (in I.E....
After lot more hunting, I came to pretty much the same conclusion. The only problem is that I cannot 'easily' output spaces as . Thanks anyway. Rob. ... ...
Anyone know how to turn a string back into an object, to make the code below work? function CheckHandovers() { count = 11; string = "document.elements.HAND" +...
Hello all, I am attempting to generate a color-safe palate (216 colors) by utilizing Javascript. I am attempting to do it in the form of ("Red", for example): ...
Rick - a few typo's in your code, but almost there. This should give you what you need. Remember to reformat it, as Yahoo! will wrap the code. Rob. <script> ...
Hey Rob, Thanks so much for finding the errors in my code and straightening them out! Its always the commas and single and double quotes that mess up my code...
Hi to all fellow coder's... I have problem regarding combox.. I have 2 combo box: combo box1 = list country name - Example. United States combo box2 = list...
TO: "Atkinson, Robert" It works fine... Thank u very much.... aspi ... ********************************************************************* ... not...
Sorry, I have to ask, How are you using these 2 SELECT lists? (combo box is a VB term, and it defines something that the SELECT Object is not) I'm trying to...
Yah.. Combo box is in VB and list/menu(Select Obect) in HTML they are the same.. Instead of using sort method on server side coding, when user choose any...
Aspi, you do realise that a selection can have a different value than the one that is displayed don't you? I.e. <option value="UK">United Kingdom</option>,...
Rob, ah.. nope What i did is Two Selection list populated by table_country in my database. One for the Country and one for the Abbreviation. Since they store...
... I do not know what a pane is, but with style='width:xy%' you can set the width of a select box, at least with our beloved internetExplorer :-) ... Roland...
roland@...
May 10, 2004 3:20 pm
1266
Use CSS to control it: .select { font-family: Verdana, Arial, sans-serif; font-size: 10px; width: 200px; } Usage: <select name="select" class="select"> HTH, AJ...
I believe my problem may be due to a piece of java script written to open a small window containing a Quicktime .mov. Many people have been able to view the...
I'm seeing it ok on my mozilla browser. I think your problem is isolated on some network preventing .mov files (not sure). AJ On Mon, 10 May 2004 15:51:30...
The only thing is that the library computer I mentioned did show me another Quicktime movie I put online that same day. Weird. One ran, the other just gave me...
Hello everyone, i do have the following script, and i want to have the .html or .htm file on a new window. Anyone to help? ...
Simeon Eleftheriadis
simos@...
May 12, 2004 7:49 am
1273
Hello All, I am trying to find out, when I go from One Web page to another, like going to www.yahoo.com to www.hotmail.com how many bytes gets loaded in my...