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
jedan event handler, 2 funkcije?

 
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
Kores



Joined: 10 Sep 2007
Posts: 20
Location: Zagreb

PostPosted: 02.10.2007 16:23    Post subject: jedan event handler, 2 funkcije? Add user to your forum ignore list Reply with quote

Pozdrav.
Opet ja, ajax aplikacija...

Imam nešto tipa:
Code:
...element.onclick = function() {
     return funkcijaPrva();
}...

A da li je moguće s jednim klikom (na npr. neki gumb) pozvati dvije funkcije? Imam dvije funkcije koje nešto rade. Nije sad bitno šta, bitno je da stvarno rade, ali sa dva klika (kad klinknem na određeni element, pozivam prvu funkciju, a onda klik na drugi element poziva drugu funkciju).

Idealno bi bilo kad bi se sve to (i funkcija1 i funkcija2) izvršilo preko jednog klika. Jel to moguće i ako je kako?

Unaprijed hvala
Smile
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 02.10.2007 16:27    Post subject: Add user to your forum ignore list Reply with quote

Code:
...element.onclick = function() {
     funkcijaPrva();
     funkcijaDruga();
}...

_________________
UP | TypeTester | Accommodations App
Meni u Firefox-u ne radi AJAX
Back to top
View user's profile Send private message Visit poster's website
Kores



Joined: 10 Sep 2007
Posts: 20
Location: Zagreb

PostPosted: 02.10.2007 17:32    Post subject: Add user to your forum ignore list Reply with quote

To sam prvo probala. I ne radi. Izvrši se prva funkcija, a druga ne.
Ima li još koji prijedlog?

Smile
Back to top
View user's profile Send private message
Kores



Joined: 10 Sep 2007
Posts: 20
Location: Zagreb

PostPosted: 02.10.2007 17:41    Post subject: Add user to your forum ignore list Reply with quote

Zapravo, ups Embarassed Malo sam još doradila i radi.

Puno hvala,
Smile
Back to top
View user's profile Send private message
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