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 3
1
2
3
>
Showing results 1 to 25 of 62
Search took
0.27
seconds.
Search:
Posts Made By:
SteveSensei
Forum:
JavaScript programming
02-13-2013, 06:07 PM
Replies:
3
Date/Time Check - Must be 60 minutes after current time
Views:
232
Posted By
SteveSensei
Thanks for your reply on this, but I don't see...
Thanks for your reply on this, but I don't see any coding where the current date/time is checked against what is entered in the form fields.
Forum:
JavaScript programming
02-13-2013, 05:49 PM
Replies:
3
Date/Time Check - Must be 60 minutes after current time
Views:
232
Posted By
SteveSensei
Date/Time Check - Must be 60 minutes after current time
I have a restaurant order system built in Classic ASP. On the order menu there are fields for order pickup time and date:
<form>
<input type="text" size="12" name="pickupDate" id="datepicker">...
Forum:
ASP
08-25-2012, 09:12 PM
Replies:
3
Tracking Web Page Views
Views:
838
Posted By
SteveSensei
Nope, doesn't work. On website1 I have...
Nope, doesn't work.
On website1 I have track-me.asp with your debug code right at the top. If I hit this page directly, it works.
On website2 I have a blank HTML page with this code on it:
...
Forum:
ASP
08-24-2012, 11:04 PM
Replies:
3
Tracking Web Page Views
Views:
838
Posted By
SteveSensei
Tracking Web Page Views
I have a web page that I want to track by adding this link in the page's HTML code
<img src="track-me.asp?tc=824201224729">
On the page track-me.asp, which has code to count the visits to the...
Forum:
HTML & CSS
06-15-2011, 11:42 PM
Replies:
3
Opening Framed Page From External Web Site
Views:
417
Posted By
SteveSensei
I have a page at...
I have a page at http://donsjewelteashoppe.com/index.asp, which is the entry page to a framed site. Within the frameset is a page prod_list.asp
I want to link to the frame source page...
Forum:
HTML & CSS
06-15-2011, 10:49 PM
Replies:
3
Opening Framed Page From External Web Site
Views:
417
Posted By
SteveSensei
Opening Framed Page From External Web Site
I have a link on Facebook that I want to go to a framed page on another web site. I know how to link to a frameset page, but I want to open the framed page within the frameset.
So, within...
Forum:
JavaScript programming
04-21-2011, 08:43 PM
Replies:
7
Limiting Text Typed Into a Form Text Box
Views:
722
Posted By
SteveSensei
Re: Limiting Text Typed Into a Form Text Box
This looks good, but I screwed up and forgot to mention that each of the boxes has the same name. I'm processing the submission in a loop with ASP, so the boxes can all be the same name as each set...
Forum:
JavaScript programming
04-21-2011, 05:36 PM
Replies:
7
Limiting Text Typed Into a Form Text Box
Views:
722
Posted By
SteveSensei
Limiting Text Typed Into a Form Text Box
I have a form with two text input boxes. I want to limit the text typed into the boxes as follows:
1. Either box can have the number 2 typed in, but the other box must remain empty
OR
2. Each...
Forum:
ASP
05-15-2010, 02:44 AM
Replies:
0
Exclude IP Address From Site
Views:
824
Posted By
SteveSensei
Exclude IP Address From Site
Is there a way, through ASP, to exclude an IP address or range of IP addresses from a web page? I have several database-backed web pages that get hit with attempted SQL injection attacks every day...
Forum:
XML
11-24-2009, 10:56 PM
Replies:
4
Problem Using XML to Create RSS Feed
Views:
2,439
Posted By
SteveSensei
Problem Using XML to Create RSS Feed
I am creating an RSS feed by polling a database of products using ASP and writing the file:
TBdy = ""
set fso = server.createobject("scripting.filesystemobject")
'set wf =...
Forum:
ASP
10-31-2009, 11:42 PM
Replies:
3
Deleting Telphone Number From Textarea Input
Views:
1,008
Posted By
SteveSensei
Deleting Telphone Number From Textarea Input
I have an HTML textarea input field being used as a notes field in a web page. I want to add some server-side coding (maybe a function) to delete any telephone numbers that are entered into the field...
Forum:
ASP
10-16-2009, 02:47 AM
Replies:
3
Running CRON-like Jobs On Windows Shared Hosting
Views:
2,609
Posted By
SteveSensei
Many thanks for your input, but the hosting...
Many thanks for your input, but the hosting company is GoDaddy. Very limited access to db features. Since this is a client's web site, I'm certianly not using my pc to hit their site once a...
Forum:
ASP
10-14-2009, 11:42 PM
Replies:
3
Validation email for new account
Views:
1,227
Posted By
SteveSensei
When the person's registration data is stored,...
When the person's registration data is stored, also store a random string and set a 'bit' field to false. Then, send an email using CDOSYS to the registrant explaining that they have to go to a web...
Forum:
ASP
10-14-2009, 11:36 PM
Replies:
3
Running CRON-like Jobs On Windows Shared Hosting
Views:
2,609
Posted By
SteveSensei
Running CRON-like Jobs On Windows Shared Hosting
I need to run a database query once per day in MS SQL Server and send out emails based on the query results in a Windows shared hosting environment. On a Linux server, CRON jobs would be the way to...
Forum:
JavaScript programming
09-25-2009, 11:47 PM
Replies:
3
Select Radiobox on Text Field Input
Views:
810
Posted By
SteveSensei
Many thanks jolly_nikki. Works great!
Many thanks jolly_nikki. Works great!
Forum:
JavaScript programming
09-25-2009, 09:46 PM
Replies:
3
Select Radiobox on Text Field Input
Views:
810
Posted By
SteveSensei
Select Radiobox on Text Field Input
I have an existing form with radio buttons and a text input field:
<input type="radio" name="recurringEnd" value="yes"> End after <input type="text" name="numberOccurrences" size="1"> occurrences...
Forum:
MySQL
09-24-2009, 07:48 PM
Replies:
10
Extracting Records Based on Date (Equal to or Greater then current date)
Views:
2,343
Posted By
SteveSensei
Many thanks for the help, but Now() returns the...
Many thanks for the help, but Now() returns the same error message as the one quoted above in my original posting.
Forum:
MySQL
09-24-2009, 06:49 PM
Replies:
10
Extracting Records Based on Date (Equal to or Greater then current date)
Views:
2,343
Posted By
SteveSensei
Extracting Records Based on Date (Equal to or Greater then current date)
I have a database table in Microsoft SQL Server that has a smalldatetime field called eventFromDate. I want to write a query that extracts all events if the eventFromDate is equal to or greater then...
Forum:
Flash & ActionScript
08-28-2009, 09:44 PM
Replies:
5
Flash File Kills Dropdown menu
Views:
1,008
Posted By
SteveSensei
That did it. Many thanks
That did it. Many thanks
Forum:
Flash & ActionScript
08-28-2009, 06:55 PM
Replies:
5
Flash File Kills Dropdown menu
Views:
1,008
Posted By
SteveSensei
http://www.christprofits.net/index2.asp The...
http://www.christprofits.net/index2.asp
The Begin here menu item should drop down.
Forum:
Flash & ActionScript
08-28-2009, 06:15 PM
Replies:
5
Flash File Kills Dropdown menu
Views:
1,008
Posted By
SteveSensei
Flash File Kills Dropdown menu
I have a Flash file and a dropdown menu (from http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm) on a web page. I'm finding that with the Flash file on the page, the dropdown menu no longer...
Forum:
JavaScript programming
08-22-2009, 11:56 PM
Replies:
5
Pass Javascript Value to ASP
Views:
1,141
Posted By
SteveSensei
RE: Passing A JavaScript Value to ASP
Many thanks to all of you. I have it up and working now
Forum:
JavaScript programming
08-22-2009, 06:17 PM
Replies:
5
Pass Javascript Value to ASP
Views:
1,141
Posted By
SteveSensei
Re: Passing Javascript value to ASP
In terms of the code I had posted in the original message, what would this look like? Forgive me, but I'm not a Javascript programmer, although I am an ASP web developer.
Forum:
JavaScript programming
08-22-2009, 05:52 PM
Replies:
5
Pass Javascript Value to ASP
Views:
1,141
Posted By
SteveSensei
Pass Javascript Value to ASP
I'm using a geolocator service to find the zipcode of a web page visitor using the code below. This will be used to serve up ads to the visitor based on their zip code. The question is, how do I pass...
Forum:
ASP
08-22-2009, 12:14 AM
Replies:
2
Automatically Run Program on Windows Server
Views:
1,457
Posted By
SteveSensei
Automatically Run Program on Windows Server
Is there a way to automatically run a program on a Windows shared hosting server? I want to run a report that sends out an email to customers that meet certain criteria every evening I know there is...
Showing results 1 to 25 of 62
Page 1 of 3
1
2
3
>
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
02:59 AM
.
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.