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 Mike Lewis 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. aldend123

    getbyname vs getbyid textarea

    I have a textarea im trying to access through javascript using getElementById("id").x i can access the textarea no problem, but changing it to getElementsByName("name").x, all x's are undefined (ie, value, name, rows,cols) now of course the obvious answer is to just access through ID, but due...
  2. aldend123

    TextArea access within a frame

    im trying to create a simple way for my boss to edit a webpage in which our business is only granted online web access (no FTP etc) and to edit each HTML doc, we must go through a textarea element on the webpage. I want to make a way for her to simply type her username, login, and what she wants...
  3. aldend123

    TextArea access within a frame

    awsome, thanks however now i have a new problem getElementsByName() wont access a named textbox getElementById() will though ie var p = document.getElementsByName("sourceboxname"); alert(p.type) = alert box says undefined var p = document.getElementById("sourceboxid"); alert(p.type) =...
  4. aldend123

    TextArea access within a frame

    ______________________ | | here is the javascript code, | | in frame1 |_____________________| | | | | in frame2, i have a textarea |_____________________| I can't figure out how to access the textarea to...
  5. aldend123

    Is MSN messenger or AIM user IP traceable?

    if you can convince him to "direct connect" to you through AIM, you can gain his IP [then contact the police and notify them that you have the theif's IP and you'd like to gain their help in contacting the ISP and getting his address] aimsn1 > aolserver > aimsn2 aimsn2 > aolserver > aimsn1...
  6. aldend123

    Error: Access Denied Renewing Adapter

    i found my solution! multiple dhcp servers on the single network... two routers, one chained off the other, the chained router mistakenly had the DHCP server enabled.
  7. aldend123

    Error: Access Denied Renewing Adapter

    im having the same problem on my win98 box, happened to me yesterday [feb 20th] http://computercops.biz/postp468870.html#468870 link to a forum post i have on the topic with no solution so far im quickly runnin out of ideas but please someone let us know a solution if you have one!

Part and Inventory Search

Back
Top