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 wOOdy-Soft 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: tomothy
  • Content: Threads
  • Order by date
  1. tomothy

    Adding records to access db does not work

    I have writen this script to add a record to an access db but it does not work. This always worked when I was using win98 with PWS but now that i am using winXP pro with IIS it does not work. <%@ Language=VBScript %> <% Option Explicit %> <!--#include virtual=&quot;adovbs.inc&quot;--> <% Dim...
  2. tomothy

    images and links in layers

    I have written the below code to display a drop down menu when you run over a link. The layer displays and when the mouse runs out of the layer the layer disappears. When I have a link or a image in the layer running over the link or image is considered to be moving out of the layer and the...
  3. tomothy

    P4 motherboard w/o sound?

    I have looked and looked but I can't find a P4 motherbaord WITH OUT a sound card and/or graphics card on-board. Does anyone know where I can buy a high quality mother board with out all the extra rubish on it? Any help would be gratefully appreciated! Thank you for your time Andrew Wieland
  4. tomothy

    Sports scoring system (urgent)

    Hi, I am writing a scoring system for a school Sports Day. I need some code that will take results inputed into a HTML form and then sort them into order (highest first). There are 8 results per event. Can any one help me out with some code that I can use to do this? Any help would be very much...
  5. tomothy

    View table in DB

    Hi, Is it possable to write some VBScript that can display a list of all the tables in a DB? If so does anyone know what the code is? Thank you for your time Andrew
  6. tomothy

    MX - opinions please

    Hi, Dreamweaver MX boasts to be the best web development tool on the planet. I know that Dreamweaver 3 is very good as i use it. However it lacks in Web Application development ability so I turned to notepad and use ASP to build dynamic interactive sites. ASP works a treat and can do pretty...
  7. tomothy

    ASP security and DB security - advice

    Hi, I am wanting to learn more about ASP security. I want to know how to create secure login's and secure forms (so people can not see or snipe the info being processed). Also I want to learn about making MS DBs secure on the web. Can any one give me some sample code, tutorials or a good book...
  8. tomothy

    ASP code store in DB

    Hello, I have a website that uses a database to retrieve ASP and HTML code to generate the page. When the code is retrieve I use Response.Write(varPageCode) to run the page code. The HTML works fine. It displays as it should but the ASP code does not. It does not process the commands or display...
  9. tomothy

    External .jpg's

    I want to use Flash to make an interactive art gallery. However I don't want a really large and slow loading flash file on my site. So my question is this; can I use flash to load .jpg's from an external source? i.e my complied flash movie loads in a jpg from images/pic01.jpg . Basicly much in...
  10. tomothy

    98SE reg corruption from MSN Messanger

    Hi, I have come across the same problem on 2 entierly different comps. Every time you restart the comp after running MSN Messanger Windows reports a Registry error. This only happens after running MSN. Does anyone know why this is happening and how it can be resolved? Thankyou for your time Andrew
  11. tomothy

    Free host?

    are there any FREE host out there? I have looked but it seems the rest of the world understands free as being something you pay for. I need a host for a demo site I am doing. I need support for a DNS-less ADO conection to MS-2K database. I have found some free hosts but they only support DNS or...
  12. tomothy

    Flash 5 action script for text formating

    Hello, Can Flash 5 action script be used to format text dynamicly. i.e can I have a button that when clicked will change a block of text from normal to bold? If this is possable do you know of a detailed tutorial that can help me? Any advice, code or links would be a big help Thank you for...
  13. tomothy

    Printer headers/footers - I don't want them!

    Hello, Is there a script I can use to stop IE 5 putting headers and footers on my page when it is printed off? If there is no script I can change a setting in the browser to IE from putting on the headers/footers? Thank you for your help Andrew
  14. tomothy

    I made a site using ASP and when I

    I made a site using ASP and when I had it working on my PWS at home I uploaded it to the web and much to my shock I found it did not work. I get the following error. Vbscript Runtime error 'ASP 0185 : -2147467259' Data source name not found or no default driver specified /abba/gig02.asp,line...
  15. tomothy

    Image in ASP

    Hello, does anyone know why the below code would not display my image. I have tried everything I can think of but it just wont work. Help me please!!! Thanks Andrew <%@ Language=VBScript %> <% Option Explicit %> <% Dim strImgPath strImgPath = (Server.MapPath(&quot;images\&quot;))...
  16. tomothy

    Auto page switch

    Does anyone know if ASP can be used to make a website flick through a number of pages automaticaly? i.e after 15 seconds the website page changes. If so how do I go about doing it? If ASP won't do it what about other methods like JavaScript? Any help you can give would be cool Thank you Andrew
  17. tomothy

    Form to HTML to DB

    Dear all I am making a message system that works on auto changing slides. The way I was thinking of doing this was by having a form that the user could create the slide on. In other words the user would fill out a title and body text box. This form will work well in just plain old HTML. I can...
  18. tomothy

    Output to a text file

    I want to be able to output variables from a Flash movie and save them into a txt file. I know flash can not do this directly but I was wondering if there was a way of using a server-side programming lanuage (like ASP, Perl ect.) to handle the file writing. Can this be done? If so can anyone...
  19. tomothy

    Layers and links

    Hello all, I am making a website using layers. I have a flash movie in a layer over a HTML document. The flash moive is a music box that can be draged around over the HTML. The movie's size covers the HTML document but the music box is only small. The flash movie is trasparent. The layer uses...
  20. tomothy

    Linux per-per LAN (help needed)

    Ok so I have RH 5.1. I know its old but I got with a cheap book (Mastering Linux). I have at home a small per-per LAN. 3 of the comps are connected in a loop (C0-AX) and 3 are split by a hub and are UTP. I have 3com network card in the Linux server. so now you have the background heres the...

Part and Inventory Search

Back
Top