Hai,
I have one problem in Javascript.I have two Div tags.If i click one
button i am shpwing one Div and hide the other one vice versa.
See this code
'<table border="0" width="650">' +
'<tr>' +
'<td width="158" height="29">Creat</input></td>' +
'<td><input type="text" name="Creator"><xsl:attribute
name="value"><xsl:value-of select =
"TicketDescription/Ticket/Creator"/></xsl:attribute><xsl:attribute
name="onfocus">blur()</xsl:attribute></input></td>'+
'</tr>' +
'</table>'
It is working fine in IE.But when i open this in Netscap the label is
disbled.But the text box displaying perfectly.Intesd of label i used the
following tag also.
<input id=b type=button style=border:0;background:transparent value=Creator >
But this is also display as Button in Netscape.But i need label only.
Please give some suggestion
Regards
Udhaya