Link Name: '
- +' Address:
<\/center><\/td>'
- +'<\/tr><\/table><\/form><\/center><\/body><\/html>');
- bmquery.document.close();
+function set_wishlistlink() {
+ go('');
+ var title;
+ var path;
+ if (currentStale) {
+ title="Enter Title";
+ path=currentURL;
+ } else {
+ title=clientwindow.document.title;
+ path=clientwindow.location.pathname;
+ }
+ Win = window.open('/adm/wishlist?mode=newLink&setTitle='+title+'&setPath='+path,
+ 'wishlistNewLink','width=560,height=350,scrollbars=0');
}
function extenddispclose() {
|