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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jaslr
  • Order by date
  1. jaslr

    runtime error '800a139a' - Unexpected Quantifier

    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...
  2. jaslr

    runtime error '800a139a' - Unexpected Quantifier

    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)...
  3. jaslr

    Making AspMailer calculate user input?

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

    Making AspMailer calculate user input?

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

    Randomly Selecting a record from a text area and showing it in swf?

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

    Making AspMailer calculate user input?

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

    ASPMailer Not Sending Email

    yes the sserver is the name of our smtp mail server (internal) any hint what to do next?
  8. jaslr

    ASPMailer Not Sending Email

    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...
  9. jaslr

    ASPMailer Not Sending Email

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

    ASPMailer Not Sending Email

    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.
  11. jaslr

    ASPMailer Not Sending Email

    ok, thanks steven so this requires me to make a new email account that I can use with this form?
  12. jaslr

    ASPMailer Not Sending Email

    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.
  13. jaslr

    ASPMailer Not Sending Email

    and by active x controls being enabled you mean on the server of course?
  14. jaslr

    ASPMailer Not Sending Email

    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'
  15. jaslr

    ASPMailer Not Sending Email

    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...
  16. jaslr

    Code Top frame add prefix to link in bottom frame?

    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...
  17. jaslr

    onClick Multiple Choice Quiz making null memory

    Ok, do you mean you can't get it working OR You arent' getting my problems and it's working fine?
  18. jaslr

    onClick Multiple Choice Quiz making null memory

    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)...
  19. jaslr

    onClick Multiple Choice Quiz making null memory

    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...
  20. jaslr

    An online QUIZ that the answers would be sent by email!!!

    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?

Part and Inventory Search

Back
Top