I was wondering if someone can help me. Im trying to write some javascript that will help me check the system date versus a set date to determine a true or false value.
Basically what I want to happen is when someone clicks on a button I want it to check the system date, and if it is before...
<%
//to test for null values
String va5 = "";
if (request.getAttribute("meterNo").toString().equals("00000000")){
va5 = " ";
}
else{
va5 = request.getAttribute("meterNo").toString();
}
%>
This is the statemenet I have at the moment. Basically there is a...
Ok im gonna try to explain how these two offices are setup and im looking for suggestions on the best way to set up a wireless network for them.
---------------- ----------------
- Main - - Other -
- Office...
I have a page with a form on it that we are using for businesses to contact us. When someone fills the form out and clicks submit I want it to call in this asp mail script that I wrote to send the form to a specified address. I completely forgot how to call in these scripts, would someone...
Hello everyone I just had a quick question here. I'm updating this webpage and we want to be able to hit the enter key after entering a username/password. I've done this before by changing the button focus when the page loads but the problem im having now is that there are no buttons used on...
<%
java.util.Calendar today = java.util.Calendar.getInstance();
int thisYear = today.get(java.util.Calendar.YEAR);
int thisMonth = today.get(java.util.Calendar.MONTH);
%>
<script language="javascript">
function validate(ccfrm){
var year=<%=thisYear%>;
var month=<%=thisMonth%>...
Right now I have a button that is linked to an FAQ for our website. Right now when you click on it, it opens up the faq page in the same window. We would like to make it open a new window to display the faq, preferable a popup window. Is there a way to do this? The code I have for the...
Ok here we go:
For the login button I have
<input type="button" value="Login" name="Login" onClick="set()">
For Password hint
<input type="button" value="Password Hint" name="PassHint" style="width:110px"...
Right now I have a webpage that servers as a login page for our system. It has a Username and Password text box, then 5 buttons, a login, password hint, password recovery, get started, and FAQ. When you enter the URL for the page and it first comes up there is a cursor in the Username textbox...
I have a text field on my page and I was wondering how you go about changing the size of the field. Everytime I insert a text field they are all teh same size.
The code for the text field right now is
<input type="text" name="cvv2" value="">
Any help...
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.