Hey Guys,
I am not sure if there are too many SharePoint experts on here, but I figured I would ask and I would really appreciate any help.
If there a way using a form web part to have one criteria filter multiple lists on the same screen.
Attached is a screenshot of what I am working with.
Here is the code I have to filter one list:
Thank you!
I am not sure if there are too many SharePoint experts on here, but I figured I would ask and I would really appreciate any help.
If there a way using a form web part to have one criteria filter multiple lists on the same screen.
Attached is a screenshot of what I am working with.
Here is the code I have to filter one list:
Code:
<br> </br> <div onkeydown="javascript:if (event.keyCode == 13) _SFSUBMIT_"><input type="text" name="T1"/> <input type="button" value="Search" onclick="javascript:_SFSUBMIT_"/><br /> <br /> </div>