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 SkipVought 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: *

  1. melsana

    How to link to a database

    If you have access to it I would use php... it is pretty easy to learn and very versitle. check out http://www.php.net
  2. melsana

    Open page in parent from link in pop-up window..

    What you need to use is the window.opener property... Set the link in your pop-up to something like <A href=&quot;javascript:goTo('this.html')&quot;>Link</A> then in your javascript have a function like this... function goTo(myLoc) { window.opener.location.href=myLoc window.close()...

Part and Inventory Search

Back
Top