(06-03-2012, 10:09 PM)Taugeshtu Wrote: I tried, but hadn't found a way to make a text field accept variable value instead of it's name (it just wrote me "StartX" instead)...
I don't quite understand this.
In my opinion, it should be a simple matter of changing the HTML output to give the currently set coords instead of the hardcoded defaults as the edit's values.
So something like this should imho work:
Code:
Content = Content .. "<input type='text' name='FormAreaEndX' value='" .. AreaEndX .. "'>"