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 Mike Lewis 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. DataSpy

    copy info with javascript

    I found a tutorial on how to copy form values from one input box to another with a check box. What I want to do is copy info from an id using a drop down menu depending on which set of information I want to copy to an input box. Does anybody have any suggestions or a tutorial they'd recommend...
  2. DataSpy

    Hiding tables with css

    link to the css http://www.data-spy.net/test/css/css.css I'm sure the css isn't right, I was trying a bunch of different things to try and get it to work!
  3. DataSpy

    Hiding tables with css

    I'm using css to to show borders on table but don't want the table nested in that table to show. I've looked around on the net quite a bit and can't find any example of what I'm looking for. Basically I don't want the nested table inside the navigation bar to show and the nested table inside...
  4. DataSpy

    Help with caused by </form> that I don't want

    There's a line break after I use </form> and I don't want there to be a one. Anyone know a way around this? You can check out what I'm talking about @ http://www.data-spy.net/build/index_anime_fs.php , it's in the lists to display column. Any help would be greatly appretiated, thanx in advance!
  5. DataSpy

    help with css link colors

    Thanx for the help! :)
  6. DataSpy

    help with css link colors

    Hello, my problem is I want to make all links in my navigation menu one color and rest of the links on the page another color. The code that I use for the links on my page is: a:link, a:visited, a:hover, a:active { text-decoration: none; color: #3300CC; } The code I have for my navigation...
  7. DataSpy

    help with columns in tables

    Yes, thank you very much!!!
  8. DataSpy

    help with columns in tables

    Basically I've divided a table cell into two parts A & B I would like to do the same to C but cannot figure out how. Any help would be greatly appretiated, thanx in advance! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body>...
  9. DataSpy

    problems with css and forms

    Thanx, sorry about the stupid mistake! :)
  10. DataSpy

    problems with css and forms

    I'm trying to use css and forms together and for some reason when I click the submit button I'm not redirect. Heres the code from a basic page I'm working on. <html> <head> </head> <body> <div> <form action="test.php" method="POST"> <input type="text" class="default-style" name="edit"...
  11. DataSpy

    problems with frames

    I am calling this at the beginning of each page, could this be the culprit? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
  12. DataSpy

    problems with frames

    Not currently, I am early on in the design.
  13. DataSpy

    problems with frames

    Frame opens correctly in firefox but doesn't open correctly in IE. When the link is clicked in IE the frame opens in a seperate browser, when it should open in a frame called "MAIN". My index.php page specifies the frames: <frameset cols="23%,77%"> <frameset rows="100%" > <frame...
  14. DataSpy

    Help with aligning links

    Thanx for all advice!!! It's working now :)
  15. DataSpy

    Help with aligning links

    I'm trying to make it so that I have a link at the left side of a page then 3 more in the middle except I want them to be inline. Example: link link link link I'm using a table and I put align="center" for the center links but I'm not sure how to make the other link align...
  16. DataSpy

    help with confirmation with a link

    Thanx :)
  17. DataSpy

    help with confirmation with a link

    Help asking for confirmation from a link not a form. The only thing I can find is confirmation for a form. Any help would be greatly appretiated, thanx in advance, and yes I already searched google. old code I was using for the form but I don't know how to switch it to a link. I moved the...
  18. DataSpy

    alter box that asks ok or cancel for deletion

    Solved, thanx for help! I ended up using <input type="submit" value="Delete" onClick="return confirm('Are you sure you want to delete?');">
  19. DataSpy

    alter box that asks ok or cancel for deletion

    Hello, I was wondering if anyone could help me or point me in the right direction for an alert box that confirms deletion of an item (ok or cancel) when a form is submitted. Any help would be greatly appretiated, thanx in advance!

Part and Inventory Search

Back
Top