Hi, I'm currently running a web site with JCIFS and its running correclty. But I want some users that are not on the domain (contractors) to connect on the web site by a login page where they will enter user / pwd stored in a database. I just want to know if it can be done and what do I have to...
Hi, I want to make have a foreign key on a integer column ta a serial column (the same thing as we can do in Access).
When I execute my file, the following error occurs:
ERROR: UNIQUE constraint matching given keys for referenced table "auberges" not found.
Here is an example...
Hi,
the table has 10 or 12 colums with some primary keys. The table contain data pre-calculated, so I don'y have any join in my query. If I execute the sp in query analyser, the execution time is 1 sec or less. I think the network could be the cause of the problem, because the lan is 10mb and...
Hi, I have a weid problem in a VB6 application using ADO conection to a SQL Server 2000. I do have sometime a timout expired on a stored procedure call that return a sigle row in a table (less than 1000 rows). In debug mode, if the error occured and I resume, I press F8 to see if the query can...
Hi
I want to create a cross table with dynamic column. This is quite easy in a stored procedure, but I need to make a inner join on it with another table. The only way was to put this in a function. But a function cannot exec a string or another stored procedure. I tried different syntax and I...
you could also use the FSO object
fso.OpenTextFile in example.
you just have to specify the path like you would do on the network and have your IIS permission on the other computer to do want you want with the file.
The file input is readonly for you to put a value, only the client can select a file, you can't spécify anything. This protect the client from a site who wants to graba file in a computer.
Are they enemy 'cause I have troubles with them.
I'm trying to take a textarea value and write it down in a frame below.
Here is an example:
function preview()
{
parent.preview.document.write('allo');
}
If I try in IE it works perfectly, but it Netscape, nothing happen ans sometime the...
Set fs=Server.CreateObject("Scripting.FileSystemObject")
set text_sort = fs.OpenTextFile("d:\www\...\liste.txt", 2, true)
The syntax his not the error because even if I copy source code on msdn, the same error occurs (the script is running and running).
I made a cool script using FileSystemObject. It works perferctly on my development server and when I put it on the production server, it doesn't work. I can make a instance of the object, work with it (getFileName, getExtension, ...), but when I want to read or write a file, it doesn't work. I...
here's what I use to validate if a radio button is checked
function radio_button_checker(radio)
{
// set var radio_choice to false
var radio_choice = false;
// Loop from zero to the one minus the number of radio button selections
for (counter = 0; counter < radio.length; counter++)
{
//...
I used something like that and works well. The only problem is that Explorer doesn't like it, so it freezes.
see the post : new option in a <select multiple> but not in the same window
I just know that Explorer can put an image in background by rigth-clicking on yhe image and selecting put in background.
I don't know how you'll do that.
I open a pop-up window and I take a <select multiple> values and move them to another <select multiple> but the window that called my pop-up.
the code works well under Netscape, but freeze my Explorer6.
I use the same code as if I was moving my values between two <select> in the same window...
I want to do something like this
<script language=JavaScript>
<!--#include file="funcion1.js"-->
<!--#include file="funcion2.js"-->
function TestSomething()
{
if ...
}
</script>
this include method is good for asp page, but I don't think is...
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.