Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
row update ne radi u IE !?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
dragec



Joined: 16 Dec 2004
Posts: 8
Location: Zagreb

PostPosted: 20.12.2004 14:08    Post subject: row update ne radi u IE !? Add user to your forum ignore list Reply with quote

bas sam navalio.

zasto ovo ne radi u IE. U Operi i Firefoxu radi.

<html>
<script language="JavaScript">
function dodajPolje(){
var bar = document.getElementById("bar");
var tabl= document.getElementById("tablica");
var tabl_row = document.createElement("TR");
var tabl_data = document.createElement("TD");
tabl_data.appendChild(document.createTextNode(tabl.getElementsByTagName("TR").length));
tabl_row.appendChild(tabl_data);
tabl.appendChild(tabl_row);
return false;
}
</script>

<fieldset id="bar">
<table id="tablica" width="100%" border="1" cellspacing="0" cellpadding="0">
</table>
</fieldset>

<a href="#" onClick="return dodajPolje()">DODAJ</a>;
</html>[i][/i]

_________________
Dragutin Culinovic
Back to top
View user's profile Send private message Send e-mail
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 20.12.2004 15:47    Post subject: Add user to your forum ignore list Reply with quote

http://www.mozilla.org/docs/dom/technote/tn-dom-table/#creating

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group