Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 110
Search took
0.49
seconds.
Search:
Posts Made By:
Reno CF
Forum:
JavaScript programming
11-11-2012, 09:38 PM
Replies:
12
Can a js randomly load another js
Views:
532
Posted By
Reno CF
I come to a forum like this precisely because I...
I come to a forum like this precisely because I suffer "outrageous ignorance" ~ if I knew what I was doing, I'd figure it out for myself. For the record, I did try your solution but it did not work....
Forum:
JavaScript programming
11-11-2012, 08:37 PM
Replies:
12
Can a js randomly load another js
Views:
532
Posted By
Reno CF
Thanks everyone ~ your feedback is appreciated....
Thanks everyone ~ your feedback is appreciated. When I started playing with this idea this morning, I took an old random banner script that I had archived and tried to modify it to work with...
Forum:
JavaScript programming
11-11-2012, 05:40 PM
Replies:
12
Can a js randomly load another js
Views:
532
Posted By
Reno CF
Can a js randomly load another js
Can a javascript be loaded randomly from a list contained within another js? For example, let's say I have 5 js slideshows: ss-1.js, ss-2.js, ss-3.js, ss-4.js and ss-5.js.
On my html page, I could...
Forum:
JavaScript programming
05-11-2007, 03:54 AM
Replies:
2
Multiple onSubmit's?
Views:
986
Posted By
Reno CF
Thank you argothian -- I'll try running the 2...
Thank you argothian -- I'll try running the 2 script on a test form in the next day -- appreciate your help...
Forum:
JavaScript programming
05-11-2007, 01:20 AM
Replies:
2
Multiple onSubmit's?
Views:
986
Posted By
Reno CF
Multiple onSubmit's?
Is it possible to run two onSubmit's in the same form action?
[1] onSubmit="return function1(this.formname.value);"
[2] onSubmit="return function2();"
If so, would it be like this:
Forum:
Perl/ CGI
05-11-2007, 01:17 AM
Replies:
26
Stopping Spam Bots
Views:
5,817
Posted By
Reno CF
Thanks very much rwedge. I must be away from my...
Thanks very much rwedge. I must be away from my computer for awhile, but when I return in a day or so I'll definitely give this a try -- much appreciated.
Forum:
Perl/ CGI
05-10-2007, 08:39 PM
Replies:
26
Stopping Spam Bots
Views:
5,817
Posted By
Reno CF
Thank you mlseim! In all the reading I've done...
Thank you mlseim! In all the reading I've done about this problem in the past few days -- on forums, blogs, and white papers -- I've not seen this suggestion anywhere, so I'll be eager to see how it...
Forum:
Perl/ CGI
05-10-2007, 05:30 AM
Replies:
26
Stopping Spam Bots
Views:
5,817
Posted By
Reno CF
I've been using the nms script for years without...
I've been using the nms script for years without a problem but for whatever reason in the past couple months I've been getting spammed. When it first started I added a question that only humans...
Forum:
Perl/ CGI
05-09-2007, 11:38 PM
Replies:
26
Stopping Spam Bots
Views:
5,817
Posted By
Reno CF
Hi Kevin, I wish I had perl expertise but...
Hi Kevin,
I wish I had perl expertise but find it to be a real challenge for my old brain. Mostly we just use basic "public domain" type scripts such as the nms "FormMail.pl" (which of course I...
Forum:
Perl/ CGI
05-09-2007, 09:21 PM
Replies:
26
Stopping Spam Bots
Views:
5,817
Posted By
Reno CF
Stopping Spam Bots
I read recently that one possible way of blocking spam bots from exploiting cgi mail forms is to have a hidden field that the visitor cannot see but the spam bot will fill out; then, set the cgi...
Forum:
JavaScript programming
05-09-2007, 08:13 PM
Replies:
13
Stopping Spam Bots on Forms
Views:
1,293
Posted By
Reno CF
I'm using a more secure version of Matt's script,...
I'm using a more secure version of Matt's script, so I'll take your suggestion and will post a question in the perl forum to see if anyone can offer that as a solution.
Forum:
JavaScript programming
05-09-2007, 05:49 PM
Replies:
13
Stopping Spam Bots on Forms
Views:
1,293
Posted By
Reno CF
Eureka! That is what we wanted -- now the form...
Eureka! That is what we wanted -- now the form just sits there and will not submit when anything is typed in that field. Thanks much! :thumbsup:
Forum:
JavaScript programming
05-09-2007, 04:31 PM
Replies:
13
Stopping Spam Bots on Forms
Views:
1,293
Posted By
Reno CF
Thanks Philip for your suggestion. I tried it...
Thanks Philip for your suggestion. I tried it using the very simple form below, but either I did something wrong or the script is not quite right. For the purpose of this test I made the field...
Forum:
JavaScript programming
05-09-2007, 04:28 AM
Replies:
13
Stopping Spam Bots on Forms
Views:
1,293
Posted By
Reno CF
Thanks Stephen. We've been using a perl-script...
Thanks Stephen. We've been using a perl-script contact form for a number of years that was originally written by The nms Project, so I have both the HTML and the script in place.
But not being...
Forum:
JavaScript programming
05-09-2007, 03:37 AM
Replies:
13
Stopping Spam Bots on Forms
Views:
1,293
Posted By
Reno CF
Stopping Spam Bots on Forms
I recently read of a technique for stopping some of the spam bots that go around the web sending other people's forms, which of course they fill with their garbage.
The idea is to put a "hidden"...
Forum:
JavaScript programming
03-26-2007, 05:00 AM
Replies:
4
Answer simple question on form, then validate
Views:
594
Posted By
Reno CF
Thanks again iLLin. I'm trying to use with a cgi...
Thanks again iLLin. I'm trying to use with a cgi FormMail.pl script. Being somewhat of a babe in the woods with this stuff, I was unable to get it to work until I did this:
("number" being the...
Forum:
JavaScript programming
03-26-2007, 01:18 AM
Replies:
4
Answer simple question on form, then validate
Views:
594
Posted By
Reno CF
Thanks iLLin. Being the neophyte that I am with...
Thanks iLLin. Being the neophyte that I am with js, I am not getting the result you intended. Placing your code in the head, at my submit button I placed:
I also tried it without the "return"...
Forum:
JavaScript programming
03-25-2007, 11:37 PM
Replies:
4
Answer simple question on form, then validate
Views:
594
Posted By
Reno CF
Answer simple question on form, then validate
I've been looking for a script today but have had no luck in finding it yet, so I'm hoping someone here can help out.
This would be used on a form, above the submit button. After filling in all...
Forum:
PHP
06-05-2005, 05:47 PM
Replies:
16
Deny access to page from external links
Views:
1,935
Posted By
Reno CF
I agree. It's weird, as I've used htaccess before...
I agree. It's weird, as I've used htaccess before at this server without a problem, and weirder yet, I got a message this morning from them saying that my allowable space was 99% used up. When I...
Forum:
PHP
06-05-2005, 03:43 PM
Replies:
16
Deny access to page from external links
Views:
1,935
Posted By
Reno CF
Thanks everyone. I am actually thinking of using...
Thanks everyone. I am actually thinking of using a login, so in that case, would you recommend adding the session? Here is the login.php I would use, so how would $_SESSION be best integrated, so...
Forum:
PHP
06-05-2005, 05:34 AM
Replies:
16
Deny access to page from external links
Views:
1,935
Posted By
Reno CF
Thank you devosc. I just tested about_us,...
Thank you devosc. I just tested about_us, contact_us, and faq, and they all work fine using your php format. But somehow my server does not like the .htaccess. I have tried a number of different...
Forum:
PHP
06-05-2005, 03:52 AM
Replies:
16
Deny access to page from external links
Views:
1,935
Posted By
Reno CF
Thanks very much devosc for your detailed...
Thanks very much devosc for your detailed explanation. I have a quick question -- if I want the script to refer to multiple pages, would I use something like this: case 'about_us':
...
Forum:
PHP
06-04-2005, 11:28 PM
Replies:
16
Deny access to page from external links
Views:
1,935
Posted By
Reno CF
Deny access to page from external links
I'm trying to learn a little php by modifying a script from one of the free archives. Regrettably, I'm not getting it (after a couple hours of frustration :eek: ), so am turning to the experts for...
Forum:
Perl/ CGI
06-03-2005, 09:42 PM
Replies:
2
Can standalone password protection be added?
Views:
975
Posted By
Reno CF
Thank you mlseim -- that works perfectly! ...
Thank you mlseim -- that works perfectly! :thumbsup:
If anyone else is monitoring this thread and tries the script, note that there are 2 places on log-in.pl where the site domain name must be...
Forum:
Perl/ CGI
06-03-2005, 05:35 PM
Replies:
2
Can standalone password protection be added?
Views:
975
Posted By
Reno CF
Can standalone password protection be added?
I am by no stretch of the imagination proficient in perl, but I do occasionally like to integrate a script (from one of the archives) into my site. Some scripts work well but do not come with...
Showing results 1 to 25 of 110
Page 1 of 5
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
08:54 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.