Is there a way not to use, or use differently
var html = FCKShowDialog("dialog.html", window, 400, 380);
// The response is the IMG tag HTML
if (html) insertHtml(html)
to make sure that dialog.html is lets say a jsp file that is execute every time image button is pressed? otherwise its just cached as htm, any script is.
Thanks
var html = FCKShowDialog("dialog.html", window, 400, 380);
// The response is the IMG tag HTML
if (html) insertHtml(html)
to make sure that dialog.html is lets say a jsp file that is execute every time image button is pressed? otherwise its just cached as htm, any script is.
Thanks