HTML లింక్ కోడ్ జనరేటర్
HTML లింక్ కోడ్ను రూపొందించడానికి ఈ సాధనాన్ని ఉపయోగించండి.
ఇది కూడ చూడు
\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(); }