Re: Question about mozilla 1.3.1 browser

I suggest that you start using the W3C DOM expression, this is wehere 
browsers are heading in terms of support and is supported in Mozilla, IE 
and Opera :

document.getElementById('name').style.width = "30%";

Jon


At 07:09 PM 6/25/2003 +0530, Parag Sewalkar wrote:
>Hello,
>
>I have given ID say 'name' to a <td> tag  in my page and I want to set 
>width of that <td> runtime. So I am using expression name.width ="30%". 
>This is perfectly working in Internet Explorer and Opera. But  it is 
>giving javascript error 'name is not defined'  when I use Mozilla 1.3.1. 
>Please advise.
>
>Thanks,
>
>Regards,
>Parag Sewalkar,
>Programmer Analyst,
>Rheal Software (p) Ltd.
>Mumbai - 53.
>

Jon Gunderson, Ph.D., ATP
Coordinator of Assistive Communication and Information Technology
Division of Rehabilitation - Education Services
MC-574
College of Applied Life Studies
University of Illinois at Urbana/Champaign
1207 S. Oak Street, Champaign, IL  61820

Voice: (217) 244-5870
Fax: (217) 333-0248

E-mail: jongund@uiuc.edu

WWW: http://cita.rehab.uiuc.edu/
WWW: http://www.staff.uiuc.edu/~jongund

Received on Wednesday, 25 June 2003 10:10:50 UTC