Hi:
I created a MS Access 2000 database & also created a logon password to enter into the database. Unfortunately I forgot the password & having a hard time to recollect what it was.
Is there a way to recover the forgotten password by any chance? This is very important as I have to work...
Hi:
I have 2 tables Table A & Table B. Table A has Field "Name_TableA" & Table B has Field "Name_TableB". There are certain common records between BOTH the tables. But my query has to FIND the Records that EXIST in Table A but NOT IN Table B. So I use this query --...
I try to open a database from a shared folder, but I get a Access Pop-up message saying that --
----------------------------------------------------------
" The database blah blah ..needs to be repaired or not a database file"
You or another user have unexpectedly quit MS Access...
Hi:
I'm using count() function in a SQL Query in MS Access as --
SELECT COUNT(Dept), Prof_Name FROM Departments WHERE Dept IN ("English","Math","Engg");
When I save this & hit RUN, Access specifies Error saying "You Tried to execute a query that does not...
Hi All:
I have a table that has a field named "Media". It has sub fields -- CD, Floppy, Hardware & Software. I have the data given to me in spreadsheet & the fields given like below.
----------------------------------
Media
----------------------------------
CD | Floppy...
Hi All:
I was wondering If IE6.0 has any options to develop Javascript & debug it??
Because what all code that I write in a notepad, IF IT has ERRORS, then on the STATUS BAR of the page I see "done with errors".
But as we have Eclipse/Weblogic for Java development & Debug, I...
Hi All:
I have a Textfield beneath it a Scroll Menu. When I type a letter OR a word, the Scroll Menu should sort itself & display the related data in it, so that I can select what I need.
For Example, I type "AT" in the Textfield, the Scroll Menu should sort itself & show up...
I have a Login Page(login.html) that has a Username & Password text fields. I have a login.js file that verifies the username & length of the password, that I'm calling from the Login.html.
My doubt is as there are 100 users, can I have a excel file loaded with usernames & passwords & call from...
Hi:
I'm trying to use the code below to Check All checkboxes, If they aren't checked and Uncheck All If they are Checked. But somehow I dont get to see the Action!!!!
Can Anyone please point out whats wrong?
-------------------------------------
<HTML
<HEAD>
<TITLE> SELECT/UNSELECT...
Hi All:
I have a HTML page which has a Scroll Menu. I want the data to get loaded into that Scroll Menu from a Database dynamically(i.e when the page gets loaded).
Any ideas how to achieve this?
Thanks All!!!
Hi All:
I'm new to JSP & I'd like to know some guidelines to accomplish my requirement.
I have a Login Page typically a Username & Password Text fields. I have a set of users, who are supposed to be validated to access the application upon successful login.
Can anyone tell me how to...
Hi:
I'm a new fella to JS. I tried the below code to have the form display Text & radio button selected in the same page on SUBMIT.
But unfortunately I dont find any luck.
can anyone help??
Thanks!!!
<html>
<head>
<title>Form Data Display</title>
</head>
<body>
<form...
Hi:
Can anyone look at the code & find what wrong it has.?
I have a HELLO button in a <table> tag & also written a function to redirect to Hello.html when HELLO button is pressed.
The problem that I have is:
1. The HELLO button is never seen as a button instead seen in similar pattern as...
I have a HTML page that has 10 Scroll Menus & I want the data to get populated in them(from a database) on Page Load, so that I can select the data from them to work on it.
Any ideas!!!
Thanks
Hi All;
I'm having trouble figuring out a way for the code I need to write.
The situation is this:
I have a HTML page, in which I have 2 checkboxes & underneath each is a textbox. I have 1 SUBMIT button. I enter data in a textbox & Select the corresponding checkbox & hit submit...
I have designed two HTML pages, docs_duplicate.html & links_duplicate.html. The functionality that I want to achieve is -
When I enter the required data in the docs_duplicate.html & hit enter, links_duplicate.html will get all the data. I achieved it EXCEPT for the RADIOBUTTON. I'm enclosing...
I have deisgned Login.html using HTML. Form Validation in it for Username & Password done using JS.
LOGOFF button is in ddmenu.html & is plain HTML. What I want is when I Click LOGOFF button it should redirect me to Login.html.
Any ideas how to achieve this.
Thanks!!!
I have a Login page called Login.html & once I enter the Username & Password and hit SUBMIT, it takes me to next window called ddmenu.html. In that HTML file I have a LOGOFF button. My doubt is If I click LOGOFF, it should bring me back to Login.html page again. Any Ideas how to achieve this...
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.