I've ruled out browser/PC problems because I just tested an example from an earlier post on this site ("Can you place a class on a row - 10/30/03) which worked fine.
I get a bottom-border when I set the <td> class attribute but not so with <tr>. Does anyone see my error?
<html>...
I'm just learning JS. I've been able to convert all but a few lines of the original code. Can anyone help? Many thanks.
function ValidatePW(f)
{
var decryptedPW = f.ApprovalPassword.value
var offPW = f.OfficerPW.value;
var mgrPW = f.ManagerPW.value;
var pw = "";
var i...
I've been asked to create an online survey with 5 <textarea> elements. I need to plan for the response to each question to be a few thousand characters.
This is the construct I've used in the past for other elements such as checkboxes or radio buttons:
With rs
.AddNew...
Yesterday it was a style issue. Today it's radio buttons. I'm shocked to discover such incompatibility exists between IE and NS on what seem to me to be common tasks.
The following code performs as expected in IE, but not NS6. In NS6, the function gets called because I get the first alert...
What does Netscape want/expect
An overly simplified illustration of what I'm doing:
<head>
<style>
.Text { font-family: sans-serif; font-size: 10px; }
</style>
</head>
I specify the style using the class attribute:
<table>
<tr>
<td class="Text">My Text</td>
</tr>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.