Tuesday, December 8, 2009

Persists Asp Upload Serial ASP Code Inside A JavaScript Function?

ASP code inside a JavaScript function? - persists asp upload serial

Please help me with the question to fill the bottom.

I need to find a value selected in a database on the value in a list box on a Web page. The onChange () function to the data below, but as you can see? indicate the values that need help.

= "Javascript"> \\ \\ \\ \\ language \\ \\ \\ \\ u0026lt; script

Change budget function (drop)
(
var myIndex = dropdown.selectedIndex
var SelValue = dropdown.options [myIndex]. Asset

\\ \\ \\ \\ \\ \\ \\ \\ U0026lt;%
SO rsNew, connNew, SQLQueryNew, connStr, UL

connNew set = Server.CreateObject ( "ADODB.Conne ...
rsNew set = Server.CreateObject ( "ADODB.Recordset")
ConnStr = "Provider = Microsoft.Jet.OLEDB.4.0; Persis ... Security Info = False; Data Source ="
ConnStr connStr + = Server.MapPath ( "orders.mdb)

ConnStr connNew.open

SQLQueryNew = "Select master budget line, where BLAccount =???? Upper Limit


rsNew set = connNew.execute (SQLQueryNew)
Do While Not rsNew.EOF
UL rsNew = ("Upper Limit)
rsNew.MoveNext
Loop
%>

document.form1.moneyLeft.value =????

1 comment:

Shattered Milo said...

This can not be performed. ASP is to be processed on the server before the user ever change the menu. They have a form that shows the value of this or any other document ASP page to access the database.

Post a Comment