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 Wanet Telecoms Ltd 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: finnoscar
  • Content: Threads
  • Order by date
  1. finnoscar

    Autorefresh

    Is there anyway to get IE to autorefresh at set time intervals?
  2. finnoscar

    Could somebody have a look at this

    Could somebody have a look at this and tell me what if anything is missing from it: <%@ LANGUAGE = JavaScript%> <HTML> <HEAD> <meta name=&quot;Microsoft Theme&quot; content=&quot;indust 110, default&quot;> </HEAD> <BODY> <% // Connect to database var adoConnection =...
  3. finnoscar

    How Can I Modify SQL statement?

    How could I modify the following code to allow a breeder to update the pups available field of their record in the breeders table? <%@ LANGUAGE = JavaScript%> <HTML> <HEAD> <meta name=&quot;Microsoft Theme&quot; content=&quot;indust 110, default&quot;> </HEAD> <BODY> <% // Connect to...
  4. finnoscar

    How could I modify this code to ena

    How could I modify this code to enable a user to update the pups available field <BODY><TABLE BORDER=1> <THEAD> <TR> <TH>BreederNo</TH> <TH>Breeder Name</TH> <TH>Phone No.</TH> <TH>Address</TH> <TH>Pups Available</TH> </TR> </THEAD> <% var str_DogName = new...
  5. finnoscar

    How To Query db

    In my db I have three tables Breeder=(BrNo,BrName,BrPhoneNo,BrAddress,BreedName) Customer=(CNo,CName,CAddress,CPhoneNo) ProvBooking=(BrNo,CNo,BookingDate) I want a Breeder to be able enter their BrNo to query the db to see the details of customers who have booked a pup with them,what form...
  6. finnoscar

    In my db I have three tables Breede

    In my db I have three tables Breeder=(BrNo,BrName,BrPhoneNo,BrAddress,BreedName) Customer=(CNo,CName,CAddress,CPhoneNo) ProvBooking=(BrNo,CNo,BookingDate) I want a Breeder to be able enter their BrNo to query the db to see the details of customers who have booked a pup with them,what form...
  7. finnoscar

    Problem with ASP and Form in JavaScript

    Could somebody help me sort this out. I need to add radio buttons to this script so that a user would have a choice of Small,medium or large and have the list of dogs meeting their choices returned as an ASP. I would be really grateful for as much help as possible <%@ LANGUAGE = JavaScript%>...
  8. finnoscar

    Problem with JavaScript and Form

    Could anyone tell what is wrong with the following script and how would I go about fixing it. <%@ LANGUAGE = JavaScript%> <HTML> <BODY> <h3>Dog Breed Selector</h3> <p>Please choose what Size of dog you would prefer:</p> <form> <table> <td><input type='radio' name='size' value='S'>Small</td>...
  9. finnoscar

    Adding Radio buttons to ASP written in JScript

    How exactly would you add radio buttons to the script below in order to allow a user to choose attributes from a db table that has Size,Grooming,ExerciseRequirements(e.g. Size=Small,Medium or Large)etc.and return a Breed that meets their requirements. <% @ Language = jscript %> <% function...
  10. finnoscar

    ASP error

    Whenever I try to run the following JScript : <% @ Language = jscript %> <% function JScriptDatabaseRead() { /* declare variables */ var c, r, strOut = &quot;&quot;; var sql = &quot;SELECT BreedName FROM Breeds WHERE Size = 'L' ORDER BY Size;&quot;; var cnstr...
  11. finnoscar

    Radio Buttons

    How do you use radio buttons to return information from a database using ASP and JavaScript?
  12. finnoscar

    Radio buttons

    How do you use radio buttons to return information from a database using JavaScript and ASP?
  13. finnoscar

    Global.asa

    Is global.asa needed to create a connection to a database
  14. finnoscar

    Is global.asa needed

    The global.asa file seems to be giving me problems when trying to run my ASP. Is it really needed or could I just remove it?
  15. finnoscar

    Error when trying to run ASP

    Whenever I try to run an ASP I get the error message: Active Server Pages, ASP0134(0x80004005) The object has an invalid ProgID of 'MSWC.MyInfo' //global.asa Could somebody tell me how to rectify this?
  16. finnoscar

    Database connectivity with JavaScript

    Could anyone please tell me how to connect to an Access Database using IIS,ASP and JavaScript

Part and Inventory Search

Back
Top