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 URLJones

  1. URLJones

    asp:HyperLink from one page to execute form submission on another page

    Hi, Thanks for the response. I thought I'd give an update on how I figured it out. It was due, in part by your suggestion jbenson001. I had the link on page 2 send data through the URL: E.g. <a href="http://URL?x=0&b=1&c=3">link</a> Then, in the first page's aspx.vb file, I included...
  2. URLJones

    asp:HyperLink from one page to execute form submission on another page

    Hi, I was hoping someone could help. I have a page in which I have a form containing two drop-down menus and a "search" button. When the search button is clicked, the results show below the form. I should also mention that the form information is database-driven. So, there are a few Queries...
  3. URLJones

    ASP.Net (C#) - Adding to and transforming an XML file

    Nevermind. I solved the problem. There was something wrong with the XSL stylesheet. I was trying to access the three nodes inside the stylesheet. BEFORE: <xsl:value-of select="CurrentLanguage"/> <xsl:value-of select="Key"/> <xsl:value-of select="Val"/> AFTER: <xsl:value-of...
  4. URLJones

    ASP.Net (C#) - Adding to and transforming an XML file

    Hi. I have a question with regard to Adding/Transforming an XML file within an .aspx file using C#. Basically, I can read in my XML file using C#, but I would like to add some nodes to it (one for language, one for a key, and one for a value). Then I would like to have the xml file transform...
  5. URLJones

    Excel 2003 to XML mapping question

    Hi. I'm a beginner with Excel 2003, and the XML Mapping abilities the program has. Currently, I have been able to export the xml with smaller projects, but I have run into a problem. If I have and XML document with the form of something like: <item> ... <description...
  6. URLJones

    Excel 2003 to XML Mapping Question

    Hi. I'm a beginner with Excel 2003, and the XML Mapping abilities the program has. Currently, I have been able to export the xml with smaller projects, but I have run into a problem. If I have and XML document with the form of something like: <item> ... <description...
  7. URLJones

    Securing the XMLHttpRequest

    Hi. I'm releatively new to AJAX and was hoping someone could shed some light on an issue I have with the XMLHttpRequest. I would like to use AJAX on a company website that I will be working on, but security issues have got me a little worried. Namely, if I have something like: xmlhttp = new...
  8. URLJones

    command line question

    Hi. I just bought a Macbook and I am trying to connect to the print server on my school's wireless network. In the past, if I wanted to do this on the PC I would go to the "start" menu and click on the "Run..." option. Then, in the command field I would type in "\\servername". This would then...
  9. URLJones

    Shtm file not showing xml

    Thanks for the quick replies. But, I've solved the problem. The problem turned out to be a duplicate names used for functions and id's in the includes files. So, what I had on the main page was a form with an ID of "searchForm". Inside this form I had a text-field called "searchField". Lastly...
  10. URLJones

    Shtm file not showing xml

    Hi werD40. Thanks alot for the reply. Unfortunately, I can't show too much of the code since it resides on an internal site. I have various Javascript methods which use the XMLDom to load some XML files and place them in the desired location on the webpage. So, your assumption is correct. I...
  11. URLJones

    Shtm file not showing xml

    Hi. I have an shtml file with some server-side includes and I would like to display some xml content on it. I have an html version of the file and the xml shows up fine, but there are no server-side-includes visible on the webpage. When using a .shtm extension, the includes show up, but the xmal...
  12. URLJones

    displaying Server Side Include in XML page

    Hi. I have a site which uses a standard set of server-side includes. I am switching one part of the site to xml. The issue I have is that the SSIs don't show up in the xml files. The pre-existing pages have a ".shtm" file extension and include these SSIs within the body of the document. Is there...
  13. URLJones

    Captivate movies in Flash

    Hi. I have a series (5, to be exact) of Captivate movies which I have published as Flash swf's. I am trying to have a Flash "container" file (which has a play/stop button) load the Captivate movies into an empty movie clip on the Flash canvas. The play button would load in the first of the five...
  14. URLJones

    Reading Data from an ASP file into Flash on startup

    Alright. So, I tried the loadVars method, and it did not work all that great. I went back to using the loadVariablesNum() method (as I used initially, see my first post). Then I went to the Flash MX04 help section and searched for this method to see if there was a way to check if the variables...
  15. URLJones

    Reading Data from an ASP file into Flash on startup

    yes. I have tried this as well. I like the loadVars approach a lot better than what I previously used (ie, loadVariables(...)). However, I am still having trouble accepting the input from the ASP. In my ASP I do a response.write and the string of characters is something like: &system1=system...

Part and Inventory Search

Back
Top