mike444
|
| Posted: 08/01/2005, 9:32 PM |
|
Hi,
I have some classic asp code to generate CAPTCHAs, how can I code it manually in a page and call it in another page?
|
|
|
 |
dataobjx
Posts: 181
|
| Posted: 08/02/2005, 4:59 AM |
|
You mean as an include file?
Create a new page and set it's 'Include' property to 'Yes'.
You then need to cause an events page to be created. To do this you may need to create a page before show event.
This will create the includepagename_events.asp file.
Place your asp code anywhere within the page... but outside of the before show event.
Finally, add the include to the primary page.
_________________
www.DataObjx.net
www.mydigitalapps.com |
 |
 |
gary
|
| Posted: 10/07/2005, 9:46 PM |
|
While on the subject, I'm looking for a Captcha solution for my website. I'm using ASP CCS. I prefer a subscription type solution, such that someone else keeps improving the captcha algorithms, not me. The website is hosted on a commercial server so I can't necessarily install anything I want on it.
Any help is most appreciated,
gary
|
|
|
 |
|