Hello. I'm creating a dynamic table from content in a database and I'd like every other row in the table to be a unique color so it's easier to read. I can't find the syntax in vbscript to do this. Logically, I would imagine it's something like
(x is a number)
if x = anOddNumber then
<tr...
Hello. I have a basic question. Can I import an SWF file into my flash movie if it lives on a completely different server? I imagine I would reference it using "http://www.whatever.com/whatever.swf". Please let me know if this is feasible.
Thanks!
Thanks, but that doesn't quite solve it. Pretend these are the five fields entered on the HTML page:
1) test1
2) test2, test3, test4
3) test5
4) test6, test 7
5) test8
using your code, they would be split:
test1
test2
test3
test4
test5
test6
test7
test8
The ASP can't tell the difference...
Hi. I have an HTML form with 5 text fields. All have the same input name (<input type="text" name="testfield">). I couldn't name them differently for this application.
It is easy to break this up into an array on the following ASP page, but if a user puts a comma in one of the text fields, that...
Help! I can't figure out how to logically convert inches to feet, so the remainder is in inches. For example, I have 37.235 inches. I would like it to be displayed as 3ft 1.235in.
Using the Mod operator would be nice, but it rounds off the numbers!
Thanks for any help.
Hello. I'm writing a Flash movie where I need to call dynamic images from a CD-Rom in the computer. I need the flash file to sit on the harddrive. On a PC, it's easy to reference the images (D:\images\whatever.jpg). How would I write the absolute path on a Mac?
Also, this computer will not have...
Thanks ConeHead. Wouldn't I need to somehow create a "submit" button? I know how to create a button, but I'm not sure how to associate it with the text fields that were filled out.
Hello. I'm new to flash and would like to create a form with a few text fields and a submit button. I'd like the variables collected in the form to be displayed later in the flash movie. Can anyone point me in the right direction on how to do this?
Thanks Genimuse, is there any way to take my four-member array:
testString = "testone, testtwo, testthree, testone"
and make it into a one member array so it will work?
Hello, I'm trying to use this function to find out if an array has duplicates. When duplicates exist, the result is true.
<%
Private Function HasDups(byVal arrayinput)
dim wkarray, j, i, l
wkarray = arrayinput
for j = 0 to ubound( wkarray )
l = 0
for i = 0 to ubound( wkarray )
if...
Thanks pkailas and NoCoolHandle. I will have complete access to the server, so that's not a problem. It looks like SQL Server is probably the way to go. Not worth the risk of outgrowing MS Access.
Hi. I'm not really sure which forum to post this on, but here goes. I have to create a website that makes calls to a small database (10 tables, under 3mbs). The website will be receiving a modest amount of traffic (250,000 - 300,000 hits per month). I'd like to get developers' opinions if you...
vbkris, I'm not sure I understand what you mean.
Also, I have a new dilemma. The Request.Servervariables("PATH_INFO") just gives me the location of the 404 error page, not the refering page. And when I try HTTP_REFERER, the server isn't showing me the refering URL (the string is empty). Any...
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.