1) Script Title: Ajax Tabs Content Script (v 2.2)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem:
see it here that ajax cant load javascript, so i write a php file to get url parameters, and hope it can load on tabs.
the php file:it can get the url parameters in the externalpage.html fine, but it add a "¤t unix timestamp" string after the parameters the php file got. so it cant work in tabs.Code:<?php echo $_SERVER["QUERY_STRING"]."<br>"; ?> <?php $id = $_SERVER["QUERY_STRING"]; ?> <a href="http://www.site.com/index.php?id=<?php echo $id;?>">a link here</a>
works in single externalpage
cant work in tabs
can anyone help? thx!





Reply With Quote



Bookmarks