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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by garrowsmith

  1. garrowsmith

    Search Engine - ASP + MySQL

    Hi All, anyone know of an ASP based search engine that will interrogate a MySQL db? Can't find anything on tek-tips nor the news groups. Cheers, Graham.
  2. garrowsmith

    Is there such a thing as layout & design control???

    Hi all, just evaluating sharepoint's facilities and I'm finding it near impossible to make any serious modifications to the design and layout of pages. I've looked at plenty of the SDK tools and can't seem to find a thing to control page layout. Anyone know if it is possible???? Cheers, Graham.
  3. garrowsmith

    Could someone look at my Access relationship model

    Thanks Quehay, that was a big help - I didn't realise that you needed to put tables within the query window, and because I didn't have the intermediate table I was getting the cartesian product of all recs. Problem solved! I haven another issue tho - and again I'm all ears if you can think of a...
  4. garrowsmith

    Could someone look at my Access relationship model

    Hi Folks, I've been racking my brains to remember all the database rules, and think I've stuck to them. For some reason when I try and match a username to a particular project with the query wizard I get a cartesian product of all records.... eg username | project title -------------------...
  5. garrowsmith

    Explorer / Taskbar Crash

    My situation is dire.... I've got windows XP home and for some reason it's got into a state where I can no longer load Windows Explorer without it hanging. The whole system freezes and I can't do anything. The machine is on a LAN with PC MacLan also installed so I think there is some sort of...
  6. garrowsmith

    Search Engine + DB Xtras

    I've also heard of Datagrip - PC only mind. Has anyone used it for text searches?
  7. garrowsmith

    Search Engine + DB Xtras

    Hi folks, wondered if any of you guys have coded a search engine in Lingo or know if the tools out there can handle it for me. I've got a CDROM based project that needs to hook up to a database that contains 21 references to PDF files, and each pdf has around 4000 words.... =84000 words. I've...
  8. garrowsmith

    getting textbox value from FRAME+LAYER+FORM in Netscape

    Hi Folks, I'm trying to get the value of a textbox that is sitting within a form within a layer within a frameset. I'm trying to use a layer to hover over an area of the form and a radial button will make the layer+textbox appear. eg. layerns.frm2.textbox.value The frameset for the page is...
  9. garrowsmith

    Good command listings?

    Agreed, the linux in a nutshell is an invaluable book, buy it!
  10. garrowsmith

    Redhat 7.3, Lan, Router - cannot connect

    Ok, I've got Samba running and will have a dig around so I can get permissions sorted for local accounts, so that's lookin good. I've found that mozilla works fine, so it looks like it's only netscape that has a gripe with the connection. Weird!?! I've tried the telnet recommendations from you...
  11. garrowsmith

    Redhat 7.3, Lan, Router - cannot connect

    1. Wow. I can ping external IP addresses, both using a numeric & using the name www.mit 2. I've downloaded and installed the rpm of Samba... although the command smb don't work.... how do I kick this thing into running? I've tried reading the online docs but I don't think my general knowledge...
  12. garrowsmith

    Redhat 7.3, Lan, Router - cannot connect

    I'm stumped. We've got a LAN connected through the web via an internet router. I can't seem to get the machine configured so that it can surf for web pages. I've given a static IP address and can ping local machines and the router its self. However I can't get netscape to view any pages. I...
  13. garrowsmith

    JS Validation using onSubmit - where am i going wrong?

    I've found that if the FORM tag has the method="POST" then it WILL NOT submit the form in NS4.6 & 4.7. I'm guessing this is a netscape 4.x issue. There must be some conflict between the method tag and onSubmit. I've removed it and the code seems to work. Anyone know why? Graham.
  14. garrowsmith

    JS Validation using onSubmit - where am i going wrong?

    Hi GUJU, here is the complete file. Works fine in IE... what I'm trying to get is a response to the page in NS. I'm not too worried about the file I'm referencing as I just want a response... even if it is 404 file not found. I tried the semi colon, but no avail. There are loads of sites that...
  15. garrowsmith

    JS Validation using onSubmit - where am i going wrong?

    I'm doing my nut. Has anyone encountered the netscape bug where it refuses to do anything when using the OnSubmit event handler with a form? I've got a function to validate all the fields within my form, and can't get it to post the data after successful validation. eg: ... <script> function...

Part and Inventory Search

Back
Top