Hi,
I wrote a function go that redirects you to the item you selected out of a drop down list. The function works perfect if you put it on a seperate page. If you put it in a page with another function, I get the message "document.frmBrowseByRegion has no properties."
I can't see...
OK, here's the code I am working on.
---- this is the code on the first page ------
<cfquery name="strSQL"
datasource="dbTravago"
dbtype="ODBC"
username="admin"
password="">
SELECT * FROM tblRegions
</cfquery>
</head>
<body>
<CFFORM...
Tx for the suggestion, but it doesn't seem to work :
it will look for a field in the form with the name RegDescr, and that one doesn't exist. It should be '#Form.x#', where x is the name of the field as it got out of the query.
any other suggestions ???
tx,
emokid
I am new to ColdFusion, so this question might seem simple to you...
I am making my form dynamicly : I query the database, so the name of the input-field is #RegDescr# to have different names for each input-field.
The problem now is if I want to insert that information in another table, I tried...
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.