Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Insert Forum Code in Place
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

dayve
Forum Moderator

USA
5820 Posts

Posted - 30 July 2002 :  22:40:34  Show Profile  Visit dayve's Homepage
nope.


http://www.nineinchnailz.com
Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 30 July 2002 :  23:17:08  Show Profile
hi~ dayve

sorry i do not understand very well about what this script meaning..
just trying to get the solution by "lucky" .. [I)]

but it really work no problem for me....

here is what the insertsmilie function look like in my pop_icon_legend.asp

function insertsmilie (smilieface){
var doc = window.opener.document;
var textbox = doc.PostTopic.Message;
if (textbox.createTextRange && textbox.caretPos){
var selectedtext = '';
if (doc.selection && doc.selection.createRange) {
var range = doc.selection.createRange();
selectedtext = range.text;
}
var caretPos = textbox.caretPos;
caretPos.text = selectedtext + smilieface;
document.PostTopic.Message.focus();
textbox.caretPos = doc.selection.createRange().duplicate();
}
else
textbox.value+=smilieface;
}


hope it can help u something ....


~~ ¡¹ ¡¸ ¡¸¡¹ ¡¸ ¡¹ ~~
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07