-
Eh, script probly just has issues. I dunno.
The hyperlink and image popup work for me in FF, but not the table thing.
Ah, and the color/bgcolor work too.
Dunno about the popup for tables... cancel closes the window, so JS appears to be working, but submit doesn't do anything.
I'd reupload the file from the original .zip just in case.
I didn't code this, nor did anyone from dynamic drive... it's an outside script. I gave the creator an email a while back, but I didn't get an answer, so he may be quite busy. Anyway, you could try asking him. I think you can follow a link on the script's page to his site or something.
-
Ok thanks. I'll try to email him.:)
-
Maybe someone else can help.
But, really, just try uploading the file(s) again. See if that helps anything. It works on my site...
-
Ok I found out that its best used in IE. I reuploaded the files again, and the table works now but the hyperlink doesnt work at all, it just dont add a hyperlink. Well let me go find the your sticked post, I remember something about that in there.
-
Even DD's Demo doesnt add the example. Could that be a bug?:confused:
-
Or I've been trying to use this
Code:
// CreateLink
else if (id == "CreateLink") {
//function to insert link
var szURL = prompt("Enter a URL:", "");
try {
//ignore error for blank urls
rteCommand(rte, "Unlink", null);
rteCommand(rte, "CreateLink", szURL);
} catch (e) {
//do nothing
}
}
it pop ups but still doesnt add the link....
I dont care witch way that yall can get it to work, just need it to work...