ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 9th, 2003, 08:05 AM
neoprem neoprem is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 1 neoprem User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
dropdown value wont change

Hi!
I have created a code for 2 dynamic drop boxes, the code works fine, the only problem is when a user changes the value of the 1st drop down box value remains the same by default.
I have tried a lot to overcome this silly bug but.....##@

THE CODE!!---FILE NAME---select1.asp
<%
Dim oRs, conn, connect, strSQL
%>
<html>
<head>
<title>combo box</title>
<!--#include file="../Connect/setconnection.asp" -->
<script language="javascript">
<!--
function dept_onchange(frmSelect)
{
frmSelect.submit();
}

//-->
</script>
</head>
<body>
The following was selected : <%ab =Request.Form ("courses")
response.write ab
Set rs=Server.CreateObject("adodb.recordset")
mysql="select * from subcat where PIC_TYPE='"& ab &"' "
rs.Open mysql, conn
%>
<select>
<%do while not rs.eof%>
<option><%=rs("SC_CNAME")%></option>
<%rs.movenext
loop%>
</select>
<form name="frmSelect" method="Post" action="select1.asp">
<SELECT name='courses' LANGUAGE=javascript onchange="return dept_onchange(frmSelect)">
<%
Set oRs=Server.CreateObject("adodb.recordset")
strSQL = "SELECT type_id,TYPE_NAME from TYPES order by type_id desc"

oRs.Open strSQL, conn

Do while not oRs.EOF
'varc=oRs("TYPE_ID")
if Request.Form("courses") = oRs("TYPE_ID") then 'if this is the selected one then display as selected
Response.Write "<OPTION VALUE = '" & oRS ("TYPE_ID") & "' selected >"
Response.Write oRs("TYPE_ID") & "</Option>"
oRs.MoveNext
else

Response.Write "<OPTION VALUE = '" & oRs ("TYPE_ID") & "' >"
Response.Write oRs("TYPE_ID") & "</Option>"
oRs.MoveNext
end if
loop

%>
</SELECT>
</form>

</body>
</html>
----------------
The code works too good with CHAR but not with int as type_id is a int.
Please please help..
I have gone throu the code whole night but all was in vein..


PLEASE PLEASE help..
Thanx a lot

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > dropdown value wont change


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT