Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Javascript:Counting Your Links...
Old 09-14-2004, 02:38 AM Javascript:Counting Your Links...
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
Is there a way in javascript to count your links on your link page and
post the total on the page?
I wonder if you can use <td id="*"> Where *=any text you choose.
Can the id command be used in td and then have it count that text.

Line 1<script language="Javascript">
Line 2 function count(table) {
Line 3 var x = table.getElementsByTagName('td');
Line 4 var countit=0;
Line 5 for(var i = 0; i < x.length; i++) {
Line 6 if(x[i].innerHTML == 'Open') {
Line 7 countit++;
Line 8 }
Line 9 }
Line 10 return countit;
Line 11 }
Line 12 </script>

In Line 5, do I need to have x.length;....the word length?

Definitely need help with this one....
The KRYPTOR
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
 
Register now for full access!
Old 09-14-2004, 02:48 AM
Ultra Talker

Posts: 377
Trades: 0
as i know there is a special array, that contain all links in document. like document.links[0]. could you get it's length - i think it will be easier ...
__________________
andrews_john

Please login or register to view this content. Registration is FREE
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 09-16-2004, 06:04 PM
ejumblesale's Avatar
Extreme Talker

Posts: 240
Location: Kent
Trades: 0
yes just use:

document.links.length;
__________________

Please login or register to view this content. Registration is FREE
- The Internet Jumble Sale,

Please login or register to view this content. Registration is FREE
- Personal space containing interesting articles and information on downloadable scripts

Please login or register to view this content. Registration is FREE
- Free link exchange directory and PPC advertising scheme

Please login or register to view this content. Registration is FREE
- The ejumblesale forums
ejumblesale is offline
Reply With Quote
View Public Profile Visit ejumblesale's homepage!
 
Reply     « Reply to Javascript:Counting Your Links...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17700 seconds with 12 queries