javascript probelm
Hi,
I am facing a problem to display the records with same code in both IE and Mozilla FireFox, Where in code is working in IE but not on FireFox and vice versa.
The actual problem description is as follows: I need to display on the browser , say 10 records first.If there are more than 10 records validating this criteria, then a link "View all" should appear below these 10 records.
When user clicks on this link , it should show all the records available on the
browser,along with new link "Hide All".Clicking on "Hide All" link should show
only the first 10 records along with link "View all" .Again clicking on "View all" would repeat the above mentioned scenario.
I am atleast expecting from some one , to give me some link or document , which
includes all the replacements for both I E and Mozilla.

