There is obviously something basic I don't understand. I need to pass a variable containing a comma delimited string to another asp page for further processing and output. Here's some simplified code that doesn't work. What have I gotten confused about? Nothing is being passed to the browser...
I need to de-dup an array I currently define as
DIM ISBN(500). I found nice de-dup code to use, but I'm getting a "type mismatch" error. I put together a simple test case that shows a working and non-working approach, but I don't understand why the explicit Dim won't work or how to...
I need to pass a textstring and an array from one asp page to another. They are created by program code, not by form input.
I am getting various errors, including "type mismatch" even though I have identical Dim statements in each page.
Here's my test code. Please tell me what I'm...
I have xml with a field "UsedPrice" which has values like $5.25 and $9.89. I need to select with a filter that returns only items with prices higher than a threshhold, say $3.00. I will want to combine (and) the price filter with other filters, such as...
I'm trying to set up a multiple value filter in xsl for an xml file containing book info. So, for example, I only want to output data when UsedPrice<5.00 and Media=Paperback.
I've tried <xsl:for-next select="ProductInfo/Details[number(substring-after(UsedPrice,'$'))>5.00]>
that works...
I have a drop down menu on page1.asp A choice from the drop down creates page2.asp (or recursively, page1.asp).
I am losing the value of the "selected" item when the new page appears.
How can I retain it? Is there some "selected" property I can set?
Most database login scripts assign "levels" 1,2,3 for security. I need that kind of generalized security for "members only" areas, but I also need to be able to let customers-only log into their own directories. Is there a way to accomplist this without having to have many...
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.