I have a form containing several dropdown list boxes (web form controls
<asp:dropdownlist> ) not the html <select> type control and I need to
reference the list box in a javascript function.
A snippet of code follows:
function DisplaySBDocList(searchType) {
// There are three methods o...
more >>
I am trying to create a windows service in JScript and am confused. I have
two files, SimpleService.JS and SimpleServiceInstaller.JS as follows:
SimpleService.JS
/------------------------------------------------------------------------
import System;
import System.ServiceProcess;
import Syst...
more >>
Hi, I get it difficult to transfer the float values from the server script
to the client script and back because of the different decimal point
localizing. Is there way to obtain such a locale-info from the client
browser and adjust it there (on the current page at least)?
...
more >>
All,
I'm trying to do a simple control validation that will pop an alert() and
then move the focus back to the tag. But I can't seem to get the focus() to
work properly. The only browser I can get this function to work properly in
is Opera and if I flip the focus() and alert() lines Opera stop...
more >>