How can I set a variable to the selection that I give and then pass that variable to another page once the button is clicked from the form?
thanks in advance
<select name="priority" id="priority">
<option></option>
<option>Critical</option>...
I have this selection option pull down. Once I select an option can I put that selection in a variable.
If so can does someone have an example.
<select name="dep" id="dep">
<option></option>
<option>test1</option>
<option>test2</option> <option>test3</option...
I have two buttons and each button goes to a different page when clicked
question or problem.
I don't want to use the form action to go to another page.
I want to use the onclick fuction in the button properties
how can I do this
does any one hav
e a sample
Can someone look at this and see if I have something wrong
While ((Repeat1__numRows <> 0) AND (NOT rc2.EOF))
%>
<tr>
<td> <a href="/Database insert/File.asp?quot_id=" & rc2("quot_id") & ">" </a></td> this is the link I am have problems with...
I have a script that has a calendar picker where you can select a date.
I want to be able to put that date into an input box on the form.
the FSfncWriteFieldHTML displays the calendar I'm not sure how I can put it the input box...any help woul be appreciated
<input type="text"...
I have this script that alerts when a textfield is empty
problem is the form still submits. I want to prevent it from submiting
Is there a way to stop the form from submitting?
when the textfield is empty
<script Language="JavaScript">
<!--
function Blank_TextField_Validator(form1) {
if...
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.