How to Add WebSite Link in the DOCTYPE?

Can anyone help me how to add website link by js

Hi @abduraheem:

Add weblink:

frm.add_web_link("www.google.com", "Go to Google");

Delete weblink:

frm.web_link.remove()

Hope this helps.

THANKS BRO Got it