Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by victory92

  1. victory92

    HELP! Trying use Javascript Hidden / Visible

    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"...
  2. victory92

    HELP! Trying use Javascript Hidden / Visible

    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...
  3. victory92

    Email Screen image

    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...
  4. victory92

    control what parts of webpage prints out

    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...
  5. victory92

    control what parts of webpage prints out

    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...
  6. victory92

    control what parts of webpage prints out

    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...
  7. victory92

    onClick and re-direct at the same time

    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...
  8. victory92

    OnClick with <Select> to exec function & return info

    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?
  9. victory92

    OnClick with <Select> to exec function & return info

    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...
  10. victory92

    OnClick with &lt;Select&gt; to exec function & return info

    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"...
  11. victory92

    Passing/Retrieving input fields from 1 webpage to another

    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...
  12. victory92

    Passing/Retrieving input fields from 1 webpage to another

    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!!
  13. victory92

    Passing/Retrieving input fields from 1 webpage to another

    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"...
  14. victory92

    JS to download - similar to Save Target As command

    I want the ability to have a &quot;Download&quot; on the web page that will in essence &quot;Save the target as&quot; - 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...
  15. victory92

    Remove or hide record number box for scroll on Form

    Thanks - this did remove the navigation buttons.

Part and Inventory Search

Back
Top