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 Westi 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: hoyo
  • Order by date
  1. hoyo

    Javascript strings

    Supa! That worked a treat. Thank you very much. :o) Hoyo
  2. hoyo

    Javascript strings

    Here it is... //functions kept in javascript file function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {...
  3. hoyo

    Javascript strings

    I've been getting more and more frustated with what seems to be a fairly simple problem: I've got a javascript function that changes the innerHTML of a <div> tag. I need the content that is replaced to be a link that has an onClick function inside. This is where it gets a bit more complicated...
  4. hoyo

    Virtual servers?

    I'm a complete newbie to apache so you'll have to bear with me. What I need to accomplish is having multiple domain names displaying one set of pages but still displaying their domain name. The pages are dynamically generated. Ex: index.php?id=1 => http://www.domain1.com/page index.php?id=2 =>...

Part and Inventory Search

Back
Top