Please post about Dynamic Drive Scripts in the Dynamic Drive Scripts Help section here where I've moved this thread, and:
Warning: Please include a link to the DD script(s) in question in your post. See
this thread for the proper posting format when asking a question.
That said, there are various ways to set it up, here's one:
Code:
<a href="login.php" onclick="ajaxpage(this.href,'content');ajaxpage('./Toplinks/loginlink.php','contenttop');return false;">Login</a>
In it, login.php will load into content and ./Toplinks/loginlink.php will load into contenttop.
Also, if javascript is disabled, the link will fire normally. This will switch the page to login.php, which may or may not be a good thing, let me know.
Bookmarks