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
ASP + java

 
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 -> Server-side
View previous topic :: View next topic  
Author Message
creep



Joined: 28 Feb 2005
Posts: 45
Location: zagreb

PostPosted: 05.03.2006 15:20    Post subject: ASP + java Add user to your forum ignore list Reply with quote

zanima me nikako da skuzim neznam bas java script a nikako da goglanjem nadem kako da napravim ono imam news scriptu i sada da nadodaje smajlice ? Crying or Very sad
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
mist



Joined: 06 Dec 2005
Posts: 43
Location: Zagreb....

PostPosted: 06.03.2006 01:25    Post subject: Add user to your forum ignore list Reply with quote

ma nemoj plakat bit će sve u redu..... Very Happy , već ćeš ti to skužit...
Back to top
View user's profile Send private message Send e-mail
vedran



Joined: 08 Sep 2003
Posts: 458

PostPosted: 06.03.2006 12:34    Post subject: Re: ASP + java Add user to your forum ignore list Reply with quote

creep wrote:
zanima me nikako da skuzim neznam bas java script a nikako da goglanjem nadem kako da napravim ono imam news scriptu i sada da nadodaje smajlice ? Crying or Very sad


Pogledaj ovdje na forumu kako to radi. Znaci klikom na smile u textarea se dodaje "kod" tog smilea.
Ovaj forum konkretno koristi ovu js funkciju:

Code:

function emoticon(text) {
   var txtarea = document.post.message;
   text = ' ' + text + ' ';
   if (txtarea.createTextRange && txtarea.caretPos) {
      var caretPos = txtarea.caretPos;
      caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? caretPos.text + text + ' ' : caretPos.text + text;
      txtarea.focus();
   } else {
      txtarea.value  += text;
      txtarea.focus();
   }
}


Koja se poziva klikom na smile:
Code:

<a href="#" onclick="javascript:emoticon(':D');return false;"><img src="images/smiles/icon_biggrin.gif" border="0" alt="Very Happy" title="Very Happy" /></a>


I na kraju kad pirkazujes to iz bae samo napravis replace tog "koda" za svaki smile za njegovu sliku.

Last edited by vedran on 05.05.2016 13:25; edited 1 time in total

_________________
http://www.hocusvojweb.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
creep



Joined: 28 Feb 2005
Posts: 45
Location: zagreb

PostPosted: 06.03.2006 14:00    Post subject: Add user to your forum ignore list Reply with quote

hvala puno uspio sam Smile
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
mist



Joined: 06 Dec 2005
Posts: 43
Location: Zagreb....

PostPosted: 06.03.2006 16:11    Post subject: Add user to your forum ignore list Reply with quote

eto vidiš, što sam ti rekla.... Applause LeaveMeBe ....
Back to top
View user's profile Send private message Send e-mail
creep



Joined: 28 Feb 2005
Posts: 45
Location: zagreb

PostPosted: 06.03.2006 16:55    Post subject: Add user to your forum ignore list Reply with quote

Very Happy LeaveMeBe
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
mist



Joined: 06 Dec 2005
Posts: 43
Location: Zagreb....

PostPosted: 06.03.2006 20:48    Post subject: Add user to your forum ignore list Reply with quote

Cheers! Dancing
Back to top
View user's profile Send private message Send e-mail
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 -> Server-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