এইচটিএমএল লিঙ্ক কোড জেনারেটর
এইচটিএমএল লিঙ্ক কোড উত্পন্ন করতে এই সরঞ্জামটি ব্যবহার করুন।
আরো দেখুন
\n'; txt+= '\n'; txt+= '
\n'; txt+= '
'+text+'\n'; txt+= '\n'; //ftxt = '
'+text+'\n'; } TA1.value = txt; OnUpdateView(); } function ResetButton() { T1.style.color = "#aaa"; T2.style.color = "#aaa"; GenerateButton(); } function ResetText(obj, op) { if( op==0 ) // onclick { if( (obj==T1 && obj.value==text)||(obj==T2 && obj.value == url) ) { obj.value = ""; obj.style.color = "#000"; } } else // onblur { if( obj.value == "" ) { if( obj==T1 ) obj.value = text; else obj.value = url; obj.style.color = "#aaa"; } } } function SetFocus() { calc.input.focus(); }