[wdvltalk] Netscrape 4.7

2004-06-17 Thread Furry, Tim
Dwayne wrote: Just looked at my web on NS 4.7 (which client is supporting side-by-side with IE 6) and alarmed that the CSS styles don't render, embedded tables fall apart, and graphics inside of tables jump out and land elsewhere in the page. This occurs only on the home page and one of the

[wdvltalk] RE: Chasing a US invoice from the UK

2004-06-17 Thread Jon Haworth
Hi list, If you remember my cry for help from a couple of weeks ago... it's been outstanding for some time, they haven't paid it yet. ... you might like to know they finally paid us. They still haven't answered our emails though :-) Thanks again for the help and suggestions at the time,

[wdvltalk] RE: Chasing a US invoice from the UK

2004-06-17 Thread Cheryl D. Wise
Getting paid is the most important part since I don't expect you were planning on a long term relationship with that company. Cheryl D. Wise Certified Professional Web Developer MS-MVP-FrontPage www.wiserways.com mailto: [EMAIL PROTECTED] 713.353.0139 Office -Original Message- From: Jon

[wdvltalk] RE: Chasing a US invoice from the UK

2004-06-17 Thread Andrew Lau
Jon, try the chamber of commerce in us or something call international chamber of commerce. Hope they could help or at least ask for advise. i don't know if they charge you or not. Andrew -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 11:03

[wdvltalk] RE: Chasing a US invoice from the UK

2004-06-17 Thread Jan Major
Jon Well done, glad they paid you. Jan Jon Haworth wrote: Hi list, If you remember my cry for help from a couple of weeks ago... it's been outstanding for some time, they haven't paid it yet. you might like to know they finally paid us. They still haven't answered our emails though :-)

[wdvltalk] Current date javascript

2004-06-17 Thread Riley
I have this javascript snippet that should display the current date when the page loads... script language=JavaScript type=text/JavaScript !-- Begin var months=new Array(13); months[1]=January; months[2]=February; months[3]=March; months[4]=April; months[5]=May;

[wdvltalk] RE: Current date javascript

2004-06-17 Thread Linden, Todd
JavaScript is choking on the double quotes. It assumes the end of the string when it sees second set of double quotes. This line: document.write(div align=left + lmonth + ); Should read: document.write(div align='left' + lmonth + ); HTH - Todd • The WDVL Discussion List

[wdvltalk] RE: Current date javascript

2004-06-17 Thread Paul Larue
It would anyway be recommended to show date in an element. Create a DIV and then use document.getElementById(ElementName).innerText = lmonth; --- instead of --- document.write(div align='left' + lmonth + ); Paul | -Original Message- | From: Linden, Todd [mailto:[EMAIL PROTECTED] |

[wdvltalk] RE: Current date javascript

2004-06-17 Thread Linden, Todd
Good call there Paul as you are correct. Much better DOM compliance there. html head /head body !-- other stuff here-- div id=divDateStampnbsp;/div !-- other stuff here-- script language=JavaScript type=text/JavaScript !-- Begin var months=new Array(13);

[wdvltalk] [OT] disappearing drive letter

2004-06-17 Thread Smile-Poet
I have set a new partition formatted for Linux which is shown to be in line for drive letter 'G'. With Partition Manager I hve several times set this by the 'mount' option. However, when I restart the letter has gone. Is this because Wndows hates Linux, or should I look in another direction?

[wdvltalk] RE: Current date javascript

2004-06-17 Thread Riley
Todd, Thanks for the help. Replacing those quotes fixed it. Thanks! - Riley - Original Message - From: Linden, Todd [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:45 PM Subject: [wdvltalk] RE: Current date javascript JavaScript is choking on the double

[wdvltalk] Re: Current date javascript

2004-06-17 Thread rudy
Or if anyone has a better script for this purpose, let me know. yep, i have one script type=text/javascript function currentdate() { if(confirm(Does anybody really know what time it is?)) { alert(Does anybody really care?) } } currentdate(); /script noscript pToday is the first

[wdvltalk] Re: [OT] disappearing drive letter

2004-06-17 Thread R'twick Niceorgaw
On Thu, 2004-06-17 at 17:21, Smile-Poet wrote: I have set a new partition formatted for Linux which is shown to be in line for drive letter 'G'. With Partition Manager I hve several times set this by the 'mount' option. However, when I restart the letter has gone. Is this because Wndows

[wdvltalk] Re: [OT] iso to software discs - linux

2004-06-17 Thread R'twick Niceorgaw
On Sun, 2004-06-13 at 21:21, Smile-Poet wrote: Mandrake 10 comes to me as 3 iso discs to transfer to the hard disc and then burn three CDs to install the program. I have set up a partition for linux (though each time I assign a letter it disappears again!). My old machine cut two of the