Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Reply
Old 09-16-2009, 10:30 AM   #1 (permalink)
Digital_Jedi's Avatar
 
True Techie

Join Date: Sep 2008

Location: Amarillo, Texas

Posts: 125

Digital_Jedi is on a distinguished road

Default JAVA Select

I have a select box that has several things listed and what I want to do is basicly set one item to default and hid the select box from the user. The code is on a jsp... fyi

<% if ("PRM".equals(party)) { %>
<tr>
<td colspan=3 align=left class="small">
Party
<br>
<select name="primaryParty">
<option value="0"
<% if ((partyNewHandler.getPrimaryParty()).equals("0"))
out.print("selected");%>> select one
<% for (int i=0; i<partyOtherArray.length; i++) { %>
<option value="<%=partyOtherArray[i][0]%>"
<%if ((partyNewHandler.getPrimaryParty()).equals(partyO therArray[i][0]))
out.print("selected");%>> <%=partyOtherArray[i][1]%>
<% } %>
__________________
CPU: AMD 64 Athlon X2 5600+
Motherboard: ASUS M2N-e nVidia nForce 570 Ultra
Video Card: nVidia BFG tech 260 gtx max core
RAM: 3 GB G.Skill RAM
PSU: hec ACE-580UB 580W PSU
Case: APEVIA X-Plorer Blue ATX Case
Hard Drives: X2 160GB WD HD, X1 80GB WD HD
OS: Windows 7 Pro 64bit
Digital_Jedi is offline   Reply With Quote
Old 09-17-2009, 10:04 AM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default Re: JAVA Select

could switch the css display property to none. this will prevent the list from showing.

CSS2 » Properties » display - DevGuru Quick Reference
office politics is offline   Reply With Quote
 
Reply

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Error 25099 Unzipping Core Files Failed Osiris Tips, Tricks & Tutorials 0 06-30-2009 09:24 AM
Internet connection sharing behind a router Mak213 Computer Networking & Internet Access 3 01-13-2009 01:26 AM
Computer Still acting screwy Shana2415 Virus - Spyware Protection / Detection 10 09-03-2008 11:36 AM
Black Viper's Top tweaks for a faster PC xXxexpertxXx Overclocking, Case Mod, Tweaking PC Performance 0 02-21-2008 10:04 PM