Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: machine08
  • Content: Threads
  • Order by date
  1. machine08

    splitting up items separated by semicolon

    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...
  2. machine08

    url string manipulation

    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...
  3. machine08

    receiving parameters from url

    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...
  4. machine08

    keep track of previous change

    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...
  5. machine08

    Update subform field

    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 =...

Part and Inventory Search

Back
Top