I have forms created that I want to put in the 'display' section of the code. I know you cannot place a form within a form (thus, when I try, my code below no longer functions properly). How do I add a document.table_id DOM object to accomplish what the code below does so that when I add a...
I have forms created that I want to put in the 'display' section of the code. I know you cannot place a form within a form (thus, when I try, my code below no longer functions properly). How do I add a document.table_id DOM object to accomplish what the code below does so that when I add a...
How do I get nowSel and prevSel to swap each time the 'Swap' button is pressed (and only if both nowSel and prevSel have values)?
<script type="text/javascript">
var selected=false;
function showSel(s){
var t1=s.form['prevSel'];
var t2=s.form['nowSel'];
selected?t1.value=selected:null...
I am trying to, in effect, add tv station options that one changes with a dropdown. How do I make a dropdown that changes what is played in media player onchange?
These are three of my options:
http://interface.audiovideoweb.com/glnk/2958/play.asx
http://www.scctv.net/SCCtvBroadband.asx...
The code below works fine with two exceptions:
1) When selecting a numeric choice and then selecting a alpha option...If you then use the arrow keys to switch back and forth between the alpha options the focus goes off of the options after 1 or 2 keypresses causing the arrows keys to no longer...
How do I make it so that choosing:
Selection 123 displays Option ABC, DEF, GHI
Selection 456 displays Option JKL, MNO
Selection 789 displays Option PQR, STU, VWX, YZ
<html>
<head>
<title></title>
<script language="JavaScript" type="text/javascript">
<!--
var Last;
function...
I do not know how to change what is displayed in the top right table when choosing between the 4 options. Instead of having the number of text boxes change as they do now, I want the appropriate form to be displayed in the top right table based on the option selection. NOTE: I must continue to...
I am trying to get a search executed using the position and location (entered by the user) on careerbuilder.com. The code below is not working. I would actually prefer this done using javascript, though, but I am even further at a loss. Could someone please help?
<form id="career"...
I am trying to get 1 text box displayed in the top right table when the 'Google' is selected which changes to 4 text boxes displayed in the same area when 'Mapquest' is selected.
I am trying to get it so when Mapquest is selected and the user enters the street in the first text box, city in the...
I am trying to get the list of options to the cooresponding engine centered below the text box. Then, center the list of engines below that. What should happen is that the options change whenever the engine selection is changed (without having to do an actual search). When a search is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.