User Profile

Collapse

Profile Sidebar

Collapse
eLLa enchanted
eLLa enchanted
Last Activity: Dec 19 '06, 02:04 AM
Joined: Dec 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eLLa enchanted
    started a topic adding mutiple values

    adding mutiple values

    im creating a page that will automatically gets the values inputed in a textfield and automatic add them.
    what can i do to make something like that.

    i started a code something like this but what if there were 1000 of fields..

    heres my code:

    function getVal(){

    var doc = document['oFrm'];
    doc['tot'].value = ((doc['id1'].value)/1) + ((doc['id2'].value)/1);
    }
    ...
    See more | Go to post

  • eLLa enchanted
    started a topic I need help

    I need help

    Im new to Javascript, and im doing a page and im creating a page that has a tab menus.. which each tab are images.

    i dont know what to do with the error, it goes something like this:
    document.getEle mentById(id) has no properties

    heres my code:


    function setActiveTab(id )
    {
    var a = new Array;
    a = ("img1", "img2", "img3");

    document.getEle mentById(id).sr c...
    See more | Go to post
No activity results to display
Show More
Working...