Oh My God, I don't believe it, I had a quick read around this forum for similar problems and I read that the "?" could be causing the problem with their issues. So, I removed them from the following lines: "<(.|\n)+?>" and "\&(.|\n)+?;" and now it works.
rofl - :)
NB: I hope this can help...
I have an error
Microsoft VBScript runtime error '800a139a'
Unexpected quantifier
somewhere in the following block of text, I understand it has to do something with regular Expressions but to what extent I am not sure?
function strip_html(str_html)...
you're right...
This seem like a hard task to do? Or something that is quite plausible to do in a few hours?
Would LOVE a tutorial link that tackles this specific problem.
Thank you both for your replies.
ok, do you mean parse/submit the email to a database OR setup a database so that when the user presses "submit" the results are sent to a database and from there can be collated when the survey ends?
If so, that's a little harder than I initially thought and my timeframe may not allow the...
I am making a website in flash and one of the components on the homepage is "Artifact of the week" (is an historical site) .
So, instead of me manually changing the artifict image and words each week I would like to create a big txt file that includes: ArtifactImageURL field and...
At the moment, I am using AspMailer.asp to do the following.
User goes to survey.asp, they fill it out and hit "submit" the results are parsed through aspmailer.com and then emailed to helpdesk@work.com and then the Helpdesk staff manually sift through the results.
The issue is that the help...
yes steven I did try the non authentication process first. What I've done now.
I'm using THIS code:
<%
strFrom="Nursing Maths Test"
strRcpt="me@myemail.com"
strSubject="subject test"
strOutX="body test"
strserver="femail"
struser="me@myemail.com"
strpass="welcome"
function...
we're using windows 2003 server, thank you so much steven for your articulation on things I couldn't understand. However, since I'm in a microsoft exchange environment I have no way of finding out the address for our mail server and I am not willing to go through the gruelling explanation of WHY...
woah, that's WAY over my head. All this code pasting, I have NO idea where to put it and how it's related to my existing code and where in the new code is it calling the form information.
thanks for your help CDO, I'm currently perusing your very good link and realising that this freeware script is WAY old. Time for an upgrade. Thanks for your help and for helping me understand logically why it just stopped working - I hadn't known they had upgraded.
thanks for the reply bslintx however now I'm getting this error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CDO.Newmail'
Howdy, I'm having a lot of trouble with my aspmailer which I use to send a form as an email through our internal email server. As far as I can see the asp works fine right up until it needs to send the email. I've trialled it with various email destinations and on both our wan and my local...
I don't know if this is possible and what I want to do is actually quite blurry in my head I do apologise for this. I just know that if it's possible it's to be done with javascript.
I'll try and articulate.
I have some links <a href="http://www.mysite.com">My site</a> which I have put on my...
I should add for example if I simply select 1 radio button that I KNOW is correct and press "check answers" I get 1 / 15.
However, if I keep clicking that button about 8 times it is reset to 0. Now, clicking it 8 times wouldn't be a problem if the quiz was very small (like the above example)...
I am using the following script (simplified with most of the html taken out).
If someone is to press the "Check Score" button more than 5 times the value in the SCORE text form object is reset to 0. Obviously this is just a sample test and the real test is actually 15 questions. If someone goes...
actually to elaborate, if I am simply to choose 1 correct answer and then press "score" I get "1 out of 22 right" but if I tap the button perhaps another 10 times it changes to "0 out of 22 right".... why is this happening?
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.