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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by breddy

  1. breddy

    Reload Page after button click to display new data

    This may helpfull to your qs; use pagename.reload(); or pagename.refresh();
  2. breddy

    mailto??

    Hi, this is what u want <a href=&quot;mailto:user1@serv.com?Subject=breddy&quot;>User 1</a>
  3. breddy

    form action

    Hi, U can do it this way, first find the length of the check boxes, for (i=0; i<checkbox.lenght;i++){ var val[i] = document.formname.checkbox[i].value } Thanx B Reddy
  4. breddy

    form action

    Hi, U can do it this way, first find the length of the check boxes, for (i=0; i<checkbox.lenght;i++){ var val[i] = document.formname.checkbox[i].value }
  5. breddy

    onmouseover

    Hi Check this code <html> <head> <title> new document </title> <style> A:hover { COLOR: red; TEXT-DECORATION: none } </style> </head> <body bgcolor=&quot;#ffffff&quot;> <a href=# >reddy</a> </body> </html> is this right?? BReddy

Part and Inventory Search

Back
Top