Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: taz97
  • Order by date
  1. taz97

    Problem whit IE with VBscript

    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
  2. taz97

    Problem whit IE with VBscript

    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...
  3. taz97

    IIS aspx remote access to other server (write perm.)

    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...
  4. taz97

    Question about backup/restore in Livelink

    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...
  5. taz97

    Cluster installation problem

    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 (...
  6. taz97

    Random sound problem

    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...
  7. taz97

    Need help for background image resolution

    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...
  8. taz97

    Field lenght validation in form

    I do this to validate a username lenght and i didn't obtain any result. function valider() { var long = &quot;0&quot;; long = document.inscription.Nomutil.lenght; document.write(long); if (document.inscription.Nomutil.lenght < 6) { alert(&quot;test&quot;) }...
  9. taz97

    Question about deadline in a form

    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...
  10. taz97

    Problem with ASP and html

    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 &quot;Response.Redirect(&quot;error.html&quot;)&quot;. In the file error.html, I have a...
  11. taz97

    Another question about vbscript

    OUPS ... OR if its possible to ...just before the Response.Redirect(&quot;erreur.html&quot;) put a line like: popup(Wrong passwd) **after OK, next line) Response.Redirect(&quot;login.html) if it's possible, I don't need the file erreur.html Thanks !
  12. taz97

    Another question about vbscript

    Sorry for my english, i'm french canadian! Hi again, this is my asp file call &quot;valid&quot;. 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...
  13. taz97

    problem with if then else statement, i'm newbie

    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=&quot;JavaScript&quot;> function espacevide() { if (document.formu.login.value == &quot;&quot;) { alert(&quot;Vous devez inscrire...
  14. taz97

    problem with if then else statement, i'm newbie

    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...
  15. taz97

    textarea problem with vbscript

    Sorry, in the asp file, when I execute this line: response.write &quot;<br>Commande de :&quot; & Name response.write &quot;<br>Message: &quot; & message & &quot;<br>&quot; the ouptut is OK. On screen, I see: Commande de : Steve roy Message: Hi how you doing But, in my email, I have...
  16. taz97

    textarea problem with vbscript

    Sorry, I don't understand, can you, please give me a example ??? Thanks you very much A new web developer
  17. taz97

    textarea problem with vbscript

    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...

Part and Inventory Search

Back
Top