Tagged Questions
1
vote
1answer
18 views
Control loss with Javascript code
I wrote this Javascript for a website I am creating and I am not sure why the code runs automatically, one of my solutions is to write a function/create a timer so that the code runs at the time I ...
1
vote
2answers
86 views
Dynamically Created Radio Button Not Showing Checked ASP.NET
I'm writing a WebApplication that has a list of RadioButton controls, dynamically generated based on information from a database. My problem is, the RadioButton that I "check" is not displaying as ...
0
votes
1answer
25 views
Running a javascript function based on statechange
Following the answer in this stackoverflow question, I am trying to run the following code. But the myfunction takes only one google visualization event. So Is the following code is valid? Or how to ...
0
votes
0answers
25 views
How to print values in javascript file from custom control
I am developing a Server Custom Control (a DatePicker), and i need to print values in the webResource (the javascript file).
I need two variables called "MinDate" and "MaxDate" filled in the Custom ...
0
votes
1answer
38 views
Creating a user web control tied with JavaScript
I'm not even sure it's possible as I have not been able to find any documentation on the matter, but my goal is this: In Visual Studio 2012 (I imagine the process would probably apply to 2010 as ...
0
votes
0answers
196 views
Circular segmented slider control in javascript
Is there any JavaScript (even better if it's based on jQuery) slider that is circular in shape and that also allogs to draw segments on the circle. Here's a drawing of a sample of what I'd like to ...
0
votes
2answers
47 views
Update a webpage depending on user inputs
I have a very simple question that I'm looking for a hello-world type tutorial on:
My goal is alter one part of a webpage depending on external factors. So, in this example to have a block of text in ...
0
votes
1answer
27 views
Prevent user from submiting multiples times a form
I know some other subjects are related to that one, but I have a specification I didn't find anywhere else.
On my website, people can, after filling a small form (name/firstname/email), get a chance ...
0
votes
0answers
66 views
How to control multiple Edge Animate pages with JavaScript?
I have this problem and can't find solution anywhere.
I prepared 2 pages with animation in Adobe Edge Animate. I put them toghether in one html file and now I want to control which one of them is ...
0
votes
1answer
60 views
variable = windows.open() act on form input change
Trying to get control over javascript new window
Want to know when form input area filled
And want to know how to control elements in new window.
ids, buttons and so on.
Here my test example
...
0
votes
0answers
84 views
Microsoft JScript runtime error: 'browseris' is undefined
While i am trying to run one aspx page that is using in sharepoint 2007 which contains inputformtextbox throwing Microsoft JScript runtime error: 'browseris' is undefined. I don't know what's the ...
0
votes
1answer
86 views
adding controls supporting javascript into parent/containing page
i have a asp.net page with a gridview in it, which is programatically (sp?) adding its columns. one of these is an itemtemplate, and it requires some javascript in the page to function.
is there any ...
1
vote
1answer
95 views
How do I load Javascript library to make it available to the Javascript on a page in a WebBrowser Control in Windows Phone?
I need to build support for MRAID compliant ads that will be shown in a WebBrowser control on Windows Phone 8 devices. MRAID defines a set of 23 methods and 5 events that are to be available for the ...
3
votes
2answers
94 views
HTML Line Controller in Javascript
I have a manipulated HTML text like this:
Lorem ipsum <a href="#">dolor</a> sit amet
<div>Consectetur adipisicing elit, sed do </div> eiusmod tempor
incididunt ut labore et ...
0
votes
0answers
79 views
Intercepting swfupload javascript in a webbrowser control
I need to automate entries into a web page using a webbrowser component, my problem is that the web page is using the swfupload javascript library to upload files to the server and by doing so, the ...