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 strongm 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 pahiker

  1. pahiker

    Changing iFrame src

    Resolved. thanks. Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.
  2. pahiker

    Changing iFrame src

    Okay, I think you may be onto something about the speed. I am at home now, vs. work, and the page is working. the only difference is that I am not going through the company firewall. Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and...
  3. pahiker

    Changing iFrame src

    Note: I'm not sure where the stuff came from in links 1,2,3,4,7 and 8, it's not in my code. Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.
  4. pahiker

    Changing iFrame src

    Initially, everything is set up on the index page as if the Home button was pressed, so no initial call to setButton is required. After that, setButton is called when any of the top three buttons is pressed. <div class="right"> <button id="Home" class="HomeButton"...
  5. pahiker

    Changing iFrame src

    Missed something, I was testing changes, here is how the SwPa line read when I got the error message from IE7: document.getElementById("leftFrame").src = "SwPa/AboutUs.html"; Sorry. What I don't understand is that it is exactly the same as the line before it, as far as the...
  6. pahiker

    Changing iFrame src

    Mea culpa - misunderstood. function setButton(chapter) { var ary = new Array(); switch (chapter) { case "Home": document.getElementById("Chapter").innerHTML = "We are an organization bringing disabled and<br>non-disabled people together through sports."...
  7. pahiker

    Changing iFrame src

    Not a heck of a lot, and it works everywhere but IE7: Link Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.
  8. pahiker

    Changing iFrame src

    I am having problems changing the src attribute on iFrames, is/was this not a supported attribute in IE7? Because of the number of people still using XP, and IE7, I need this to work. The error message I am getting out of IE7 is: Line 24, Char 4, error: 'document.getElementById(...)' is null...
  9. pahiker

    IE9 resize

    resolved. Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.
  10. pahiker

    IE9 resize

    Odd as it seems, I have the resizing working everywhere except IE9. I've tried everything I can think of, and everything I could find searching to no avail. Here is the site: Link Here is the resize code: <script type="text/javascript"> function iFrameHeight(iframeName) { var body =...
  11. pahiker

    Bad object reference

    Could be, I was going back to my experience with C++, Perl, and Java, where 0=false and <>0 = true. Regardless, and the overall page code has change since this thread started, IE still doesn't behave with the object code. I'm thinking there is no way to get it to work, and I need to go back to...
  12. pahiker

    Bad object reference

    The code works, test it. allTags contains the tag name array, the e=allTags[i++] assigns the appropriate element to e, when at the end e contains zero. The while statements fails when e=0 and falls through. Pop it into a program, it works. This changes the eight large buttons (including their...
  13. pahiker

    Bad object reference

    This is now resolved. Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.
  14. pahiker

    Bad object reference

    The = is correct, it is not a comparison, but setting a value. This works. I tried different properties on the alert, even just obj, nothing works. Obj returns null, for some reason it's not losing the object. Let all bear in mind that a society is judged not so much by the standards attained...
  15. pahiker

    Bad object reference

    http://www.pahiker.com/FTFdev/index.html I thought that getElementById returned a single occurrence by Id, which is what I was trying for. Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life...

Part and Inventory Search

Back
Top