Posts by LPSANTOS • 1 point
3 posts
-
0
votes2
answers117
viewsA: Save Features in BD
hello, as the other users said, you can do it in various ways, in my opinion, I kept it in a string, but in the form of code,0 and 1, example: 101 ->Air-Bar:yes, Air-Conditioning:no, Electric…
-
-1
votes1
answer1289
viewsA: pass an array of objects to another page
I think where you have date: {'data':dataString}, change dataString to the name of your array...
-
-1
votes3
answers121
viewsA: Link to edit another window open
In the target option you have the options: _Blank _Parent _self _top framename <a href="http://www.google.com" target="_parent">Visit google.com!</a> and the one you want is Parent. hope…