Hi Group, I'm writing a simple HTML checklist and I need for an alert box to pop up if all the checkboxes are not checked. I've seen a few examples of how...
Hi Robert, Thanks so much, I knew it had to be something simple. What you've coded is the simplest I've seen yet! Thanks again so much for your help, I'll...
When I run a validate using http://www.validome.org/validate in this page : http://ranabtawi.com I get the following error: When using embedded events...
Riyad Anabtawi
riyada@...
Apr 18, 2007 5:07 pm
2722
Riyad, your understanding of the error is correct. The validator is saying that you must explicitly specify the default scripting language. The reality is that...
Ok thanks for that. Another error: Error: Attribute `HEIGHT` not allowed within table Tag. Error Position: width="60%" height="100%"> Another error: Unexpected...
Riyad Anabtawi
riyada@...
Apr 19, 2007 11:33 am
2724
I think the 'height' error is correct. This attribute is only valid for the <td> or <th> tags, although it may still be read and obeyed by some browsers. Row...
<SCRIPT language = JavaScript> var my_month=new Date() var month_name=new Array(12); month_name[0]="January" month_name[1]="February" month_name[2]="March" ...
What am I doing wrong? I am Trying to create a cycling banner!!! <script language="Javascript" type="text/javascript"> <!-- Hide from old browsers <p><img...
Riyad, this question should really be posted on a ASP group (ASP-Support-Group@yahoogroups.com), but here is where I think the problem is ... MyMail.From =...
Shanna - there are lots of problems in your script. Do you still need to fix this, or is it working now? Rob. ... From: 1stJavaScript@yahoogroups.com...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the 1stJavaScript group. File :...
1stJavaScript@yahoogr...
May 8, 2007 11:13 am
2735
Hi Robert. I did that, now I am getting an authentication error.. Persits.MailSender.4 error '800a0006' 535 Error: authentication failed /aspemail.asp, line 46...
Riyad Anabtawi
riyada@...
May 8, 2007 11:45 am
2736
Robert Fixed it . I had an issue with the password Thanks! ... Received: Tue, 08 May 2007 03:08:31 AM PDT From: "Atkinson, Robert" <ratkinson@...> ...
Riyad Anabtawi
riyada@...
May 8, 2007 12:06 pm
2737
Robert. I wanted to know (maybe you can help) how to set a reply-to field in ASP, for when I want to reply to an e-mail inquiry it goes straight to the ...
Riyad Anabtawi
riyada@...
May 8, 2007 1:12 pm
2738
wat causes the two scripts to get jamed when executed in single html plz me wat causes how to over come that....
Yahoo have produced a 4 part video on programming JavaScript as part of the Yahoo Developer Network (http://developer.yahoo.com/yui/theater/). The first part...
Hi, Without using any frames how can we divide a page into 3 different portions(Top,Left,Right portions) and how can we get a page at right side when we click...
Sowjanya, the proper way to do this is with <div> and <span>, using CSS. Here is some example code for a simple 3 column layout :- <head> <style> #container...
Dear All, I have to parse xml file retrieved from remote server. Parsing works in IE but doesn't work in Mozilla. Can anybody help me? -- Mohiuddin -- ...
Hi. did any one get my message about how to code combo box change selection using forms in java script? cheers marvin. [Non-text portions of this message have...
Marvin, what is it you're trying to do exactly? Rob. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of Marvin Hunkin ...