I'm implementing some custom tools within the VFE and, until today, everything is fine. Of course, now that I want to get just a little fancier, things go wrong...
1. I start off with having a custom configuration file, let's say "visualformat.varsubst.xml"
2. In this file, I'm including another button,
<button command="jsvarsubst"/><bar/>
3. Within ewebeditproevents.js, I
had the following, which made everything work just fine:
eWebEditProExecCommandHandlers["jsvarsubst"] = function(sEditorName, strCmdName, strTextData, lData)
{
eWebEditPro.openDialog(sEditorName, eWebEditPro.resolvePath("substvariablepopup.htm"), "", "ecmSubstVariable", "width=320,height=100");
}
So, everything works and life is good, but I'd like to make substvariablepopup.htm into a dynamic IPL or CGI. The problem is that when I modified the reference above to substvariablepopup.ipl or -.cgi (see bolded letters above), it displays everything, code and all, as though it were just an HTML page.
Any ideas? I'm sure I can run a script from here, but does anyone know why this is happening?
Dave
---
Interwoven Humor Page
http://iw.simpleinternet.com