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: *

  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

    Thank you all very much for you opinions. You have been most helpful and I look foward to working with the trial when it has downloaded tomorrow (i left it over night at work). Thank you again Andrew
  7. 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...
  8. 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...
  9. tomothy

    ASP code store in DB

    Thats a really good idea! I recon I could make that work. Thank you very much for your help. Andrew
  10. 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...
  11. tomothy

    ASP to submit a html code?

    I think I know what you mean. You want an on line HTML editor in ASP, right? Well it is possable. All the code for your site pages needs to be stored in a DB. When a person wants to view a page just call the code from the DB. On a site I made I used one page and ref number in the query string...
  12. 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...
  13. tomothy

    Can Flash Do This?

    Flash can do just the sort of thing you are on about. With movie clips and scenes you can control the visablity of your information. And with Flash you are not restricted as where you can place the information (unlike HTML layers). You have complete control over all your graphical content and...
  14. tomothy

    Transfer Information from old computer to new computer?

    I would try and get hold of ghost or drive image. Using these programs you can copy your old hard disk over to your new one in its entirity. If you only want to copy your personal files simply put your old hard disk on ide2 in your new computer and boot into windows and do a straight copy. This...
  15. 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
  16. tomothy

    Free host?

    Thanks very much. I have tried to use Brinkster b4 but I could never get it to work but this time I have! Yeah! Thank you again Andrew
  17. tomothy

    Free host?

    I have tried both of those. Brinkster in not free and websamba does not support the my database conection. Thanks for your help Andrew
  18. 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...
  19. 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...
  20. tomothy

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

    Thats spot on! Thanks very much. Andrew

Part and Inventory Search

Back
Top