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?
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...
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.
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...
Now I know that with internal code, you can comment it and thus render it invisible to non-js browsers eg:
<script type="text/javascript" language="javascript">
<!-- Hello world! -->
</script>
<noscript>
Sorry folks. You need Javascript.
</noscript>
But, if I use the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.