Click here to Skip to main content
15,925,309 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: how to set input type file field value Pin
theJazzyBrain8-Jul-04 20:45
theJazzyBrain8-Jul-04 20:45 
Generalfile download dialog Pin
dipeka8-Jul-04 3:07
dipeka8-Jul-04 3:07 
GeneralPrevent Window Close Pin
hprahul8-Jul-04 2:04
hprahul8-Jul-04 2:04 
GeneralRe: Prevent Window Close Pin
palbano9-Jul-04 7:38
palbano9-Jul-04 7:38 
GeneralFSO error on IIS 6.0 Pin
Paul Watson8-Jul-04 1:50
sitebuilderPaul Watson8-Jul-04 1:50 
GeneralWeb authentication Pin
anjumsan7-Jul-04 15:50
anjumsan7-Jul-04 15:50 
GeneralRe: Web authentication Pin
palbano9-Jul-04 7:37
palbano9-Jul-04 7:37 
Generallistboxes in ASP web form Pin
7-Jul-04 4:54
suss7-Jul-04 4:54 
I have an ASP web form that has a listbox (Project & Category) where I cannot use the letter shortcut keys (Project works, Category doesn't), yet others users accessing the same form can use the letter L, for example, to pick Larry from the list.

SheracK


Project:

Select a Project
<% if not rstProject.EOF then
do until rstProject.EOF %>
">
<%= rstProject("project_name")%>
<% rstProject.MoveNext
loop
rstProject.MoveFirst
end if%>

Category:

Select a Category
<% if not rstOptList.EOF then
do until rstOptList.EOF %>
">
<%= rstOptList("option_name")%>
<% rstOptList.MoveNext
loop
rstOptList.MoveFirst
end if
%>

Status:

GeneralForm Validation Help Needed!!! Pin
Brendan Vogt7-Jul-04 4:34
Brendan Vogt7-Jul-04 4:34 
GeneralRe: Form Validation Help Needed!!! Pin
Andrew Quinn AUS7-Jul-04 4:57
Andrew Quinn AUS7-Jul-04 4:57 
GeneralForce to download the latest Window Media Player Pin
Hong Dat Huynh6-Jul-04 19:47
Hong Dat Huynh6-Jul-04 19:47 
Generaljavascript to authenticate to a network shared folder Pin
Hong Dat Huynh6-Jul-04 19:45
Hong Dat Huynh6-Jul-04 19:45 
GeneralRe: javascript to authenticate to a network shared folder Pin
Roger Wright7-Jul-04 3:28
professionalRoger Wright7-Jul-04 3:28 
GeneralInteractive form Pin
friendlee6-Jul-04 13:57
friendlee6-Jul-04 13:57 
GeneralWeb services ... .asmx on the fly Pin
dotnet_cpp6-Jul-04 10:51
dotnet_cpp6-Jul-04 10:51 
GeneralLooking for a tool to measure web site page performance Pin
Puri Malluru6-Jul-04 9:11
Puri Malluru6-Jul-04 9:11 
GeneralRe: Looking for a tool to measure web site page performance Pin
Puri Malluru8-Jul-04 6:08
Puri Malluru8-Jul-04 6:08 
GeneralFTP through proxy Pin
gryzz6-Jul-04 6:46
gryzz6-Jul-04 6:46 
GeneralForcing a refresh Pin
Navin6-Jul-04 5:07
Navin6-Jul-04 5:07 
GeneralRe: Forcing a refresh Pin
Navin6-Jul-04 5:15
Navin6-Jul-04 5:15 
GeneralRe: Forcing a refresh Pin
enjoycrack8-Jul-04 1:29
enjoycrack8-Jul-04 1:29 
GeneralFORM VALIDATION Pin
Brendan Vogt5-Jul-04 23:07
Brendan Vogt5-Jul-04 23:07 
GeneralProblem in text file reading, page gets stuck/hang. Pin
Member 12174575-Jul-04 19:33
Member 12174575-Jul-04 19:33 
GeneralCSS Tables - Simple question Pin
Peter Mayhew3-Jul-04 10:16
Peter Mayhew3-Jul-04 10:16 
GeneralRe: CSS Tables - Simple question Pin
Member 12016744-Jul-04 8:04
Member 12016744-Jul-04 8:04 

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.