ell, before we talk about more points I need to find out about the domain thing. Because if they
are different it is not possible. The reason is a security issue. You would not want for ex...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10073753.html
Zones:
JavaScriptDate Answered: 10/17/1998 Rating: 3.4 Views: 0
I've got Red Hat installed. I want to give two specific users access to /sbin/shutdown.
However, if I logon as any one of these users, and type /sbin/shutdown it says sorry, gotta be root to run...
http://www.experts-exchange.com/OS/Linux/Q_10317981.html
I've made a form that has to be filled in by users who visit my site. In this form there is a textfield, which must be checked on having alphabetic and/or numeric values only. Is there anybody who ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10388942.html
Zones:
JavaScriptDate Answered: 06/20/2000 Rating: 8.2 Views: 0
I am creating a report in a stored procedure. The problem is, there is a field that has multiple selections (due to listbox) and the values are separated by ";". The report that has to be displayed...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20295561.html
Zones:
MS SQL ServerDate Answered: 07/18/2002 Rating: 6.0 Views: 0
Hi,
The Regular Expression object in JScript is good in that it allows a wide range of syntax.
However, what I want is only allow the user to use the * and ? characters in their search and al...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20327802.html
Zones:
JavaScriptDate Answered: 01/18/2003 Rating: 9.0 Views: 0
hello friends,
I have a small problem. presently I have a .htaccess file with the following contents
AuthUserFile /home/hw/prakash/.htpasswd
AuthGroupFile /dev/null
AuthName restricted
<Li...
http://www.experts-exchange.com/OS/Linux/Administration/Q_20357535.html
Zones:
Linux AdminDate Answered: 04/14/2003 Rating: 6.8 Views: 0
I use this to make a text box only allow
0,1,2,3,4,5,6,7,8,9,
KeyAscii = IIf(Not KeyAscii = 8 And Not IsNumeric(Chr(KeyAscii)), 0, KeyAscii)
-------------------------------------------...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20389724.html
Zones:
Visual BasicDate Answered: 11/14/2002 Rating: 8.0 Views: 0
Ok, now that ive got the dialogs working thanks again kretzschmar!!)... how can i get my app to allow drag n drop (and by filetype association) to open text files?
Thanks in advance :)
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20492485.html
I use this code on the keypress event of a textbox so people only enter numbers, dots, backspace, etc.
If InStr("1234567890" & Chr$(46) & Chr$(8) & Chr$(13), Chr$(KeyAscii)) = 0 Then KeyAscii = ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20699504.html
Zones:
Visual BasicDate Answered: 08/05/2003 Rating: 8.0 Views: 0
Dim query As String
Dim objConnection As New adodb.Connection
Dim ds As New adodb.Connection
Set ds = New adodb.Connection
ds.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4....
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20703344.html
Zones:
VB DBDate Answered: 08/07/2003 Rating: 8.0 Views: 0