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 TouchToneTommy 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: DataSpy
  • Content: Threads
  • Order by date
  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

    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...
  3. 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!
  4. 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...
  5. 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>...
  6. 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"...
  7. 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...
  8. 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...
  9. 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...
  10. 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!
  11. DataSpy

    Need help with css

    I've just started using css, and I'm having a problem with the tables in the page. For some reason they cut off the bottom and right side a three tables. I was wondering if anyone has any suggestions or could help me figure this out. Thanx in advance, any help is greatly appretiated! Page in...
  12. DataSpy

    what is value+

    Hello, I was just wondering what value+ does? Example (document.MyForm.one.value+".htm"). Any help is appreatied, thanx in advance.
  13. DataSpy

    question about inserting data into database

    I'm trying to do something like this $query="INSERT INTO ".$table_name." ('catagory', 'link', 'link_description', 'link_title', 'link_name',) VALUES ('', '".$link."', '', '', '') WHERE catagory=".$catagory.""; I know this isn't right, I just don't know how to do what I want. Any help would...
  14. DataSpy

    Help validating a form

    Hello, I'm having troulbe validating a form. I found this script on a website, but it doesn't seem to be working. <!-- start html & script --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> <script language="JavaScript"> function...
  15. DataSpy

    about directories

    Hello, I am new to perl, I've been programming for 1 day. I was wondering if there is a way to display the name of the directory that you're in and also to to show folders of subdirectories and the files in them. Any help would be greatly appretiated.
  16. DataSpy

    need help form validation

    hello i'm having trouble with some form validation, the code is <script language=&quot;JavaScript&quot;> <!-- function validate(form) { if (form.sub_name.value.length == 0) { alert(&quot;Please enter your first name.&quot;) form.sub_name.focus()...
  17. DataSpy

    question about cgi

    hello, I was just wondering if anyone knew how to send form data to an e-mail address. Thanks in advance.
  18. DataSpy

    I Am New To Flash

    I am new to flash and was wondering if anybody had any links to any website dealing with how to make a whole website out of flash. Thanks in advance.
  19. DataSpy

    meta tag question

    I was just wondering if you put your meta tags for keywords and description ect. In every html document on your site or just your index file. Thanks
  20. DataSpy

    how to remove scroll bar with javascrip

    hello I am new to javascript and was wondering if and how I could remove a scrollbar from a window in a webpage? thank you ahead of time!

Part and Inventory Search

Back
Top