Hello everyone. I'm a long time web programmer, but I'm just getting knee deep into 4GL and Webspeed. I've come across a bit of a stumble when the company I'm working for asked me to put some Ajax forms into their site. All was well and good until I started to put Speedscript into the html that was being loaded by the Javascript. If for some odd reason you have...
<% Speedscript of some kind %> Doesn't want to load. My javascript just causes the parent page to reload.
<% /* Comment */ %> This works. Runs the html fine and shows up in the correct spots in the parent window.
If there's actual speed script it won't load. If there's only comments it's fine. I don't know if I'm being clear or if anyone has run into this before. If some has any advice I'd appreciate it. I don't like learning a new language and starting off way behind the 8-ball. I appreciate anything anyone knows in advance.
<% Speedscript of some kind %> Doesn't want to load. My javascript just causes the parent page to reload.
<% /* Comment */ %> This works. Runs the html fine and shows up in the correct spots in the parent window.
If there's actual speed script it won't load. If there's only comments it's fine. I don't know if I'm being clear or if anyone has run into this before. If some has any advice I'd appreciate it. I don't like learning a new language and starting off way behind the 8-ball. I appreciate anything anyone knows in advance.