Advertisement
Guest User

Untitled

a guest
Aug 4th, 2014
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ```
  2. <input onclick="return (CheckBox.OnClick(this, event));" onfocus="return (CheckBox.OnFocus(this, event));" onblur="return (CheckBox.OnBlur(this, event));" onmouseover="return (CheckBox.OnMouseOver(this, event));" onmouseout="return (CheckBox.OnMouseOut(this, event));" id="V1_I1_S13_I1_C1" scriptclass="CheckBox" class="l_ fj_ " wrapped="true" direction="ltr" viewdatanode="56" tabindex="0" title="" checked="" type="checkbox">
  3. ```
  4.  
  5. Which I'm trying to call via
  6.  
  7. ```
  8. SharepointRequest.Document.GetElementById("V1_I1_S13_I1_C1").InvokeMember("click");
  9. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement