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 TouchToneTommy 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 lin45

  1. lin45

    Submitting a form to 2 frames

    Thanks - i managed top sort it out - was passing i nothing, because of a stupid oversight - calling something the wrong variable (had put an "s" at the end of it) couldn't have done it without your help. Cheers
  2. lin45

    Submitting a form to 2 frames

    I have initalised the variable by opening up the database connection and reading in the value of the strBulletinNotes(i) variable, thereafter I have the undernoted code in the makeframes.asp page, however, whilst getting one step further it is not fully working. It is now opening up a totally...
  3. lin45

    Submitting a form to 2 frames

    One last question, I have a variable ( =strBulletinNotes(i) ) being pulled out of the database which is the path to the page I would like to display in the second frame, - is it possible to replace testRight.asp with this variable and if so what is the syntax for it? Thanks from a total...
  4. lin45

    Submitting a form to 2 frames

    Thank you - works a treat.
  5. lin45

    Submitting a form to 2 frames

    Thanks for this vlad, have tried out the above code and it works well if you are starting from a frames page, but unfortunately I am trying to pass variables from a single asp page to a 2page frameset - can you help with the correct coding for this (I am a complete novice when it comes to...
  6. lin45

    Submitting a form to 2 frames

    Can anyone help me - I am trying to submit a form to 2 frames in order that both frames (which are ASP pages) can do some validation against the database and display the required information. Presently I am using the undernoted function with the form submitting to the frameset page function...
  7. lin45

    Submitting form to 2 frames

    Does anyone know how I can submit a form to both frames of a 2 page frameset in order that the variables can be read into a database for checking before displaying the relevant information (I am using ASP to do this and can get it to work if i submit it to one page at a time, but need to submit...
  8. lin45

    Form submitting to both pages of a frames page

    Presently I have a non framed page which contains hidden fields with variables from a database and I would like to submit this to a frames page (2 frames) the first frame to contain the hidden variables and a button requesting further information which when pressed records the info to a database...
  9. lin45

    displaying a PDF File from a database in a frames page

    I can easily display the pdf files I require on a single page using the <a> tag, <a href =&quot;<% =strBulletinNotes(i)%>&quot;> reading the path of the files from an Access database, using ASP. My problem is that when the form is submitted I need to take values through from the form to...
  10. lin45

    ASP - displaying a doc or pdf file from a database

    I am trying to read the path of a file (which will be either a pdf file or a doc file)from a database in order that the contents of the file can be displayed in a new window showing . Presently on the first page I show brief details and on the OnClick this takes me to a second page, taking...
  11. lin45

    ASPEmail and Requesting from forms....

    Stuart, Thank you - have got it working all I had to do was put in the line stremail = rsPassword(&quot;email&quot;) in order to send the email from that listed in the database. Many thanks for tidying up my code. Have a super Christmas Break and hope Santa is good to you. Linda
  12. lin45

    ASPEmail and Requesting from forms....

    Hi Stuart thank you - I have got it to work withthe above. However wonder if you could help me by looking at the undernoted code. My error handling in directing it to an unauthorised user page does not seem to work if their name is not in the database. Also if you type in a name in that is...
  13. lin45

    ASPEmail and Requesting from forms....

    Stuart - your above suggestion to change the Mail.Host to request.form(&quot;email&quot;), did not send the email for me but did take the action on the form. I have overcome it by writing the email addresses to a database and pulling in a variable from the database to send the email to the...
  14. lin45

    ASPEmail and Requesting from forms....

    Did you ever get it resolved as I am experience a similar proble. Grateful you let me know how you resolved it.

Part and Inventory Search

Back
Top