Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
It's easier to define a custom open window function first. The result would look something like:
Code:
function customwindow(url){
window.open(url, "", "width: 500px; height: 600px")
return false
}
linkset[0]='<a href="http://dynamicdrive.com">Dynamic Drive</a>'
linkset[0]+='<a href="http://www.javascriptkit.com" onClick="return customwindow(this.href)">JavaScript Kit</a>'
Bookmarks