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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chomp99

  1. chomp99

    getting data from an xml path to javascript

    Hello, This might be a fairly easy task but I am having trouble finding a simple description on how to implement this. I have an xml path (has a url and that url is updated on this external file). I want to be able to setup javascript to get that url from that xml path and assign it to a...
  2. chomp99

    excel macro - make cell text into hyperlinks

    I used the macro recorder. I would have to find a way to alter the code to add the cell word into the url: Sub Macro1() Range("B87").Select ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _ "http://www.example.com?var=", TextToDisplay:="candy" End Sub
  3. chomp99

    excel macro - make cell text into hyperlinks

    Hi, I have a column of keywords in Excel that I would like to convert to hyperlinks with a macro. I would like the hyperlink url to be concatenated with a variable equal to the keyword in the cell. I would also like any spaces in the words of the cell to be translated to "+" sings in the url...
  4. chomp99

    Dont want to do Word Mail Merge, want Access data merged in last field

    Can anyone help? I have XML code in a word document that consists of imported values from an Access database, thus I have pages that differ only by different data sets. I am currently doing mail merges in Word and importing the data from Access (which is using a linked Excel spreadsheet) I...
  5. chomp99

    help with string extraction

    I did a small test with and without the <xml> tag and didnt seem to work. If it did work, it would be a great start but I still would need to get a more exact extraction. What I'm trying to do is create a dynamic table that creates a row and uses the xml code from one cell in my database and...
  6. chomp99

    help with string extraction

    I spent too many hours on google trying to find the answer, can someone help? I would like to extract information that is nested between two strings (which are actually xml tags). Example: -some XML code is defined in a variable as text: "<xml> <title>Title here</title> </xml>" -I want to...
  7. chomp99

    XML data split in excel, or use macro?

    Hello, I need help with splitting up data in XML blocks. I have an excel spreadsheet: 1st column contains number values (ids) and the 2nd column contains XML code snippets (like paragraphs that contains sets of data) I want to have a 3rd, 4th, 5th column display the data from the categories...
  8. chomp99

    Extracting URL Actions out of SWF file

    Thanks. I did some research and found some desktop applications that do this sort of thing but I'm looking for specific scripts that can do this on a web page. There is a C language package for PHP called Ming but I don't understand how to generate the output of this information since this is...
  9. chomp99

    Extracting URL Actions out of SWF file

    Hello, Is there a way (with PHP, Perl, or other method) to extract the URL Actions out of an SWF file? I would like to be able to upload swf files to an online directory and have a script scan the swf files and ouput a list of getURL's for each file. Any ideas greatly appreciated. Thanks!

Part and Inventory Search

Back
Top