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

    Displaying SQL rows 5 at a time

    I have a search page which retrieves data from sql. This is written to the page as follows: for ($i=0; $i<= $num-1; $i++) { $row = mysql_fetch_object($r); print &quot;<h3>$row->name</h3>&quot;. &quot;<p>$row->town<br>&quot...
  2. clownkevin

    changing background image in a table

    Is it possible to change the background image in a table?
  3. clownkevin

    passing data to pop up windows

    I wonder if anyone can help? I am trying to open a popup window and pass an image to it dynamically, setting it as the background to the page (to avoid the border) I need to reuse the window for each subsequent picture, and pass the focus back to the popup so it will be visible when a new image...
  4. clownkevin

    redirect on completion of form

    How do I go to a new page when the form is submitted. I have seen the hidden action 'redirect' but it does not seem to work for me. Does it need CGI on the server or something??

Part and Inventory Search

Back
Top