How to blank out cross-site lookup
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hello,
I can recommend you to put Hyperlink 'Clear' near your lookup field:
SharePoint Clear DropDown
And define the following code in its OnClick property:
I can recommend you to put Hyperlink 'Clear' near your lookup field:
SharePoint Clear DropDown
And define the following code in its OnClick property:
Code: Select all
fd.field('Employee').value('');
return false;
-
- Information
-
Who is online
Users browsing this forum: No registered users and 27 guests