Hi All,
I'm trying to do some work with XSLT and Sharepoint. I currently get some output that is separated by a semicolon all in on row(i.e.: one;two;three;four)
I would like to change this via xslt to:
one
two
three
four
I'm very new to XSL. Could someone give me an example of how to...
Hi all,
I'm having a hard time understanding how to compare url strings. Here's my scenario:
I have a button in my page that redirects user to another page. I would like to grab that url string and compare it with the url of the actual page the user is in. If I do an onclick event on the...
Hi all,
Simple question but my lack of JS experience is slowing me a bit. I would like to pass an element ID via url. Not sure how this is done but what I'm concerned is how to receive parameters via url.
Suppose the url I have is:
www.pagename.aspx?id=variable1
I understand that in the...
Hi all,
This is my second day at JS. Need some basic help. I have an html table with all cell having a blue background. When you click on a cell it changes to yellow. I'm successful at this basic example.
What I would like next, is the second cell I click on have it turn yellow (which it...
Hi all,
I have a frm_Main which contain another form: frm_SubForm.
When I in the subform I would like to get a value from the frm_Main and copy it into a frm_SubForm field. I'm having a hardtime doing this. Here's what I have so far:
Forms!frm_Main!frm_SubForm.Form.ItemToUpdate.value =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.