Page 5 of 5 FirstFirst ... 345
Results 41 to 46 of 46

Thread: Updater

  1. #41
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  2. #42
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Smile

    Ok thanks. I'll try to email him.

  3. #43
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Maybe someone else can help.

    But, really, just try uploading the file(s) again. See if that helps anything. It works on my site...
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #44
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    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.

  5. #45
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    Even DD's Demo doesnt add the example. Could that be a bug?

  6. #46
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    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...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •