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
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...
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...
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...
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...
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...
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...
I can easily display the pdf files I require on a single page using the <a> tag,
<a href ="<% =strBulletinNotes(i)%>">
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...
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...
Stuart, Thank you - have got it working all I had to do was put in the line
stremail = rsPassword("email")
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
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...
Stuart - your above suggestion to change the Mail.Host to request.form("email"), 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...
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.