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: techskool
  • Order by date
  1. techskool

    easy Javascript textbox input validation

    Thats fantastic my friend :) Dave
  2. techskool

    easy Javascript textbox input validation

    Hi Guys I have to validate for form input. I have a form with 4 textboxes, and i need to check onSubmit that at least one of the four fields has been filled out. How do i do this please? Many Thanks Dave
  3. techskool

    Opening Microsoft Applications or Plugins via browser

    Hi DreXor Thanx for the response. I know all of our domain machines have the full office suite, so i was unsure why some microsoft ones would open in the browser but not others. So whats this hte plugin then? Many thanks for the speedy reply dave
  4. techskool

    Change default save location for download files

    Hi I have an ASP and partial Javascript file manager. It finds files in many locations. When you find a file via the web GUI you can open up a folder in a local mapped drive, so users with the right NTFS perms can save changes. Problem is when they open a file and save as (in say a word...
  5. techskool

    Opening Microsoft Applications or Plugins via browser

    Hi there Ive noticed whn you click on a file view / download via the web, some Microsoft apps open in Internet Explorer (like word or excel) and some fire up their respective application like access databases. Is there a way to ensure all applications open in their native format, so if i click...
  6. techskool

    Windows browser / explorer file getFocus difficulty

    Hi All, Hope u are well I have a predominantely ASP coded intranet which i am writing a file / document manager for.Results are returned from an Indexing Service datasource and results paged in the standard way. The thing is when someone gets results i give them the option to open the folder...
  7. techskool

    write from child form to parent form

    Thanks for the response. Thats similar to what I had but i must be using it incorecctly on the event. Am I right puting a dead link ' a href="#" ' and then the ' onclick ="window.opener etc.. ;self.close()" ' I cant seem to get it to do anything? Thanks again Dave
  8. techskool

    write from child form to parent form

    Hi Guys. I have a html form which is on a job logging system. I am trying to get it it to fill out a persons details from values it already has in a db. Heres where I am up to; a form with a user id field is filled out with a username and you click a link that pops up a pop up window which...
  9. techskool

    Form validation for file extension upload

    sorry that should read many thanks!
  10. techskool

    Form validation for file extension upload

    That ideal any thanks for all the help guys. Dave
  11. techskool

    Form validation for file extension upload

    Im a total incompetent when it comes to JavaScript as i work soley in ASP and SQL, but against my better judgement tried some client side form validation the other day. I wrote and hacked this together but it falls over. Can you tell me whats up with it? Thanks Dave function onSubmitForm()...
  12. techskool

    Active Directory Interogation

    Hi Fella's I want to see if its plausable to interogate the active directory on our Domain Controller (server2000) to page results to a web front end of,..all machines within the domain,.. and heres the difficult bit,.. also write out the packages that are installed on them : - ie : PC 001 -...
  13. techskool

    Indexing Service results Restriction

    Hi Foxbox. Thanks again for the help. For some reason i cant get those scripts to work. I managed to find an article on the microsoft knowledge base, and it seems to be working now. What i meant was can you reference the exact same properties, which i found you could with ...
  14. techskool

    Indexing Service results Restriction

    Thanks for all the help foxbox, i can see now i will have to do it this way,.... and after all that time getting my head around those custom microsoft files!!!! Im trying your code, but its not working,... just a few questions. 1) -------------------------- oConn.ConnectionString =...
  15. techskool

    Indexing Service results Restriction

    Thanks foxbox Do you use this method because there isnt much control with the htx and idq file? Microsoft recommends you use them, ... but microsoft recommendes a lot of stuff! I know i can to ignore a file in a standard vbscript statement, what i want to know if i can do it within the htx or...
  16. techskool

    Indexing Service results Restriction

    After much work trying to understand the microsoft knowledge base's ideas on how to set up Indexing Service for web pages, it finally works. You know the Routine, you have an IDQ file and a HTX file to interogate the catalog. Within the htx file i write out the matches, from the relevant...
  17. techskool

    Easy ASP ignore words question

    thanks friend dave :)
  18. techskool

    Easy ASP ignore words question

    Thanks guys. Have you go an example of how this array would work, or am array i can look at Cheers Dave :)
  19. techskool

    Easy ASP ignore words question

    This is gonna seem really daft, im not quite with it today Say i was asking ASP to ignore a word when it was performing an action: ---- varIgnore = &quot;materials.asp&quot; If objFileItem.Name <> varIgnore Then .... ---- How would i make it ignore 1)more files than just the one ive...

Part and Inventory Search

Back
Top