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

    Extract hyperlinks from a webpage

    Is it possible to extract all the hyperlinks in an external webpage I open in a popup using Javascript and store them in a variable so that the string can be manipulated or is there a security issue with this too?
  2. llamatron

    filling array value where part of value is always constant

    I need to fill up an array so that it reads user1, user2, user3 etc. My code looks like this : <script> var myname = new Array(11); for (i=0; i<11;i++){ myname[i]=user+[i]; } </script> I keep getting a javascript error. Why is this syntax wrong? Thanks,
  3. llamatron

    send url to external webpage opened via a form

    I have a main window that submits a form to a website and opens up the results in a new window, the action of the form is an external webpage. : <form name=&quot;form1&quot; method=&quot;post&quot; target=&quot;_blank&quot; action=&quot;http://www.externalpage.com/external.asp&quot; > and I...

Part and Inventory Search

Back
Top