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...
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...
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
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
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")...
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...
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"...
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.