Is there any way I can define a different Style Sheet for Input tags with different types?
(Example: <input type=text> <input type=button> )
I have standards on my web site that say the background should be one color, textboxes another color, and buttons another color.
Is there an easy way to...
Hi,
I am trying to select multiple items from a list on the load of a page. The list is loaded like the following:
<CFSELECT NAME="lstName" QUERY="QueryName" SIZE=6 MULTIPLE />
If I select only one item it works.
<CFSELECT NAME="lstName"...
I am creating a web page (CF MX) that uses Basic Authentication and resides on our internal network.
I need to be able to access our SQL Server (version 2000, if that matters) as the current person logged into the site.
I have done this before in .NET by using the a connection string, but I...
I'm not sure if this is a VB problem, but I was hoping someone here could help me.
I'm trying to connect to a Remedy (a CRM product) Database.
It has it's own ODBC Datasource. I can connect to it successfully, but when I try to retrieve information (SELECT ...) I get the following error...
I am trying to SELECT information out of a Remedy Database from a Visual Basic 6 program.
I am using ADODB and connecting to the Remedy ODBC Data Source.
I can open the connection with out error, but when I try to Execute my SQL Statment ("SELECT ...") I get the following error...
Example:
<%
Dim bln
bln = False
Sub Process()
bln = True
End Sub
Sub DoOnUnload()
If bln = True Then
'This is never hit.
End If
End Sub
%>
<html>
<body OnUnload="<%DoOnUnload%>">
Process
</body>
</html>
I am new to VBScript, and if I am missing something I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.