Welcome to Dream.In.Code
Become an Expert!

Join 150,171 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,278 people online right now. Registration is fast and FREE... Join Now!




get element by id

 
Reply to this topicStart new topic

get element by id

dillce
25 Aug, 2008 - 08:48 PM
Post #1

New D.I.C Head
*

Joined: 29 Jul, 2008
Posts: 3

we use get element by id to hide and show div tag
that works with mozilla fine but not working with IE 7
please suggest code...
User is offlineProfile CardPM
+Quote Post

Martyr2
RE: Get Element By Id
25 Aug, 2008 - 09:08 PM
Post #2

Programming Theoretician
Group Icon

Joined: 18 Apr, 2007
Posts: 5,660



Thanked: 313 times
Expert In: C/C++, Java, VB, VB.NET, C#, PHP, Web Development, HTML & CSS, Javascript

My Contributions
First of all document.getElementByID() is a javascript function and thus should be in the javascript forum, not PHP. Second, the function works both on Mozilla as well as IE clients.

So the only thing left to do is show us your code where you are having the trouble. Keep in mind that javascript is case sensitive so check spellings and capitalization first and if that is ok, show us what you have.

Help us to help you. Thanks a bunch! smile.gif


User is offlineProfile CardPM
+Quote Post

huzi8t9
RE: Get Element By Id
28 Aug, 2008 - 04:48 AM
Post #3

New D.I.C Head
*

Joined: 11 Jul, 2007
Posts: 23


My Contributions
QUOTE(Martyr2 @ 25 Aug, 2008 - 10:08 PM) *

First of all document.getElementByID() is a javascript function

document.getElementById('tag')

CODE

var el = document.getElementById('taghere');
if ( el.style.display != 'none' )
{
    el.style.display = 'none';
}
else
{
    el.style.display = 'block';
}


Hope it works for you smile.gif
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/9/09 03:16AM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month