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: silentq
  • Content: Threads
  • Order by date
  1. silentq

    Flash Intro/ Iframe Help

    Hi, what I'm trying to do is have a short flash intro play while my site loads, and once its done, replace the intro with the content of the index page. I'm using iframes to show the content of the home page and the flash movie. This is what I have: (index.php) <html...
  2. silentq

    Table input function

    Hi I've made this function that, when you click on a cell it enters your word into that cell (the word you ebtered into the text box. I want to use just one function to be able to populate all cells. Like, you enter word, click cell C#, it enters it there, then you enter new word and click cell...
  3. silentq

    User Input in forms

    Hi, I'm trying to make a function where a user input in a form changes the length of a string. I would do it this way in PHP: <? $width = $_POST['length']; . . . .?> <form> <input name ="width" type="text" value="<? echo $length; ?>"> </form> I want to do it in JS so that my forms are...
  4. silentq

    Re:Iframe(sorry, should have posted in last thread)

    Sorry to post again in a new thread, the other one was marked as resolved so I figured nobody would look at it. I wanted to make another function that moves the text from the master(parent) page into the iframe. Here is the code again.(moveText) is the function that I cant figure out. <body>...
  5. silentq

    Iframe, button link.

    Hi, I've made a simple Iframe which replaces one text with another. This all works the way I want it to with a link. I want it to do the same except with a button. This is what I have. (the link below the </html> works, but I want it to be a button.) The buton I have doesnt work right. </head>...

Part and Inventory Search

Back
Top