Search found 16 matches

by vic53
Wed Jul 04, 2018 7:44 am
Forum: General Questions
Topic: errior on viewing html layout
Replies: 3
Views: 8634

Re: errior on viewing html layout

ok
thanks
by vic53
Sun Jun 17, 2018 9:55 am
Forum: General Questions
Topic: errior on viewing html layout
Replies: 3
Views: 8634

Re: errior on viewing html layout

an other information is that the error is when using HTML5 on the page…
using the output code of the builder the display is wrong but with that correction the display is Ok…
using the format for HTML4 the result is wrong with that line of code but now all use HTML5.
by vic53
Sun Jun 17, 2018 9:04 am
Forum: General Questions
Topic: errior on viewing html layout
Replies: 3
Views: 8634

errior on viewing html layout

the code output from web builder write this code <head> <meta charset="utf-8"> but the display output is wrong when displaying Char "è à ' ò ù" in the form output... I verify that the correct code to display correct the output html is <meta http-equiv="Content-Type" con...
by vic53
Sat Jun 16, 2018 10:25 am
Forum: General Questions
Topic: is Possible the implementation of Text object
Replies: 3
Views: 8244

Re: is Possible the implementation of Text object

ok, then I need to use the HTML object for dynamic text …. is it ok?
therefor this wants a lot of property to build the text in the html but i can to use the class in the CSS style...
by vic53
Thu Jun 14, 2018 7:51 pm
Forum: General Questions
Topic: is Possible the implementation of Text object
Replies: 3
Views: 8244

is Possible the implementation of Text object

Hello Pablo your editor is a great program, I ask you is possible the implementation on the object "Text" to stop the conversion of the CHAR "<" and "> as this? <div><span style="color:#0000CD;">&lt;?php echo $descrizione;?&gt;</span></div> ... in <div><spa...
by vic53
Sun May 20, 2018 12:10 pm
Forum: Form Questions
Topic: combobox in the form
Replies: 8
Views: 27380

Re: combobox in the form

also
... I have used object <HTML> all is ok...
by vic53
Sun May 20, 2018 12:08 pm
Forum: Form Questions
Topic: combobox in the form
Replies: 8
Views: 27380

Re: combobox in the form

Thanks, your editor is fine and I like it very much...
I have tryed also other editor but this is what a programmer wants ...
ciao
VM
by vic53
Sat May 19, 2018 8:56 pm
Forum: Form Questions
Topic: combobox in the form
Replies: 8
Views: 27380

Re: combobox in the form

I put here some line of code where i founded the error... function SetValue(fld,valore){ alert(valore); document.getElementById(fld).value=valore; } </script> </head> <body> <form name="<?php echo $FormName?>" id="<?php echo $FormName?>" action="" method="post"...
by vic53
Sat May 19, 2018 8:48 pm
Forum: Form Questions
Topic: combobox in the form
Replies: 8
Views: 27380

Re: combobox in the form

also I wish that in the combobox I'll put inside of the <select ....> </select> one include php for loading the combobox from a table of the database... with a command SQL... where I build manually the option in output for the combobox... (in php) Is it possible? thanks for the answers.. ciao VM
by vic53
Sat May 19, 2018 8:35 pm
Forum: Form Questions
Topic: combobox in the form
Replies: 8
Views: 27380

Re: combobox in the form

in the combobox I have one event onchange but the output code have 2 time the same onchange in the tag of the combobox...
I have deleted all events and I replaced only 1 event onchange but the error remain in 2 output onchange on the line of the tag...as I write over before
...
by vic53
Sat May 19, 2018 2:26 pm
Forum: Form Questions
Topic: combobox in the form
Replies: 8
Views: 27380

combobox in the form

I have this error in one form <select name="Combobox1" size="1" id="Combobox1" onchange="SetValue("titolo",this.value);return false;" onchange="SetValue("titolo",this.value);return false;"> in the events there is only one definiti...
by vic53
Fri May 18, 2018 6:51 pm
Forum: Form Questions
Topic: is Possible the implementation of Layer object?
Replies: 7
Views: 25926

Re: is Possible the implementation of Layer object?

of course...
this code are for testing a table users...
with a call to another page with javascript function...
...
by vic53
Fri May 18, 2018 6:07 pm
Forum: Form Questions
Topic: is Possible the implementation of Layer object?
Replies: 7
Views: 25926

Re: is Possible the implementation of Layer object?

ok, I am studying the program editor... I have write some code to make call to my server in mysql for a login routine with ADO... This is the code I have used and it functions well... [code for connection to MySQL 5.3 with parameters renamed...] $cn = new COM("ADODB.Connection") or die(&qu...
by vic53
Wed May 16, 2018 1:23 pm
Forum: Form Questions
Topic: is Possible the implementation of Layer object?
Replies: 7
Views: 25926

Re: is Possible the implementation of Layer object?

I want insert a new <div> .. </div> inside...
where is the object html?
by vic53
Tue May 15, 2018 8:31 am
Forum: Form Questions
Topic: is Possible the implementation of Layer object?
Replies: 7
Views: 25926

Re: is Possible the implementation of Layer object?

I now tryed to make this and it seems works I insert in the inside tag the string as down.. ><div>value of the div</div and in the output code it returns <div id="Layer1" style="position:absolute;text-align:left;width:100%;height:85%;" ><div>value of the div</div> </div> that is ...