the page stays once the form is submitted.
that is the way i designed it.
I have it built in where the first form submit button will gray out when it is clicked. But the second form on the page needs to be grayed out UNTIl the top form submit is clicked.
What i need to do is make a second form invisble until the first form has been submitted
i have this in my head
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.form2.txtyes.style.visibility = 'hidden'
document.form2.txtno.style.visibility = 'hidden'
// End -->
</script>
then this...
ok, not to sound like a dunce, but how do i use those? I get the onclick for making them visible when the top button is clicked, but how do i make the buttons and sentence hide before it is clicked?
Amanda
I have 2 forms on a page. I would like to have the second button 'grayed out' until the first button has been clicked, any ideas?
actually, I have a sentence, "Did the page print correctly? and yes/no buttons. Can i have these items 'appear' when the 'print letter' button is clicked?
TIA
Amanda
i copied this into my head
<script>
function searchPrompt(obj)
{
var rsp = prompt("Enter a value to search for.","");
if(rsp) obj.value = rsp.toUpperCase();
}
</script>
then added this to my button
<input type="button" value="Search this menu"...
i copied this into my head
<script>
function searchPrompt(obj)
{
var rsp = prompt("Enter a value to search for.","");
if(rsp) obj.value = rsp.toUpperCase();
}
</script>
then added this to my button
<input type="button" value="Search this menu"...
First off, I love your combo box! this is what i really wanted to use :( but unfortunately..it seems impossible...I am using Visual fox pro and a program called web connection to build those dropdown lists(they are the results of a SELECT statement from a database)....and i would have no idea...
http://javascript.internet.com/forms/option-search.html
i like this script, but i need it to be triggered on a button click...for instance, instead of the prompt being triggered by the onfocus, i would like to have a button next to the drop down list that says, "Search this menu for"...
side note, i am using vfp to build these drop down lists, the "value" clause of the options is very important, with this dhtml list, will i be able to retain my value tags?
Amanda
this is perfect! i have no dhtml experience, but i am quite fluent with HTML, C, VFP, ect, so maybe i can figure it out.....question, will one dtml element work on a regular html page?
Amanda
I have a LARGE dropdown list for a user site, we are talking hundreds of options. I would like to implement a type of alpha search method to make navigation of the drop-down easier. I tried the 2 scripts on javascriptsource.com, and neither were options. The array builder simply ran too slow for...
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.