EasyUI Forum
December 21, 2025, 02:14:45 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Form not posting all values on: July 09, 2013, 06:33:08 AM
Ive looped round each form item and only 29 of 31 are there

for each x in Request.Form
    response.write(x & " - " & Request.Form(x) & "<BR>")
next

Anyone know why just 2 would not get passed?
2  General Category / EasyUI for jQuery / Form not posting all values [Closed by user] on: July 09, 2013, 04:18:21 AM
Hi,

I have a number of combo boxes and number boxes on my form.

When i submit the form some values are not passed.

<input id="lstFraFin" class="easyui-combobox" data-options="  
    valueField: 'id',  
    textField: 'text',  
    url: 'json/combobox_items.asp?comboname=colours_<%=strTemp%>&selectedid=<%=FrameFinish%>'"
/>

and

<input class="easyui-numberbox" id="txtHorns" value="<%=CillHorns%>" data-options="min:0,max:350,precision:0"></input>

are not passed.

Your help is appreciated

Thanks in advance

3  General Category / EasyUI for jQuery / Re: Get text from validatebox on: July 02, 2013, 07:42:54 AM
Many thanks.

I tried .val but didn't put the () at the end.

Much appreciated

Regards

Gazz
4  General Category / EasyUI for jQuery / Get text from validatebox [solved] on: July 02, 2013, 05:57:30 AM
Hi

Please bear with me on this as I'm new to jQuery and only know basic JavaScript.

What I'm trying to do is get the text from a validate box and build it into a link.

I know how to concatenate a link i just cant get the value out of the validate box

eg.
onClick="javascript:window.location='ChangeOrderRef.asp?ref=' + $('#valRef').validatebox('textbox').text;"

Thanks in advance
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!