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

    Sticky forms

    I have a small problem getting this (code underneath) to work. It's very simple, but i'm making myself blind trying to figure out what i'm missing. <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post"> <table> <tr> <td>...
  2. staffa

    open fullscreen window

    After installing SP2 for win xp, I got problems opening a page in fullscreen mode. Does anyone know a work around for this problem? My code is: <script language="javascript"> <!-- window.open('index2.php','InfoScreen','fullscreen=yes,width=' + window.screen.availWidth + ',height=' +...
  3. staffa

    Changing table & td width

    I'm having problems changing the width of a table and a td inside the table. My code is: <script type="text/javascript" language="javascript"> function resizeWin(w){ document.getElementById("mainTBL").style.width = w; w2 = w - 40; document.getElementById("mainHeaderTD").style.width = w2; }...
  4. staffa

    returning multiple checkbox values to textarea

    Hi I've made a script that generates a popup window with checkbox options that onclick gets send to a textarea on the opener page and it works, but the problem is that the checkbox values overwritte eachother when they are passed to the textarea. Here is my script: function check(){...

Part and Inventory Search

Back
Top