Last edited by levisornothing (2007-11-21 23:25:50)
Check my post about compiling js in number5 I've just edited it...
Last edited by mickyriora (2007-11-21 23:44:03)
but nice code!!!
thnx 4 sharing!
but i cant see it on IE but its working on FF..
hmmm it is only applicable at FF?
Last edited by jhoncy201 (2007-12-26 12:16:24)
thnx 4 sharing!
but i cant see it on IE but its working on FF..
hmmm it is only applicable at FF?[/quote]
Nope, this also works in IE...I'm using IE7 & it is working.
thnx 4 sharing!
but i cant see it on IE but its working on FF..
hmmm it is only applicable at FF?[/quote]
Nope, this also works in IE...I'm using IE7 & it is working.[/quote]
hmmmm
what did u do!??
may i know it?
coz i cant see on my profile
thnx 4 sharing!
but i cant see it on IE but its working on FF..
hmmm it is only applicable at FF?[/quote]
Nope, this also works in IE...I'm using IE7 & it is working.[/quote]
im gona try it micky
thanks...
Last edited by lordheinz (2007-12-27 06:39:35)
thnx 4 sharing!
but i cant see it on IE but its working on FF..
hmmm it is only applicable at FF?[/quote]
Nope, this also works in IE...I'm using IE7 & it is working.[/quote]
hmmmm
what did u do!??
may i know it?
coz i cant see on my profile
[/quote]
Check the link below topic number 5,that is how I did it:
http://theftalk.com/viewtopic.php?id=15088&p=1
[quote]lordheinz
im gona try it micky
thanks...[/quote]
You're welcome.
THs for sharing dude
[quote]/*quick msg*/
var mssg="<div align='center' id='cboxdiv'>"+
"<form name='message_form' action='http://www.friendster.com/sendmessage.php' method='post' onsubmit='this.onsubmit = new Function('return false');'><input type='hidden' name='_submitted' value='1'><input type='hidden' name='msg_type' value=''><input type='hidden' name='uid' value='"+pageOwnerID+"'><table class='formtable'><tr><td class='field'><label for='subjectfield'></label></td><td class='value'><span class='field'>Subject:</span><br><input id='subjectfield' type='text' name='subject' size='25' maxlength='100' class='subjectfield'></td></tr><tr><td class='field'><label for='messagefield'></label></td><td valign='top' class='value'><span class='field'>Message:</span><br><textarea id='messagefield' name='message' rows='10' cols='21' wrap='hard' class='messagefield'></textarea><input readonly type='hidden' name='inputcount' size='5' maxlength='4' value='100'></td></tr><tr><td class='field'></td><td class='value'><input type='checkbox' name='savetosent' value='y'>Save a copy in your Sent folder<br><input type='submit' name='Submit' onMouseOver='window.status='Send';return true;' value='Send'></td></tr></table></form>"+
"</div>";
addSideBar("RIGHT","Quick messafe",code,"null");[/quote]
kindly check pls.
[quote]/*quick msg*/
var mssg="<div align='center' id='cboxdiv'>"+
"<form name='message_form' action='http://www.friendster.com/sendmessage.php' method='post' onsubmit='this.onsubmit = new Function('return false');'><input type='hidden' name='_submitted' value='1'><input type='hidden' name='msg_type' value=''><input type='hidden' name='uid' value='"+pageOwnerID+"'><table class='formtable'><tr><td class='field'><label for='subjectfield'></label></td><td class='value'><span class='field'>Subject:</span><br><input id='subjectfield' type='text' name='subject' size='25' maxlength='100' class='subjectfield'></td></tr><tr><td class='field'><label for='messagefield'></label></td><td valign='top' class='value'><span class='field'>Message:</span><br><textarea id='messagefield' name='message' rows='10' cols='21' wrap='hard' class='messagefield'></textarea><input readonly type='hidden' name='inputcount' size='5' maxlength='4' value='100'></td></tr><tr><td class='field'></td><td class='value'><input type='checkbox' name='savetosent' value='y'>Save a copy in your Sent folder<br><input type='submit' name='Submit' onMouseOver='window.status='Send';return true;' value='Send'></td></tr></table></form>"+
"</div>";
addSideBar("RIGHT","Quick messafe",code,"null");[/quote]
kindly check pls.[/quote]
try this:-
/*quick msg*/
var mssg="<div align='center' id='cboxdiv'>"+
"<form name='message_form' action='http://www.friendster.com/sendmessage.php' method='post' onsubmit='this.onsubmit = new Function('return false');'><input type='hidden' name='_submitted' value='1'><input type='hidden' name='msg_type' value=''><input type='hidden' name='uid' value='"+pageOwnerID+"'><table class='formtable'><tr><td class='field'><label for='subjectfield'></label></td><td class='value'><span class='field'>Subject:</span><br><input id='subjectfield' type='text' name='subject' size='25' maxlength='100' class='subjectfield'></td></tr><tr><td class='field'><label for='messagefield'></label></td><td valign='top' class='value'><span class='field'>Message:</span><br><textarea id='messagefield' name='message' rows='10' cols='21' wrap='hard' class='messagefield'></textarea><input readonly type='hidden' name='inputcount' size='5' maxlength='4' value='100'></td></tr><tr><td class='field'></td><td class='value'><input type='checkbox' name='savetosent' value='y'>Save a copy in your Sent folder<br><input type='submit' name='Submit' onMouseOver='window.status='Send';return true;' value='Send'></td></tr></table></form>"+
"</div>";
addBox("RIGHT","quick message",mssg,"mssg",null);
Last edited by nurfara (2008-01-11 05:41:26)