Have a bunch of radio buttons on an ASP page:
q1 with 4 buttons (possible answers)
q2 with 2 buttons
q3 with 4 buttons
etc.
Wondering if there is a quick way of implementing a Javascrip...
Below is my very poor, semi-working solution...
it needs to properly add to or subtract from a total of elements to display..
can someone help me out with an array based solution?
Good Afternoon,
I'm currently building a theme picker for a E-card template.
Before somebody sends an ecard one of the options is to pick a background theme. I have a small link that pop...
What is an efficient way of removing duplicate words from a textarea?
For example, if I had a list of words in a textarea and I wanted to delete "Videography":
Astrophotography
Videogra...
Hi experts,
Okay so i have this index that i built for 1440px users.
1. I want to add my script to do the following
2. Check if the user screen resolution is 1440 then load the site ...
Dear Experts,
Do you know where I can get some very simple lightbox code. I am not interesting in getting a whole framework just to use light box.
Thank you :)
I need to embed a countdown clock in an email that I'm sending in Outlook. I know how to do this on a webpage, but is it also possible to do in an email? Would this require javascript/flash, a...
Hi
When I try to connect to the Access database file using JavaScript, I get the error "Could not find installable ISAM". I have Access 2003 in my system. Please advise how to solve this.
...
Please Find my Attached file contains the actual code . iam trying to write a javascript code that should fire when a user selects an item from the dropdown list. i have two div tags that shou...
I have dataset. now i want to save the records in a XML file so that i can get the data back even afterwords i need it. but once the webapplication will get closed, there should not be any ex...
hi experts.
I have a form with two sets of checkboxes in the same form (unavoidable, client request).
I need to limit the number of boxes checked, in EACH set, to two.
The IDs of checkb...
Hi,
I have an updatepanel which on page_load draws div's and populates them depending on how many results are returned from the database. There is 2 div's per record in the database, one th...
Hi i want to insert a dynamic row inbetween two dynamic rows which have already created by using the addrow button. There is a "+" button in the dynamic row, if click that a new different row ...
Hi!
I have a dropdown list in a column of a datagrid.
How do I check , which item is selected from the dropdownlist or if at all anything is selected, using javascript.
It's EXTREMELY UR...
I have a HTML form. When an user clicks a button, I want to open another window and display
a range of selection parameters. When I do this, I need to pass the user's details to the window. ...
Hi,
hielo kindly suplied me with a cute little Javascript code for disabling form input after a given time.
The code works perfectly on its own when written in the html section.
Here is the...
I need to have some text and an image to be shown in same table header that is <th> tag and in same line. Text can be left or centre aligned but image should be right aligned only. Please let ...
Hello Experts,
I need to add custom control in my google map, the options I need are when users click on [Map] [Satellte] [Terrain] will open extra fields that user can select to see more ...
I have something similar in my code to the attached code snippet. It is used to attach a keypress event to a specific object when I call foo(). This seems to work just fine but I have 2 questi...
Using jQuery I have bound an event using:
jQuery(document).bind("focus", keepFocusInsideHandler);
The event handler does this:
function keepFocusInsideHandler(oEvent){
if (oElement ...
Is there a way to enumerate all attributes associated with an image, or for that matter the attributes associated with any other element in a web page? I know I can access attributes if I spe...
Hi,
I'm working on a stylesheet where i need to customize autogenerated html code. I have trouble to style a div tag with no id or classname:
html:
<table id=tableheader class=tableh...
Hi all,
The script below works as expected in IE6 and IE7. When I try it in FF3, it returns a NaN where IE returns an actual value. For testing purposes, this script just doubles the sele...
Hi,
I built a user control to validate and compare two values and I use it on my page. When I only have one instance of the user control, the control works fine. But When I put many of them o...
When I try to defined the double Click action for a select object I make a call to a javascript function which throws an error in IE but not firefox.
Here is the call:
<select
name=...