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 dencom 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: Quickfix99
  • Content: Threads
  • Order by date
  1. Quickfix99

    Pass a variable into a HyperlinkField along with a value from a table.

    I am having trouble getting the syntax correct for passing a variable into a URL from a Hyperlink field. I have a string variable named MAPIMAGE. I would like to pass it to the URL after the "IMAGE=" section, then, get the next paramater from a table value. How can I do this...
  2. Quickfix99

    XPATH Query failing...

    I have some simple xml: <users> <title>Floor1</title> <user> <fullname>John Doe</fullname> <ID>Binary Avenue 1234 FL</ID> <email>john@john-domain.com</email> <lat>2</lat> <lon>4</lon> </user> </users> I am trying to retrieve the value of "lat" where "fullname=John Doe" using this...
  3. Quickfix99

    Use PHP to load and query xml data?

    Is it possible to populate a list box with data from an xml file, then, get the selected item from the list box and query an xml file and return a few nodes of data into an array or variables? Any reply would be greatly appreciated! QF
  4. Quickfix99

    Query XML using Javascript....

    Is it possible to populate a list box with data from an xml file, then, get the selected item from the list box and query an xml file and return a few nodes of data into an array or variables? Any reply would be greatly appreciated! QF
  5. Quickfix99

    How do I get the selected content of my listbox?

    I have some code that populates a list box from a database. I am trying to assign the value of the list box to a variable when the user clicks on a button. For some reason, my code does not set the variable. Any ideas? Here is the code I am using: <?php require("phpsqlajax_dbinfo.php")...
  6. Quickfix99

    Search an xml file...

    I would like to search an xml file and assign the results from multiple tags to a variable. Is this easy to do using javascript?
  7. Quickfix99

    Help creating a view with logic...

    I have a view which returns a list of records by year. What I would like to do is have one row returned in the view, even though there are two rows in the origin table. Here is an example of the data: Current View Returns: (2 records) Year GrossLand GrossImprovements 2002 0.00...
  8. Quickfix99

    Set an image source dynamically from a variable or QueryString

    Hi, I have a simple request. How do I set the source of an image in an ASP page using a variable? Example: <script runat="server"> protected void Page_Load(Object Source, EventArgs E) { String Image = "http://www.codingforums.com/img/logo.gif"; } </script> <asp:Image ID="Image1"...

Part and Inventory Search

Back
Top