Hello,
I have a form named "MYFORM" which is dynamically populated by a java servlet which is then displayed inside
an HTML page.
I'm looking to find specific words inside the form itself t...
How do I stop javascript counting cells <td>?
I have simple code that counts cells created, if it counts 5 (for an example) it creates another row or</tr><tr>.
My problem is that I want to...
Can I please ask what this JS function does ?
function trim(str) {
return str.replace(/^\s*|\s*$/g,"");
}
thanks,
GISVPN
Has anyone used JavaScript in Adobe Acrobat? I'm not finding much infomation on it and I'm trying to get two textboxes to assume the same value that is typed in the first textbox. I've found...
Hi,
I have to input buttons on a page. I am looking to make it so when the page loads button1 is visible but when you click on it button1 becomes invisible and button2 becomes visible. When...
If you go:
http://www.grantgallery.com/new/artists_menu.php?artist=sarni-e
See the gallery text that will drop down on the right, is it possible to make it go over instead, a client was ...
Any suggestions on how to setup the following request and have it clear for a user to understand:
A checkbox and a select control are wanted. When the check box is clicked, the select is ...
Can anyone please tell me how to calculate the center position ( x,y co-ordinate ) of the browser ( may be the intersection of the two diagonal ) with the distance from it to the right/left an...
Hi Experts
It's been a long day and I just can't figure this out.
I have created a form with two questions (there are more but I've simplied it for you all). Each question has a group o...
I need to include an image (of text) to the left of this line which is a web site release countdown clock.
How can I include images/image1.jpg to the left of my countdown clock on this line?
...
Hello,
I have a javascript-link that needs to replace 2 words in the "ID". The link is like this:
window.location('add.aspx?id=' + id.replace('word1',''))
Here I replace the word "word1...
Hello, I need to figure out how to rotate images without each page refresh. The image location & name is stored in a MySQL db so I can pull the images using Coldfusion (dynamically) and settin...
I want to populate a dropdown in a form based on the selection from the dropdown before it. I need to do this 7 times in the form total.
When the form loads there may be a value in the dro...
I would like to format a Credit Card Number based on the Credit Card Type in a drop down box.
If the user selects a Credit Card type i would like the a javascript function to fire and forma...
using dreamweaver8
I need a balloon text area to display when your mouse hovers over an area that will show instructions before they click the link and if possible I need the balloon to also...
When should my wife and I expect to find out the sex of the baby? She is due November 27, 2007 and is in her 17th week. How soon is too soon? What happens if they cannot find out the sex at...
I need the text for a mouseover to come from a separate HTML file -- i.e. the text is not embedded in the main html file, or in a .JS file, such as a text array.
The separate HTML file o...
Can a web page be setup to send a text message by an end user?
Hello,
I use the following code to append a function call to the end of an onclick event.
(Thanks BraveBrain and Jasonsbytes and VincentPuglia and Barry62)
When a pointer is moved over ...
I currently am implementing some simple DHTML which resembles the following:
<p>Forgot your <a href="#" onclick="showHidden();return false;">username</a> or <a href="#" onclick="showHidden(...
I'm trying to implement the Multiple File Upload plugin for jQuery, and running into some problems integrating it into one my ColdFusion applications (for a photo gallery)
Multiple File Upl...
I need to inspect the variables of a SWF file of some server.
I cant modified the file cause the file its not mine.
example:
goto www.somedomain.com/file.swf
And with the internet explor...
Hi Experts,
I have a requirement to get the clipboard data of a remote system. By knowing the URL of the system, is there any way to get the clipboard data of that system.
Thanks in Adv...
how do you find out whether the browser is busy loading / processing any request?
i have a page that calls a server script to download a generated pdf file.
im displaying a "loading message"...
Can I set a coldfusion variable to the screen width using the following javascript. It would be nice to actually assign a coldfusion variable on the same page to where the javascript sits but...