Guest User

Untitled

a guest
Nov 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. JSRequest.EnsureSetup();
  2.  
  3. var queryString = JSRequest.QueryString["SetTheTitle"]; // queryString = "SetTheTitle"
  4.  
  5. if (queryString === "SetTheTitle") {
  6. $(#MyFieldToSet).val("The query string set this field");
  7. }
Add Comment
Please, Sign In to add comment