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 gkittelson 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. RonHerman

    Finding x y position of <table> on page

    Gary, thank you. I will use your code. I appreciate your help! Ron
  2. RonHerman

    Finding x y position of <table> on page

    Yes, Jeff's post is correct. THANK YOU Jeff!! However, I was not able to get: alert( document.getElementByID('someid').offsetTop ); to work, so I used: alert( someid.offsetTop ); instead. Ron
  3. RonHerman

    Finding x y position of <table> on page

    this works: alert( findme.offsetTop );
  4. RonHerman

    Finding x y position of <table> on page

    offsetTop is used by Netscape. pixelTop is used by IE. But neither works in IE.
  5. RonHerman

    Finding x y position of <table> on page

    Oh, yes, I'm only concerned with making this work in IE.
  6. RonHerman

    Finding x y position of <table> on page

    I have a series of tables, one after another, on a page. I'd like to know the y position of these tables. But the tables are not absolute positioned. So i don't know if this is possible. I've tried surrounding a table with <div id='someid'></div> and then at the end of the page using <script>...
  7. RonHerman

    meaning of &quot;Mozilla&quot;

    Request.ServerVariables(&quot;HTTP_USER_AGENT&quot;) returns a string containing Mozilla/# . Does &quot;Mozilla&quot; mean that the browser is a Mozilla compliant browser? It shows up in any version of IE and Netscape. Thanks
  8. RonHerman

    Flushing the keyboard buffer?

    I am writing a telephone formatting event handler. Currently my function works on the &quot;onKeyUp&quot; event. It checks the string, strips out unwanted characters and rewrites the value of the element. It does this after each &quot;KeyUp&quot;, but this creates problems (see last paragraph...
  9. RonHerman

    How do I Add Favorites to AOL ?

    Anyone know how to addFavorites to AOL? The addFavorite method works in IE, but not in AOL. What happens in AOL is that the method actually opens the AddFavorite Dialog box where you can accept the new Favorite. This is then added to your &quot;Windows&quot; Favorite. IE uses the Windows...
  10. RonHerman

    Bookmarking a Frames site on IE 5.5

    When I &quot;Save as Favorites&quot; a frames site on IE 5.5, the Favorites link actually saves a different URL. So when I attempt to go to the page through the favorites link, I do not end up on the parent frame, but on one of the sub-pages. Does anyone have suggestions on: 1. How to make IE...
  11. RonHerman

    &quot;Save As Favorites&quot; Frames site

    When I &quot;Save as Favorites&quot; a frames site on IE 5.5, the Favorites link actually saves a different URL. So when I attempt to go to the page through the favorites link, I do not end up on the parent frame, but on one of the sub-pages. Does anyone have suggestions on: 1. How to make IE...

Part and Inventory Search

Back
Top