[wdvltalk] RE: php and javascript

2002-10-07 Thread Jon Haworth
Hi Mignon, > They are requesting a dynamic navigation menu [...] > BUT the challenge comes in where they want the nav > menu items dynamically generated from a periodically > updated database. No worries. Write a PHP/PERL/shell script that creates the javascript and writes it out to a file, an

[wdvltalk] RE: [OT] Java courses in London

2002-10-07 Thread Jon Haworth
Hi Sio, > Can anyone suggest a good place to take a java > course in central london preferably not too expensive? I don't know of any specifically, but grab a copy of Floodlight, it lists just about every course you can possibly do in London. I'd be inclined to say it's worth spending £30 on a

[wdvltalk] Javascript question

2002-10-07 Thread Jon Haworth
Hi list, Can anyone who's better at Javascript than me (i.e. just about anyone) help me out with a quick function? At the moment it looks like this: function toggleFormElements () { // TODO: // Hide all form elements on the page, // unless they're already hidden, // in which case show t

[wdvltalk] RE: Array Index

2002-10-07 Thread Cymbala, Greg
Put a with a name around your , like ... ... Your table ... Then, refer to S1 like this: document.myForm.S1 Or, if you don't care about Netscape 4.x or some other browsers besides IE, you could use these to get a reference to S1: document.all("S1") document.getElementById("S1") getElement

[wdvltalk] Re: Sending E-mail

2002-10-07 Thread Pradeep
Restart ur system. I hope this should stop all the running instances at once. Thanks Pradeep - Original Message - From: "Hoenig, Robert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 2:19 AM Subject: [wdvltalk] Sending E-mail > I'm trying to now use CDONTS