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

  1. internetguy

    Other Language Using Javascript

    I am doing a project where you click on a location on a map, and Coldfusion will query a database for that location. I got everything to work right, except for the fact that the coldfusion tags are being ignored. I have a function that sets a td tag's innerHTML to display the query results...
  2. internetguy

    Stop form with Javascript Alert

    Ok I got it to work, thanks a lot guys
  3. internetguy

    Stop form with Javascript Alert

    I have a javascript function that is called when clicking the submit buttion on a form, if there is information left out or if fields don't match it makes an alert notifying the user what they are missing. The only problem is that the page continues to be processed. I tried adding a return...
  4. internetguy

    Switching text with onClick( )

    Sorry for the double post, but it still doesn't want to work. Could this be because the text box is nested in the page? I changed the textarea tag to a div tag. Here is my page source. <html> <head> <title>Test Page</title> <link href="../style.css" rel="stylesheet" type="text/css"> <script...
  5. internetguy

    Switching text with onClick( )

    lol, I hate how the most troubling problems have the easiest solutions. Thanks.
  6. internetguy

    Switching text with onClick( )

    I have a photogallery that I want to have an image and description show when I click a thumbnail. The images work, but I do not know what to do with the text. Here is my source for my main page: <textarea name="information">Information goes here</textarea> and here is my javascript switch...
  7. internetguy

    Drop Down Menu works almost

    Sorry I can't post anything for a couple of hours, my office has FTP blocked so I can't post just yet, but I can assure that there is no line break.
  8. internetguy

    Drop Down Menu works almost

    I have a test page with just a navigation bar and a bunch of javascript. In the bar there are 9 links with subcatergories, but only the 5 are showing up. Here's my code: <html> <head> <title>Test Page</title> <link href="style.css" rel="stylesheet" type="text/css"> <script language="JavaScript"...
  9. internetguy

    Canon 20D Event Link To More Programs

    I bought a Canon 20D digital Camera, and it came with some software to open explore the camera, kind of like the Scanner and Camera Wizard. When I try to link an event to the Camera it only lists, photoshop, scanner and camera wizard, microsoft publisher, and word. The only event is device...
  10. internetguy

    New to ASP, IfElse Troubles

    Ok, that makes sense. PHP uses names for each input field instead of the value in the field. Thanks for the help, this makes life much easier now that this was cleared up.
  11. internetguy

    New to ASP, IfElse Troubles

    I don't get that, shouldn't it always be blank because it isn't a text or password string? I hate microsoft servers!
  12. internetguy

    New to ASP, IfElse Troubles

    I am used to php, and in php you can use isset() to test if the submit button was pressed. I tried doing that in ASP where if the entire form was blank then it would load the form, and if it was filled in then it would proceed to check the inputs. Like I said, I am VERY new to ASP =P
  13. internetguy

    New to ASP, IfElse Troubles

    ok, I have a contact form that needs validation. Basically, if an input field is blank=report error, else move on to next input field. The only problem is that it is not moving onto the next input field to check. Here is my code. <% If Request.Form<>"" Then If Request.Form("email")="" Then...
  14. internetguy

    PHP order into columns

    Oh man, it seems so easy once it is explained. I can write the rest, thanks a million. This has been driving me nuts.
  15. internetguy

    PHP order into columns

    I have a photo gallery with pictures from me and 2 friends. I have it select which photographer based on Get variables, and all the picture information is stored in a mysql database. I got the photos to sort each picture by row, but I want to sort two pictures per row. This is what is...
  16. internetguy

    shoutbox controls

    Alright it works great now, thanks a lot! Any clues on how to keep the window displayed on top of the main window? I have seen several ways online but none work....
  17. internetguy

    shoutbox controls

    Sorry guys it didn't work. I am curious what is the shoutWinHandle's purpose? Shouldn't it be directed to the shoutbox?
  18. internetguy

    shoutbox controls

    ok, I have a javascript function that opens a shoubox when you click a link. I have a pair of on/off links, and I know how to do the on, but I do not know how to close the window from the main page. I also want this shoutbox window to display on top of the main page. Here is my opener script...
  19. internetguy

    Login Problem

    Ok, I got as far as booting from CD, but there is a problem. When it asks me to type in my admin password, it does not accept it. I tested my admin password in normal windows and it works, until it logs me right off. I don't think it would help if I cracked my password since I already know it...
  20. internetguy

    Login Problem

    No I cannot logon in safe mode, I tried booting to command line but it still requires me to login. I know I can do a ASR but that means I'll prolly have to format. Is there a way I can keep my system going?

Part and Inventory Search

Back
Top