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

    asp rating app

    I am looking to put a simple rating app (ie. a user rates a site from 1-5, and results are queried and shown as stars, or other). I've searched high and low. I found some that use an Access db but nothing that i can easily implement using asp/mysql. any assistance, or a pointing the right...
  2. stvchez123

    preloader question

    I think one loadbar would suffice, but really, whatever would be quickest as/or easiest. thx.
  3. stvchez123

    preloader question

    I have two seperate Flash files. One calls the other as part of the full project. Question: is it possible for the preloader to check the length of both files and preload based on both? any assistance is much appreciated.
  4. stvchez123

    table outline

    I'm trying to get just a solid border. I have inserted some table style, which look fine in Ie, but not in firefox. is there something which would as needed on all? <table height="90" width="250" style="border-collapse: collapse; border-style: solid; border-width: 1; padding-left: 4...
  5. stvchez123

    cdonts failed message

    I have CDONTS messaging working, what I need is to be able to have, if there is a failed message, to have it send to the webmasters address. Here is what I have: Else Response.Write("<br><br>Message was not sent. Please try again later.") End If I need to add an extra parameter, such as...
  6. stvchez123

    css layering question

    hey, this might be an easy one. i'm having trouble getting to layer correctly in firefox. looks ok in IE. i'm using the z-index property. http://www.funtigodoc.com/temp/insiders/insiders.html thanks
  7. stvchez123

    html include

    Hi, I'd like to do a simple HTML include of a file, I can't quite get it and am not sure if the code is not correct, or if i need to find out if it can be done on my current server. I know it can easily be done in ASP or Cold Fusion, but need to keep these HTML files. I'm not sure if I need to...
  8. stvchez123

    dragging multiple images

    i've closed the other thread as it was going in the wrong direction. here is my dilema. I need to make two images (parent/child) draggable together. I have a script which should do the trick, but I'm stuck getting the two to move in sync. url example: http://www.funtigodoc.com/temp/smtemp/...
  9. stvchez123

    mouse drag 2

    i've closed the other thread as it was going in the wrong direction. here is my dilema. I need to make two images (parent/child) draggable together. I have a script which should do the trick, but I'm stuck getting the two to move in sync. url example: http://www.funtigodoc.com/temp/smtemp/...
  10. stvchez123

    mouse drag question

    disregard post. need to start new thread on new topic
  11. stvchez123

    mouse drag question

    thanks. through a series of trial and error, i've found that its relatively easy to make the the entire image draggable. is it possible to just make a section draggable? // url http://www.funtigodoc.com/temp/smtemp/ // heres my code so far. i understand now that image doesn't work. using...
  12. stvchez123

    mouse drag question

    another thing. here is the code for the mapped part i need clickeable: <div id="inTheNews" style="position: absolute; top:355px; left:472px;"> <map name="bgmap"> <area coords="4,5,157,22" href="http://www.yahoo.com"> <img border="0" width="319" height="203" alt="In the news" usemap="#bgmap"...
  13. stvchez123

    mouse drag question

    i'm trying to achieve a mouse drag feature. here's what I have so far: http://www.funtigodoc.com/temp/smtemp/ you'll notice that you can click the menu area and drag it around. I'm trying to get it so that when you click the just the 'In the News', then you can move the whole image. here is...
  14. stvchez123

    javascript form element

    I am wondering if this is possible using javascript and a single HTML page. Being an ASP developer, I know that it's possible going that route, but wonder if javascript couldn't do the same task on a single HTML page. Here is a sample: http://fg-a.com/pulldownmenu.shtml Basically, I'd want...
  15. stvchez123

    monitor question

    A simple question about monitor compatibility. i have a pc and wonder if there is any way to hook up a Mac monitor to it (seems like it should...) the monitor cables have different pin count, so I don't know it would be as easy as getting a pc /mac converter for the cable or there is another...
  16. stvchez123

    Backup Solution

    Hi, I'm trying to plan to a disaster recovery plan on my current hard drive, if it goes down. What I've done is buy an External Hard Drive as a backup. So far, I create a DOS boot disk and used MS Backup to create a disk image of the drive. My question: is this enough? The hard drive...
  17. stvchez123

    system restore floppy

    I just added an external HD and used Backup for XP to backup and create a system restore floppy. The Window Backup File was created ok, but I got an when trying to create the floppy: Backup Status The files for the recovery diskette could not be created. The operation was aborted. Is there...
  18. stvchez123

    alignment issue

    thanks alot. that was it.
  19. stvchez123

    include a js

    I am trying to insert some external .js's to help clean up the page. in this one, its just some rollover code. it worked when straight on the page, so thats step one. I added this code: <script language="JavaScript1.2" src="http://www.funtigodoc.com/ftp/steve/js/rollover_source.js"></script>...
  20. stvchez123

    alignment issue

    hi, i've gone this character by character, inch by inch and am really stumped as why I can't get this page to close this unsightly white space between the image and nav bar. any assistance is very much appreciated http://adigitalsolution.funtigo.com/?g=1845862

Part and Inventory Search

Back
Top