Re: How to change HTML code generated by an action?

  •  04-13-2005, 9:34 AM

    Re: How to change HTML code generated by an action?

    I'm sorry but I don't think so.
    I'va watched this file and the only think I saw is this Javascript function :
     
    function insert(src) { if (src) { var src = src.replace(new RegExp("^[a-z]*:[/][/][^/]*",""), ""); top.returnValue =src; top.close(); } }
     
    This is called on OnClick event on the thumbail.

    AS I understood, the JS function only format the src string but not the rest of the img tag ? Am I right?

     
     
View Complete Thread