p.s. the plugin has to be either php or html/javascript (in which case I could update a js, txt or xml file on the server with all internal links, periodically).
I'm really not sure if I've done this right, but it works.
Next to the "Browse Sever" button I've added another button, which displays a list of all my internal pages. When you click on one of these URL's it is passed through to this function. Work out the rest yourself
win=window.opener; function SelectEditorPage(strMenuAddress) { win.document.getElementById('txtUrl').value = strMenuAddress; win.document.getElementById('cmbLinkProtocol').value=''; window.close(); }
RE: internal links from mysql
RE: internal links from mysql
http://sourceforge.net/forum/forum.php? ... _id=257180
http://http://-geginning
RE: internal links from mysql
RE: internal links from mysql
Http://
RE: internal links from mysql
Next to the "Browse Sever" button I've added another button, which displays a list of all my internal pages.
When you click on one of these URL's it is passed through to this function.
Work out the rest yourself
win=window.opener;
function SelectEditorPage(strMenuAddress)
{
win.document.getElementById('txtUrl').value = strMenuAddress;
win.document.getElementById('cmbLinkProtocol').value='';
window.close();
}
(cmbLinkProtocol = '' (nothing) is other)