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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 99
Search took
0.57
seconds.
Search:
Posts Made By:
Abd
Forum:
ASP
08-13-2004, 08:25 AM
Replies:
1
How to Connect Ingres Database
Views:
1,276
Posted By
Abd
How to Connect Ingres Database
Hi All,
please does anyone knows how I can connect an ASP Application to an Ingres Database, ...... I will appreciate a sample Connection code.
Thanks
Forum:
JavaScript programming
11-05-2003, 07:58 AM
Replies:
2
Validating Substring
Views:
644
Posted By
Abd
Validating Substring
Hi All,
I am trying to validate some part of a string value typed in a textbox, for e.g if I type "Test12354" in a texbox the validation should allow it (return true) as long as the string "Test"...
Forum:
JavaScript programming
11-03-2003, 12:48 PM
Replies:
1
IsNaN Validation
Views:
1,275
Posted By
Abd
IsNaN Validation
Hi All,
I was going to validate a textfield for accepting NUMERIC and a particular string value NA, sometimes it work and sometimes it doesn't , bellow is my code;
var tele;
tele =...
Forum:
JavaScript programming
10-31-2003, 12:20 PM
Replies:
6
How Trim Leading Zero
Views:
4,571
Posted By
Abd
Hi liorean, thanks alot, it work "just...
Hi liorean,
thanks alot, it work "just fine"
:thumbsup:
Abd
Forum:
JavaScript programming
10-31-2003, 11:37 AM
Replies:
6
How Trim Leading Zero
Views:
4,571
Posted By
Abd
Hi liorean, Is sDate a variable? suposing...
Hi liorean,
Is sDate a variable?
suposing I have a variable dt which stores date in 08/08/2003 format how would I use the below
sDate=sDate.replace(/0(\d\/)/g,'$1');
to get date in the...
Forum:
JavaScript programming
10-31-2003, 10:17 AM
Replies:
6
How Trim Leading Zero
Views:
4,571
Posted By
Abd
How Trim Leading Zero
Hi All,
how do I trim leading zero in a date e.g 08/08/2003 to become 8/8/2003.
thanks
Forum:
JavaScript programming
10-30-2003, 10:39 AM
Replies:
2
Date Picker
Views:
769
Posted By
Abd
Date Picker
Hi All,
Pls does any one have a Date Picker Script in dd/mm/yyyy format?
Thanks
Abd
Forum:
JavaScript programming
10-30-2003, 10:38 AM
Replies:
5
Running Multiple Functions
Views:
1,024
Posted By
Abd
Hi liorean, thanks alot, it work fine. ...
Hi liorean,
thanks alot, it work fine.
Abd
Forum:
JavaScript programming
10-28-2003, 03:34 PM
Replies:
5
Running Multiple Functions
Views:
1,024
Posted By
Abd
Thank guys, both Submit() and ValidateForm()...
Thank guys,
both Submit() and ValidateForm() are JavaScript that validate different textfields.
I just want to be able to run these two different JavaScript together, because I ran one other...
Forum:
JavaScript programming
10-28-2003, 02:45 PM
Replies:
5
Running Multiple Functions
Views:
1,024
Posted By
Abd
Running Multiple Functions
Hi All,
pls I need help on how to run multiple JavaScript, I tried my bellow code, it actually runs(validate) but as soon as I click the Okay button of the Dialog Box it submit the form.
So...
Forum:
JavaScript programming
10-15-2003, 09:16 AM
Replies:
1
Date Validation
Views:
660
Posted By
Abd
Date Validation
Hi All,
Pls how do I check that the value in a textbox is date datatype
Thanks
Forum:
ASP
10-03-2003, 04:37 PM
Replies:
0
Export table data to excel
Views:
739
Posted By
Abd
Export table data to excel
Hi,
Please I am trying to automate a dump from sql server to
an excel sheet. I know it's possible via the dts, but
since this is something I do 10 times a day, I was
wondering if it's...
Forum:
ASP
09-18-2003, 08:49 AM
Replies:
4
Single Quote With Update Command
Views:
931
Posted By
Abd
<html> <head><title>Update</title> </head> ...
<html>
<head><title>Update</title>
</head>
<body>
<%
title = TRIM( Request.Form( "title" ) )
firstname = TRIM( Request.Form( "firstname" ) )
lastname = TRIM( Request.Form( "lastname" ) )...
Forum:
ASP
09-17-2003, 05:17 PM
Replies:
4
Single Quote With Update Command
Views:
931
Posted By
Abd
Single Quote With Update Command
Hi All,
have used the Replace command with SQL Insert Command and it works fine, but is NOT working with Update Command, it gives an eror message MISSING COMMA. Below is my Update Comand; Help
...
Forum:
ASP
09-01-2003, 04:00 PM
Replies:
1
Sending Mail
Views:
674
Posted By
Abd
Sending Mail
Hi All,
want some help with sending email using ASP, I actually got some script from the internet but really doesn't work or perhaps I did not do something correctly. Below is the code, and I...
Forum:
ASP
08-08-2003, 08:58 AM
Replies:
11
Removing leading Zero
Views:
1,388
Posted By
Abd
I am working with ASP and NOT PHP, so please I...
I am working with ASP and NOT PHP, so please I want help in ASP
Forum:
ASP
08-05-2003, 01:42 PM
Replies:
11
Removing leading Zero
Views:
1,388
Posted By
Abd
Removing leading Zero
Hi All,
pls how will I remove a leading ZERO from a textfield before inserting to Database.
Leading ZERO NOT leading space.
Thanks
Forum:
ASP
06-12-2003, 10:45 AM
Replies:
9
Two Combo Boxes
Views:
905
Posted By
Abd
raf, your last post is a little confusing to...
raf,
your last post is a little confusing to me, you have combine the code for populating the first and second Combo together, I didn't get that, can you pls use the code for generating both...
Forum:
ASP
06-12-2003, 09:06 AM
Replies:
9
Two Combo Boxes
Views:
905
Posted By
Abd
thanks raf, when I ran the code it seams...
thanks raf,
when I ran the code it seams this part of the code is not working because for Populating Nature of Services Sub Category the Combo Box was empty, so I comment this part of the code;
...
Forum:
ASP
06-11-2003, 06:52 PM
Replies:
9
Two Combo Boxes
Views:
905
Posted By
Abd
raf, first Combo => Nature of Service...
raf,
first Combo => Nature of Service Category
second Combo => Nature of Service Sub Category
Bellow is the code;
Forum:
ASP
06-11-2003, 01:38 PM
Replies:
9
Two Combo Boxes
Views:
905
Posted By
Abd
Hi the fisrt and second Combo Box items are...
Hi
the fisrt and second Combo Box items are both in the same table and ofcourse diffrent column, infact I am able to populate the Combo Boxes with data from the database successfully, and am...
Forum:
ASP
06-11-2003, 10:17 AM
Replies:
9
Two Combo Boxes
Views:
905
Posted By
Abd
Two Combo Boxes
Hi All,
I have gone through some thread in this forum but still I still need some help. I have got two Combo Boxes and what I want is when a user select an item in the first Combo Box, the second...
Forum:
ASP
06-09-2003, 03:03 PM
Replies:
8
Date Format
Views:
1,426
Posted By
Abd
yeah raf, came out but in this form 9/6/2003...
yeah raf,
came out but in this form 9/6/2003 ,
what I want is 09/06/2003, I want (0) before day and month.
Abd
Forum:
ASP
06-09-2003, 02:56 PM
Replies:
8
Date Format
Views:
1,426
Posted By
Abd
original value,.......... do you mean date1 ...
original value,.......... do you mean date1
I used
<%
date1 = date()
%>
Forum:
ASP
06-09-2003, 02:00 PM
Replies:
8
Date Format
Views:
1,426
Posted By
Abd
Hi raf, the first option return Date in the...
Hi raf,
the first option return Date in the m/d/yyyy format while the second option that is;
dim date2, date1 date2=CDate(CInt(day(date1)) + "/" + CInt(month(date1)) + "/" + CInt(year(date1))) ...
Showing results 1 to 25 of 99
Page 1 of 4
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:26 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.