Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for alex8206

I have created a home page with a division in which 2 other JSP pages are to load. The validations fire properly when I lauch those 2 pages seperately. The problem is, validations arent working when they load within the first page. How can I solve this? Should i write …

Member Avatar for Taywin
0
184
Member Avatar for alex8206

[CODE]<%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>XYZ Travels Pvt Ltd.</title> <script type="text/javascript" language="javascript"> function a(){ var x = document.forms.frm1.UserID.value; var y = document.forms.frm1.Pass.value; if(x=="" || y=="") { alert("Required Field cannot be left Blank"); if(x!="") { document.forms.frm1.Pass.focus(); } else{document.forms.frm1.UserID.focus();} } …

Member Avatar for stanleyben
0
549
Member Avatar for khess

One of my Christmas presents to myself this year (2009) was a new laptop. It's an [URL="http://www.acer.com"]Acer[/URL] Aspire 7535-5020 with 4GB RAM, 320GB Hard Drive, Wireless LAN, Built-in Camera, GigaBit LAN, Modem (Does anyone use a Modem any more?), a huge 16:9, 17" screen and a full-size keyboard. It has …

Member Avatar for flagstar
0
576
Member Avatar for lisa27

I have had a nightmare of a day... My computer last night was popping up that it was being hi jacked and virus this trojan this, and that passords being copied etc etc... My partner tried to download avg free but it wouldn't let him do it, any or norton, …

Member Avatar for caperjack
0
101
Member Avatar for alex8206

Hi, Im trying to create three pages for Inserting, deleting or viewing database contents. On my main or home page the database contents are shown. I want to create a "Delete" hyperlink in the last column of every row so that the specific record is deleted on clicking that. I …

Member Avatar for alex8206
0
1K