help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tagging Facility


From: Maulik V Patel
Subject: Tagging Facility
Date: Tue, 22 Sep 2009 05:19:22 -0700 (PDT)
User-agent: G2/1.0

Hi i m new in facebook developement.. my prblem is that i have to
perform tagging facility to friends profile. i have applied a fbjs
code. but the code does not effect. here my code is


function process_form1()
{
  document.getElementById('result_name').setInnerFBML =
document.getElementById('input_name').getValue();
}
</script>


<form method="post">
<input type="text" id="input_name" size="5">
<div id="result_name"></div>
<input type="button" onClick="process_form1()" value="Tag"><
<form>
let me know where i m wrong. & is there any effective code for simple
tagging Facility. i have to post only one tag & My textbox & button
Should be invisible. help me to find out solu~n

Thanks in advance, for help me..


reply via email to

[Prev in Thread] Current Thread [Next in Thread]