Hi Experts,
I have a javascript slideshow with forward backward buttons on my page. I want to enclose these two inside a border, which should run across the w...
YUI Treeview Control - How to set and get ID/value of the text/level showing at node.
I am using YUI treeview control in ASP.NET. I want to set and get the ID of data along with the label.
...
Hi,
I'm trying to create a regular expression in javascript that is able to match 'att_id[all numbers bigger than X]'
So for example:
att_id[0]
att_id[1]
att_id[2]
att_id[3]
etc.
...
I'm stuck here.... I have a clock that runs with javascript. It works fine on IE7 but on IE8 it causes the browser to get slower and slower. I can't figure out what the issue is. I have tried ...
I'm trying to create an image preloader script on my page. What I've got is shown below. However, when the page loads, I'm still noticing that the images are taking a while to pop into place...
Hi all,
The code below changes the class to selected when a link is clicked, and removes the class when another link is clicked.
Great till here is what I need but for the class being adde...
I am using the script found at : http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
It is a banner rotation script with link and image fade which work wonderful!!
But i wanted t...
Ive got a database displayed via a table. When a user clicks on a row, that row expands down to display more case dependent data. The problem is 1.) Im not fluent with javascript, and 2.) wh...
i have a ashx file which calls a stream from the server and send it to the clint with response.binarywrite
i am calling this ashx file with given code below
but i do not wnat to use iframe...
Hello experts,
I have been building my site and recently had a guy build me a javascript dropdown menu for the logo, so you can switch between my sites. I use JQuery in other parts of the s...
I have the following statement in HTML:
<INPUT NAME="TechBezig1" TYPE="button" class="TechBezig" />
Now I need to retrieve this tag but the name is only available in a variable.
I use ...
mypage.html had a simple button element menu that uses javascript to display different text in a div depending on which button is clicked, [see the code].
I've now renamed it to mypage.php ...
I need to format date to "September 25, 2009" format in javascript. can anyone help me?
Hi,
I have recently hired a programmer from overseas for my Joomla! site. We are 98% there, and everything works fine in Firefox, but IE - it blows.
I get HTML Parsing Error: Unable to m...
I was having all sorts of problems getting the code below to work getting a "document.getElementById is null or not an object" error each time.
Eventually i figured out that if i take the b...
I have a js function where I add new rows to a table and then add an onchange event to the text box. It works in Firefox but IE8 gives me an undefined value. :(
I outputted 'this' with an ale...
Hi,
I have a hidden child div element inside a parent div element. When I click a button to show the child div element then click a button to hide the parent div element, the child div elemen...
I have the first below regular expression for validating time in javascript. The input is optional. I need to modify to also allow am or pm or a.m. or p.m. or P.M. or A.M. Right now it only...
I am trying to show hide table rows using JQuery, The following code works but I have multiple table rows and each needs to toggle independently of the others. Adding a sliding effect would be...
Hi all,
I have a CMS that produces the following code for a shopping cart:
<table class="cartSummaryTable" cellspacing="0">
<tbody>
<tr>
<td class="cartSummaryItem">
2 item...
SO,
I have a child window- i want to refresh the opener's location onclose.
my script aint working- ideas?
I am using a loading page with an animated gif. It works fine except in firefox, the gif does not move. If I open up the gif alone then it is animated, but not on the page. I have no proble...
Trying to load up pages using JavaScript and into a hidden frame. I did a search on this site and stumbled across a code idea from mplungjan (see below). Unfortunately, I cannot seem to get it...
The below Date/Time Java script works in IE but in Firefox it shows as "Tuesday, September 15, 109" with the year being 109. Dreamweaver doesn't have a browser compatability check for Java ...
I am trying to create a registration form for my site. Below is a simplified version of the form I would like to use. I have a few questions involving my form. They are:
1) How can I crea...