Posts by Pedro Vanderlan Santana • 1 point
4 posts
-
-3
votes1
answer41
viewsQ: Access Javascript local variable and PHP variable stores
Good night! How could I store the data of the variable "test" in "$variavelphp". As this code today the variable "test" is not accessible. If it is not possible how I could access the value of the…
-
0
votes0
answers163
viewsQ: Drag And Drop - Div overflow: scroll;
I’m using Drag And Drop inside a div with CSS: overflow:scroll. As there are many dice the vertical bar is always active but when trying to drag the elements of this div a horizontal bar appears and…
-
0
votes1
answer105
viewsQ: Retrieve Listview values - Getelementbyid
Good night! I have a listview and I am displaying the values inside Span’s, I would like to take the value of span when clicking but as Span’s have the same ID I always get the same value. Does…
-
0
votes1
answer468
viewsQ: Force POSTBACK
I’m passing information on the variable click_teste for a TextBox with id others that TextBox is a parameter for a query of a Gridview. I need that when receiving the data the textbox make one…