Click here to Skip to main content
16,005,316 members
Home / Discussions / Web Development
   

Web Development

 
Questiongive a solution for pel Pin
tanmoy panja9-Dec-05 20:30
tanmoy panja9-Dec-05 20:30 
Questioncall a windows service from a web page Pin
Brent Lamborn9-Dec-05 4:38
Brent Lamborn9-Dec-05 4:38 
AnswerRe: call a windows service from a web page Pin
minhpc_bk11-Dec-05 15:30
minhpc_bk11-Dec-05 15:30 
Questionnot able to insert/delete Pin
Aditi.M9-Dec-05 0:04
Aditi.M9-Dec-05 0:04 
AnswerRe: not able to insert/delete Pin
Guffa9-Dec-05 6:32
Guffa9-Dec-05 6:32 
AnswerRe: not able to insert/delete Pin
Brent Lamborn9-Dec-05 11:15
Brent Lamborn9-Dec-05 11:15 
QuestionCreate a Rich Text File RTF in a ASP Pin
Rajkamal_dfine8-Dec-05 20:38
Rajkamal_dfine8-Dec-05 20:38 
Questionquestion in asp page using vbscript Pin
bhavani_ge8-Dec-05 18:22
bhavani_ge8-Dec-05 18:22 
depending on which value is selected in a dropdown list for suppose a campus central,i have t run a query against database and should get those values into a text box.flow is like this.

sub showform
//java script funtion
function OOchange()
{
Campus=document.f1.Campus.options[document.f1.Campus.selectedIndex].value;
}

<% Do While NOT MyRS1.EOF %>
"><%= MyRs1("CampusName")%>
<% MyRS1.MoveNext
loop %>





//several fields like text boxes and all are present here....in of the textbox i shud display the recordset which we get bu querying database with that value in the Campus variable


<%
MYSQL2="Select distinct substring(collector_name,13,5) AS Code from svr_compare where substring(collector_name,1,4)= (select Collector_Code from CampCollCode where Division='?????????')"
Set MyRs2=MyConn.Execute(MySQL2)
Dim str
str=MyRS2("Code")
MyRS2.MoveNext
Do While NOT MyRS2.EOF
str=str & "," & MyRS2("Code")
MyRS2.MoveNext
loop
'end if
%>





<\form>
<\html>
}
end sub

the variable Campus which is the javascript function is a global asp variable.how to get that value to query it in the where condition of that sql query.I don't understand how to do that.Request.Form()to get the value selected in the drop down box.don't even know how to retreive the variable Campus which is in Java script function.plzzz help

Thanks in advance,
vani
AnswerRe: question in asp page using vbscript Pin
Guffa8-Dec-05 21:01
Guffa8-Dec-05 21:01 
GeneralRe: question in asp page using vbscript Pin
bhavani_ge9-Dec-05 3:24
bhavani_ge9-Dec-05 3:24 
AnswerRe: question in asp page using vbscript Pin
Guffa9-Dec-05 5:51
Guffa9-Dec-05 5:51 
GeneralRe: question in asp page using vbscript Pin
bhavani_ge9-Dec-05 7:44
bhavani_ge9-Dec-05 7:44 
AnswerRe: question in asp page using vbscript Pin
Guffa9-Dec-05 11:43
Guffa9-Dec-05 11:43 
GeneralRe: question in asp page using vbscript Pin
bhavani_ge12-Dec-05 6:10
bhavani_ge12-Dec-05 6:10 
AnswerRe: question in asp page using vbscript Pin
Guffa12-Dec-05 21:01
Guffa12-Dec-05 21:01 
GeneralRe: question in asp page using vbscript---please help me with this...it's a bit urgent Pin
bhavani_ge13-Dec-05 5:18
bhavani_ge13-Dec-05 5:18 
AnswerRe: question in asp page using vbscript---please help me with this...it's a bit urgent Pin
Guffa13-Dec-05 22:00
Guffa13-Dec-05 22:00 
GeneralRe: question in asp page using vbscript---please help me with this...it's a bit urgent Pin
bhavani_ge14-Dec-05 4:45
bhavani_ge14-Dec-05 4:45 
GeneralRe: Can anyone please help me with this..........it's a bit urgent...how to show textbox after the page load Pin
bhavani_ge15-Dec-05 4:46
bhavani_ge15-Dec-05 4:46 
GeneralRe: question in asp page using vbscript---please help me with this...it's a bit urgent Pin
Guffa15-Dec-05 11:35
Guffa15-Dec-05 11:35 
GeneralRe: please help me in showing the textbox after the pageloads...... Pin
bhavani_ge19-Dec-05 7:49
bhavani_ge19-Dec-05 7:49 
AnswerRe: please help me in showing the textbox after the pageloads...... Pin
Guffa21-Dec-05 10:39
Guffa21-Dec-05 10:39 
GeneralRe: please help me in showing the textbox after the pageloads...... Pin
bhavani_ge30-Dec-05 4:32
bhavani_ge30-Dec-05 4:32 
AnswerRe: please help me in showing the textbox after the pageloads...... Pin
Guffa1-Jan-06 0:46
Guffa1-Jan-06 0:46 
GeneralRe: please help me in showing the textbox after the pageloads...... Pin
bhavani_ge1-Jan-06 10:26
bhavani_ge1-Jan-06 10:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.