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 Wanet Telecoms Ltd 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 ergot

  1. ergot

    Oldest version of VPC compatible with mac osx 10.3?

    I have an iBook G4 with Mac OS X 10.3 "Panther". Does anyone know which is the oldest version of VPC (Connectix or MS) which will run with Mac OS X 10.3?
  2. ergot

    How can I open window & scrooll to bottom?

    Hi vbkris I tried your suggestion and put an alert() command in scrollMe() to see that it worked and yes it's running scrollMe but no luck on the scrolling. I tried tidying up the code a bit by combining the 2 functions as below and it opens the new window but still no auto bottom scroll. In...
  3. ergot

    How can I open window & scrooll to bottom?

    Both openAndGoBottom() and scrollMe() are in a JS file associated with a JS drop down menu, and openAndGoBottom() is called by a hyperlink on the menu. The URL for the new window is not mine: I have no way of controlling the content of its pages.
  4. ergot

    How can I open window & scrooll to bottom?

    I want to open a new window with a particular web page and then scroll to the bottom of that page (without the benefit of any # tags because the target has none). This is my code: var new_window; // Functions to open a web page and scroll to the bottom. function openAndGoBottom () { new_window...
  5. ergot

    Do non-JS browsers see code of ext script files?

    Now I know that with internal code, you can comment it and thus render it invisible to non-js browsers eg: <script type=&quot;text/javascript&quot; language=&quot;javascript&quot;> <!-- Hello world! --> </script> <noscript> Sorry folks. You need Javascript. </noscript> But, if I use the...

Part and Inventory Search

Back
Top