I don't know if this the right answer or not but it typically would fix a similar problem in VB. In the VB programs you use the appropriate MQCONN based on the MQTYPE setting for the project. Check out the MAKE tab in the VB project properties. You will need to match that more than likely in...
I've also found a cgi example that does exactly what I want it to do, but I need to convert it to vb. It shows everything involving the process of verifying the address.
http://www.glocksoft.com/aevcgi/aevcgi_demo.htm
I've found an RFC for this and it has all of the commands and response codes but doesn't have a vb example. It's located at http://www.freesoft.org/CIE/RFC/821/index.htm .
I created a vb program that would send out bulk e-mails. Now they want to verify that the e-mail address is good or report back to the user that it's bad. I used CDONTS & SMTP to send the messages. I can find plenty of programs that will validate e-mail messages but I need to get some code or...
I was using chr(65) to display an "A" on my web page. What is the JSP equivalent? I want to generate an A - Z list using a For/Next loop. TIA.
Check out these articles:
A Scalable Alternative to Session Variables
http://www.4guysfromrolla.com/webtech/041600-2.shtml
Pros and Cons of Session Variables
http://www.4guysfromrolla.com/webtech/092098-2.shtml
I don't know if you need both the onclick and the href, but this is what we have used in the past.
<a target="new-window"
onClick="open('viewAssignment.asp?hid=<%=HC("h_id")%>',
'Dialog','width=300,height=300,resizable=yes,
scrollbars=yes');return false;"...
I found this for you out on the internet, it has several combo examples, this should take care of you. http://www.aspfree.com/authors/adrian/Default.asp
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.