Also, the is web site where we can have the full listing of the class of objExplorer
Something like this:
objExplorer.Document.Body.All.OKClicked.Value
objExplorer.Document.Body.InnerHTML
objExplorer.Document.Body.All.UserPassword.Value
...
...
Thanks
Sorry for my english, i'm french speaking.
This code below work fine but when the IE windows is opened and We click on the "X" (close button, upper right) we receive an error message. If We click "cancel" there is no problem because we trap this. How can we trap the "X" for quiting the program...
Hi!
sorry for my english, i'm french speaking.
We have some Win2K server with IIS5. We want, with a application (aspx) write some files to another server of the domain. All servers use Integrated Windows authentication (IIS). I would like to know if it's possible to do that. Write file to...
Hi ! (sorry for my english, i'm french speaking)
We use LL 9.2 SP1 and LL 9.1 SP3. All work fine. I would like to know how you make your backup in LL. Our BD is oracle on unix server. Our Livelink is on Windows server and the documents are on this server (windows 2K Sp4). What happen if one...
Hi ! sorry for my english, I'm french !
I don't know if I am in the good forum but I try.
I have 3 server: QPW210, the master server and 2 others, QPW208 and QPW209.
On each server, I installed, livelink, cas module and activator for corba. Next I register with management agent all 3 server (...
Hi !, sorry for my english, i'm french canadian.
When I load my html page, I have a random sound ( I have 6 .wav sound). My problem is, I would like a continious random sound. It is possible ??? Actually, when I load the page, only 1 .wav sound is played. How we can do that ! always played...
Hi, I would like to know how replace these line (window.location.replace...) by a image. If the resolution is 800x600, I will use a 800x600 image for background and the same thing
for other resolution !
Thanks !
if (screen.width==800||screen.height==600) //if 800x600...
I do this to validate a username lenght and i didn't obtain any result.
function valider()
{
var long = "0";
long = document.inscription.Nomutil.lenght;
document.write(long);
if (document.inscription.Nomutil.lenght < 6)
{
alert("test")
}...
Hi, sorry for my english, i'm french canadian !
I want to make a little football's pool on my personal web page. My friends will make her prediction on my site. I will use radio button for choosing the winner and a field for the points. I want something like that. If my friend try to make...
Sorry for my english, i'm french canadian !
I have a html file (login.html). This file call valid.asp. In the file valid.asp , I validate the login/passwd. If the login is wrong, I call error.html with "Response.Redirect("error.html")". In the file error.html, I have a...
OUPS ...
OR if its possible to ...just before the
Response.Redirect("erreur.html")
put a line like: popup(Wrong passwd) **after OK, next line)
Response.Redirect("login.html)
if it's possible, I don't need the file erreur.html
Thanks !
Sorry for my english, i'm french canadian!
Hi again, this is my asp file call "valid". This file are called by login.html. No problem for this. In my asp file, if the login is wrong, I call erreur.html. In this file (erreur.html), I want a button for returning to login.html. I...
This is my html file.
This file call the asp file.
Also, I tried the hint of qwe1204 and it's not run !
thanks for your help
<body>
<script language="JavaScript">
function espacevide()
{
if (document.formu.login.value == "")
{
alert("Vous devez inscrire...
Hi, sorry for my english, i'm french canadian !
I have a html file asking login and password and after that I send the data to this asp file. I have some problem, if you can help me !!
Thanks, also, i would like to dispatch the user in her personal page but I don't know how !
<%
DIM login
DIM...
Sorry, in the asp file, when I execute this line:
response.write "<br>Commande de :" & Name
response.write "<br>Message: " & message & "<br>"
the ouptut is OK. On screen, I see:
Commande de : Steve roy
Message: Hi how you doing
But, in my email, I have...
Sorry for my english, i'm french canadian.
Hi, this is my problem. First, I have a html file with form. In this form, I have some <input> and <textarea>. See below. After that, all information are submit to asp file. In the asp file, I want to subit all information but, with the name and the...
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.