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(); }