I tried putting single quotes - and I'm still getting errors.
Line 16
char 5
Error Object required
File file:///C:/Users/Therese/AppData/Local/Temp/FrontPageTempDir/pvw5.htm
I also get an error when i put the following code in...
function NoError() {
var a1="ShowErr"...
Hi everyone...
I'm a rookie volunteering for a charity. I'm trying to have a password checking program that will validate the password before continuing
I'm trying to have a message appear on the screen if an invalid password is entered. - by using hidden/visibility.
I've created a gif...
I have created a form. I would like a print image - or screen image - exactly what is shown on the form to be emailed into our organization.
I have searched and searched and cannot find out how to do this. The reason I want the exact image - is that several people will be reviewing the form...
I still can't get this to work. I wish the error messages were more meaningful.
Could you please take a look at my print button statement. The error I get is that object doesn't support this method or property
I appreciate any help you can give... This is a bit frustrating when you cannot...
Mighty Programmer -
I've inserted the code - however I am getting an error on line 33 - which is
printView.innerHTML = Details.innerHTML;
I do not understand what innerHTML is. I'm a rookie here! The error is Object doesn't support this property or method.
This error only appears when I...
I am trying to print only a portion of a web page when a print button is pressed. I have done what the following site suggests - but I keep getting the entire web page printing.
http://javascript.about.com/library/blprint.htm
Can anyone help me? I am unsure of what should be put in the...
I am trying to have a Print Button that will print only part of the web page. I have searched several sites and found
==========================================================
You can also easily control what parts of your page print out by adding a special stylesheet that will be used for...
Thank you so much for your response! This will work.
Is there a way I can lock the txtProd & txtPrice fields so the user cannot change them. Can labels be used?
The quotes worked... thanks Now if the next problem.
I want to show the price and product number. I have a table. I had a form for the dropdown.
The getIndex function gets the index number of the product name shown in the <select> It then looks up hard-coded arrays that contain the...
Hi
I hope you can help. I'm new at this....
I have a dropdown list containing Products. When the user selects a product - I would like a JS function to execute that will get the index of the product to look up the price in an array.
I have
<select name="SelectProduct1"...
I am using PHP to update the database. My Front Page HTML code sends a redirect URL. I would like to send the needed fields via PHP but have been unable to do so.
Are you suggestion that I add the fields to the redirect statements using the Question Mark (?) to delimit the URL and Ampersands...
Could I have a form within a form -- one doing a POST and the other doing a GET? I need to update a DataBase - so I need the Post -- but also need to pass a input field.
Do you have an example in which to skim off data in the URL?
Thanks!!
I am trying to pass input fields from one page to another. Here is an example that I am getting "name" in the t1.htm page - and trying to pass to t2.htm page.
T1.htm is
<body>
<form method="POST" action="t2.htm">
<p><input type="text" name="name" size="20"></p>
<p><input type="submit"...
I want the ability to have a "Download" on the web page that will in essence "Save the target as" - or download the picture to the user's PC.
I have the word Download linked to the picture. When you click on it - the picture is displayed in the browser. I am not given a...
I have a form with a subform. The Record number box appears on both the subform and the form.
When the user presses the page next (arrow to right) - it causes the subform child record to be written before the form's parent record.
So I'm trying to hide the record number box or record scroll...
Thank you for your suggestion. I never used a union query before - and tried it. Unfortunately, I doesn't satisfy what I need for reporting...unless there are ways for one report to have 2 input files.
I am trying to build a utility type process so that the users can ask for any range of...
I am trying to design a process for creating comparison reports. This would allow the user to ask for any range of dates -- to be compared to another range of dates. For example, they may want to compare 2nd qtr (07/02 - 09/02) to 3rd qtr 2002 (10/02 - 12/02) Or they may select only a month -...
I am trying to do the same thing!! That is I'm trying to obtain a row sequence number for all records in my query.
Currently I have a query (not a table) that I would like to get a record number -- or some sort of autonumber capability to assign sequential numbers to the records.
I don't...
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.