Discussions

Tag Filter:
How do I add an onselect event to run javascript to a DropDownList on a form?
I have inherited a site, that users sometimes want to ping a server. http://dnndev.com/fiddle/fid/775 I have the javascript in the top of my form, and SQL passing in the IP address in a correct format http://dnndev.com/fiddle/fid/776 However the function never gets called, I have added a simple Alert ('Hello') into the code and this never fires. How should I set up JavaScriptt code, and where shou
Hi I was wondering if anyone had used a feed to INSERT data? I know feeds are designed to retrieve data but since they take parameters and a SQL statement I was wondering if they could be used to do back end CRUD for stuff like Angular JS?
Hi I am trying to dynamically add form elements via JavaScript. I am using a dropdownlist (DataBound ) for the user to select a language the can speak. But i need the user to be able to add another language they may know. Does anyone have any example code? Best wishes
Howdy, this might be better posted at DNN but I thought I'd start here, we are adding javascript to our template and everything seems fine until we start to debug / step through the JS code. While in DNN Edit mode, when we step through the code the Chrome debugger skips lines of code, it executes the line but won't stop at that line. Also those same lines can not be given a break point, either the
I add new form include RadioButtonList ho to add onclick="UpdateRecord(this.value)" to each option at the radio botton the form code is <AddForm> <SubmitCommand CommandText="INSERT INTO [Lists] ([ListName], [Text], [Text], [ListName]) VALUES(@ListName, @Text, @Text, @ListName) " /> <div> <div><Label CssClass="xmp-form-label" For="Lanuage">RadioButtonList</Label> <RadioButtonList Id="Lanuage" DataF
Hi Xmod experts, Hoping you can help me with some syntax - I need to add a JavaScript call within an Xmod template in order to set some parameters of a function that configures some page tracking code. I've added the primary tracking script to the xmod scriptblock for the template, but the provider company gave me instructions to add another embedded script line that will add a dynamic page tit
I am populating input fields with a drag and drop interface. Once an item is dropped/cloned and the fields are populated via javascript i would like the record to submit to table without an "add" button needing to be clicked. Could a javascript function be used to submit a record? Has anyone done anything like this, or have any ideas?
Hello, would anyone be able to provide a sample of an XMod textbox with Javascript code to only allow numbers and a period. (i.e. 2000 or 2000.99) Thanks in advance.