0
votes
0answers
7 views

YUI2 append button to dom

I was looking for your suggestions on appending a YUI2 button to the dom within a js script This is what I'm doing right now but I feel it's redundant and there's probably a better way var overlay = ...
0
votes
1answer
46 views

Switching forms with button click

I would like to change my form with a button click like so http://postimg.org/image/ticav4jrb/ Even if someone could point me in the right direction that would be great I'm pretty new at this
0
votes
1answer
23 views

Button to temporarily disable/stop meta tag refresh?

I have a php script in which there is a meta tag which refreshes a part of the script (checking connectivity of an IP). While it does it, it outputs some status text like "checking connectivity, 5/10 ...
0
votes
1answer
18 views

Method to stop page load outdated?

I want to add a stop-button to my page, which can stop the loading of a page inside an iframe. Say, if I open www.bbc.com in my iframe, and wan't to stop it from loading half way, without stopping ...
0
votes
1answer
69 views

Enable a button if value is entered in a textbox of selected radio button

I have three radio buttons which are three options, on selecting, their sub-options will be displayed. The next button should be enabled when some text is entered in the currently selected option's ...
-1
votes
0answers
16 views

VB webbrowser click javascript button

trying to auto click this button in VB for a week now is not going in any code i tried any help code i can use<div id="fC" class="button">Flow Control</div>
0
votes
1answer
30 views

using GM to click button with no name or id

Original PHP Code : var button=''; button+='<table border="0"id="table1"cellspacing="0"cellpadding="2"><tr><td>'; button+='<button type="submit" name="B5"style="height: 20; ...
0
votes
1answer
33 views

Can't change top property with javascript

I've got a little button and a piece of javascript code as well as css.I want my button search to change top position from -1px to 51px, but javascript doesn't seem to respond to me changing this ...
1
vote
1answer
55 views

Button auto size in Jquery Mobile

I am developing a jquery/PhoneGap application. I have been trying hard to get the buttons behave the way I want to. In short I am trying to achieve the following: I put a set of six Jquery-Mobile ...
-5
votes
3answers
46 views

how to disable a button for 30 seconds [closed]

I want to disable a button for 30 seconds after the page is loaded (to prevent multiple clicking without even a try to watch the content). How can I do that? <input class="button vote" ...
0
votes
1answer
40 views

JavaScript - How to build a share button? [duplicate]

I would like to build a share button such like the Tweet button of Twitter. (Without the count feature) I don't know where to start. Can anybody please explain me the basic architecture behind such a ...
-1
votes
3answers
60 views

Button doesnt call javascript function [closed]

need your help with the following problem: Why I cant call the function by a click of a button?.. I have the same a similar button on this page calling the similar function, only names and ids are ...
-2
votes
1answer
24 views

How do I assign an HTML button value to a variable in javascript? [closed]

I am making a simple calculator (add, subtract, multiply, divide). I need a way so that I can assign the button values to javascript variables so I can put together the values (i.e. a number like ...
0
votes
2answers
34 views

Javascript login redirect not working

So, for my webdesign class I was asked by my teacher to teach the class simple javascript, and I wanted to make a simple website that either my teacher or I could use to do this. I wanted it to be ...
0
votes
2answers
31 views

button value in javascript shows undefined

[pure javascript code without the html body] <script language="Javascript"> [ creating buttons with the alphabets on it and its values the same] for(var a=1;a<=26;a++) { ...

1 2 3 4 5 62
15 30 50 per page