Search found 2 matches

by jjc
Tue Jul 11, 2006 11:25 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTML bar disables itself in JavaScript (strings) & .js f
Replies: 4
Views: 3807

The thing is that if one uses document.write functions to create re-usable HTML object functions, this is a must. The silly thing is that if I do this: <script> var a = "whatever the text is"; // it doesn't work between the quotes <b> </b> //HERE IT DOES WORK </script> Why turn it off in a string ...
by jjc
Tue Jul 11, 2006 7:21 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTML bar disables itself in JavaScript (strings) & .js f
Replies: 4
Views: 3807

HTML bar disables itself in JavaScript (strings) & .js f

I use RapidPHP 7 and the following strange behaviour is really bugging me: When in an HTML or PHP file, you open a piece of JS code, the HTML works, however, as soon as you open een string (ie. var a = ""; ) and you put your cursor between the quotes, the HTML bar disables itself (except!!!) for the ...