I have a dynamically generated table/contents that i want to give the user the ability to sort on multiple columns, columns will not always be beside each other
Rep Name (multiple occurrenn...
Hi all!
I do have a list of checkboxes and what I need to do is when a checkbox is selected (checked) a drop down list will be generated and placed next to it so the user can choose from!
My...
Hi, im in the process of making a streaming audio page for a popular station,
I've got the player up and everything, all I need now is the "Now Playing" I've created the IFRAME
<iframe h...
I have a nested iFrame in a page. This iFrame calls another website, where I have content acting as a 'remote' for the site the iFrame is nested in.
---------------------------
| iframe |...
I have a form like this
<form>
<input type="hidden" name="hiddenField" value="">
<input type="text" name="field[0]" value="a">
<input type="text" name="field[1]" value="b">
<input type=...
I'm new to Javascript, and have found the following code that claims to write form data to a text file:
<html>
<SCRIPT LANGUAGE='JavaScript'>
function WriteToFile() {
try {
var...
I need javascript to simply stop and wait for a x amount of time. setTimeout function is worthless to me because all it does is tell javascript to remember to execute a function after certain ...
I have a javascript in my html page:
<script type="text/javascript">
function confirm_exit()
{
if (confirm("Do you want to save changes?")==true)
return true;
else
return false;
}...
Alright I am looking to have a floating div at the bottom right hand side of by browser (which is going to follow as you scroll up and down the page).
I've seen lots of them where when you...
At the bottom of my html page, I added the following:
<script language="JavaScript">
window.print();
window.close();
</script>
I get my print dialog, but after I close the print dia...
how do i read a text file using javascript activexobject
on local machine.
I need to pass the value of a checkbox to a corresponding hidden form field when the checkbox is clicked. The value of the hidden field also needs to return to null when the checkbox is untic...
Hi All,
Here is a simple code:
<select onchange="specify(this)" ...>
<option....>.....</option>
<option....>.....</option>
......
<option....>.....</option>
</select>
How can I g...
Hi Guys,
i use javascripts, php and mysql. i need some ajax scripts to populate a listbox. pls advice.
I have some code that displays about 60 thumbnails in the main part of the page.
I would like it so that when the user clicks on a thumbnail it will appear on the same page but in a different...
How do I access the parent page for an IFrame?
Basically Im trying to do:
document.parent.form1.person_name.value = "john" from a link thats in an iframe
should it be something else?
I have read through several examples on how to send a value to a new popup window, but everytime i try i either get 2 popup windows, or an error Element has no properties.
What i'd like to ...
I still can't get the hang of JavaScript. How to make it so that checking the checkbox enables select list and unchecking disables it. I want to have two sets of these and then another set...
I'd like to know if it's possible to do the following: Get the display value, which is shown to the user in the drop down field, not the value in the background, using Javascript. Then use Jav...
If a user clicks a link I want to display an Msgbox, depending of the users selection (yes, no or cancel), I want do redirect them to different locations. Is this possible with JavaScript? If ...
When I run this code in Firefox this line returns 'undefine'....
document.getElementById("<% =lblUserRole.ClientID %>").innerText
I can view source and see the control. In IE it works f...
Hi all
I need to display a different textbox when user selects option in the combo box using javascript. The code i have works fine with normal text but when i try to use textbox it display...
I'm not very much up on javascript functionality and I need an answer ASAP so it's a quick 500 points to anyone who can answer the following question.
What javascript function can I use to ...
Does anybody have javascript functions handy that will take in a string and return the HTML encoded version of the string, and/or the other way around?
I am writing a translation module, an...
How do I detect scroll down or scroll right exist on an IE browser page with javascript?
And how do I detect the current page has no scroll down or scroll right?