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.
1 Like
THANKS BRO Got it