Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1246 - 1275 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1246
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 &nbsp;...
John Bowling
johnlb2002
Offline Send Email
May 2, 2004
5:42 am
1247
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 Bowling
johnlb2002
Offline Send Email
May 2, 2004
6:12 am
1248
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....
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 4, 2004
11:30 am
1249
After lot more hunting, I came to pretty much the same conclusion. The only problem is that I cannot 'easily' output spaces as &nbsp;. Thanks anyway. Rob. ... ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 4, 2004
11:32 am
1250
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" +...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 4, 2004
11:49 am
1251
Use document.getElementById(sId) or document.getElementsByName(sName) :-) Roland...
roland@...
Send Email
May 4, 2004
12:22 pm
1252
Sexy - cheers Roland. ... From: roland@... [mailto:roland@...] Sent: 04 May 2004 13:22 To: 1stJavaScript@yahoogroups.com Subject: re:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 4, 2004
12:54 pm
1253
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): ...
RiK408@...
rik408
Offline Send Email
May 4, 2004
12:54 pm
1254
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> ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 4, 2004
1:32 pm
1255
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...
RiK408@...
rik408
Offline Send Email
May 4, 2004
2:10 pm
1256
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...
asper_ph
Offline Send Email
May 5, 2004
5:16 am
1257
<html> <body> <script> function MatchShort() { IndexNum = document.DropLists.Long.selectedIndex; document.DropLists.Short.options[IndexNum].selected = true; } ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 5, 2004
8:49 am
1258
TO: "Atkinson, Robert" It works fine... Thank u very much.... aspi ... ********************************************************************* ... not...
asper_ph
Offline Send Email
May 5, 2004
9:49 am
1259
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...
jsWalter
otrwalter
Online Now Send Email
May 5, 2004
1:24 pm
1260
I have the following files in my /home/pmro/totem directory 1st file: index.php <html> <head> <title>Crase Sigma - Crase Link</title> <meta...
paulogoes2002
Offline Send Email
May 6, 2004
7:42 am
1261
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...
asper_ph
Offline Send Email
May 6, 2004
10:16 am
1262
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>,...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 6, 2004
3:40 pm
1263
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...
asper_ph
Offline Send Email
May 7, 2004
6:05 am
1264
Quick question....anyone know how to fix the width of a <select> pane? Cheers, Rob. ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 10, 2004
2:20 pm
1265
... 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@...
Send Email
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...
AJ Batac
ajbatac
Offline Send Email
May 10, 2004
3:30 pm
1267
Cheers guys. I guess the 'width=' attribute got beat by CSS. Rob. ... From: roland@... [mailto:roland@...] Sent: 10 May 2004 16:21 To:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 10, 2004
3:45 pm
1268
Actually, you can also use that for your input boxes and other form elements. ;) AJ On Mon, 10 May 2004 16:44:33 +0100, Atkinson, Robert...
AJ Batac
ajbatac
Offline Send Email
May 10, 2004
3:56 pm
1269
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...
seeingthingsthemovie
seeingthings...
Offline Send Email
May 10, 2004
3:58 pm
1270
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...
AJ Batac
ajbatac
Offline Send Email
May 10, 2004
4:09 pm
1271
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...
seeingthingsthemovie
seeingthings...
Offline Send Email
May 11, 2004
7:38 am
1272
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@...
Send Email
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...
Pawan Gupta
pawan1gupta
Offline Send Email
May 16, 2004
11:36 pm
1274
I want to make nasted menu like 1. PRODUCTS 1.1 PRODUCT RANGE 1.1.1 LIFT ASSEMBLIES 1.1.1.1 CABINS 1.1.1.1.1 Passenger Cabins 1.1.1.1.1.1...
Simeon Eleftheriadis
simos@...
Send Email
May 19, 2004
6:20 am
1275
Simeon, there are hundreds of these available all over the web. One I've found recently that I quite like (and is easy to install) is at :- ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 19, 2004
6:37 am
Messages 1246 - 1275 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help