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 107
Search took
0.53
seconds.
Search:
Posts Made By:
landon11
Forum:
JavaScript programming
07-11-2003, 07:25 PM
Replies:
27
Reducing JavaScript size
Views:
2,589
Posted By
landon11
Vladdy, I have been using your script for a...
Vladdy,
I have been using your script for a while now with no problems but we recently went to 2003 Server with IIS 6.0 and it no longer works.
bettle,
Did you ever finish the cruncher you were...
Forum:
Post a JavaScript
06-26-2003, 06:57 PM
Replies:
23
Yahtzee Game
Views:
4,993
Posted By
landon11
wow, yall have really messed up the top ten now.
wow, yall have really messed up the top ten now.
Forum:
Post a JavaScript
06-25-2003, 08:14 PM
Replies:
23
Yahtzee Game
Views:
4,993
Posted By
landon11
Great game 470
Great game 470
Forum:
ASP
05-01-2003, 09:53 PM
Replies:
3
30 days from today
Views:
1,496
Posted By
landon11
Thank you, I knew about DateDiff but not DateAdd....
Thank you, I knew about DateDiff but not DateAdd. This is how I use it
myDate = DateAdd("d", -30, Now)
Forum:
ASP
05-01-2003, 05:22 PM
Replies:
3
30 days from today
Views:
1,496
Posted By
landon11
30 days from today
how do find out what the date was 30 days ago?
Forum:
XML
04-18-2003, 03:55 PM
Replies:
2
Save xml w/javascript?
Views:
7,544
Posted By
landon11
Thanks, thats what I thought. Looks like I will...
Thanks, thats what I thought. Looks like I will use cookies.
Forum:
XML
04-17-2003, 06:51 PM
Replies:
2
Save xml w/javascript?
Views:
7,544
Posted By
landon11
Save xml w/javascript?
Can you load a xml file, update it, and save it with javascript? I can load with javascript and I can update and save it with vbscript but can I do it all somehow with client side javascript?
Thank...
Forum:
MySQL
04-01-2003, 05:07 PM
Replies:
5
Insert then select
Views:
1,023
Posted By
landon11
Thank you, there needs to be a return value such...
Thank you, there needs to be a return value such as:
myCounterVaue = Insert into myTable (Value1, Value2) values (myTime, "myValue")
oh well, thanks
Forum:
MySQL
04-01-2003, 04:53 PM
Replies:
5
Insert then select
Views:
1,023
Posted By
landon11
Insert then select
Edit: I am not sure if this is a mySQL or ASP question
if I have table with a field named myCounter and i auto increments when I do an insert, what is the best way to
get that value. This is...
Forum:
ASP
03-26-2003, 08:57 PM
Replies:
10
Problems using DATEDIFF in SELECTS'S
Views:
1,069
Posted By
landon11
you might can try: strSQL = "SELECT...
you might can try:
strSQL = "SELECT Count(tblAdvert.VWModelID) FROM tblAdvert WHERE DateDiff ('d', [tblAdvert].[Date], NOW()) <= 14 AND tblAdvert.VWModelID = 2"
or
dim d
d = "d"
strSQL =...
Forum:
ASP
03-26-2003, 06:27 PM
Replies:
6
compare 3 numbers
Views:
1,625
Posted By
landon11
Now thats what I was looking for, is there...
Now thats what I was looking for, is there anything similar in vbscript?
Forum:
ASP
03-26-2003, 04:59 PM
Replies:
6
compare 3 numbers
Views:
1,625
Posted By
landon11
Thank you, that is sort of how I am doing it but...
Thank you, that is sort of how I am doing it but I was hoping there might be a simpler method.
Forum:
ASP
03-26-2003, 04:31 PM
Replies:
6
compare 3 numbers
Views:
1,625
Posted By
landon11
compare 3 numbers
Whats the best way to compare 3 numbers to order them from lowest to highest. Say I have:
iNum1 = 3
iNum2 = 1
iNum3 = 2
Forum:
JavaScript programming
03-21-2003, 01:45 PM
Replies:
7
how do you set an onclick event to a dynamic textbox
Views:
1,745
Posted By
landon11
thanks, but for starters I didn't write the code,...
thanks, but for starters I didn't write the code, I only was told to complete the task mentioned. Thanks for rewriting the code but that was no help....I figured it out myself.
Forum:
JavaScript programming
03-20-2003, 10:23 PM
Replies:
7
how do you set an onclick event to a dynamic textbox
Views:
1,745
Posted By
landon11
I have a page that you put in your age and click...
I have a page that you put in your age and click a button that creates a textbox for 100 - your age like this:
x = 100 - age;
str = "<input name=\"txtText\"><br>";
for(i=0; i < x; i++){
str...
Forum:
JavaScript programming
03-20-2003, 10:05 PM
Replies:
7
how do you set an onclick event to a dynamic textbox
Views:
1,745
Posted By
landon11
Thank you, but they didn't work for me. The...
Thank you, but they didn't work for me. The txtText[0] is not created when the page is loaded it is created later if that helps.
Forum:
JavaScript programming
03-20-2003, 09:46 PM
Replies:
7
how do you set an onclick event to a dynamic textbox
Views:
1,745
Posted By
landon11
how do you set an onclick event to a dynamic textbox
I create an array of textboxes and I would like to have an onclick event for only one of them. is there a way to set the event like this in the head:
<script>
Form1.txtText1(0).onclick =...
Forum:
JavaScript programming
03-20-2003, 03:54 PM
Replies:
3
Close window by name
Views:
4,529
Posted By
landon11
I have a page that opens two windows. From one of...
I have a page that opens two windows. From one of the opened windows I want to close the other.
Forum:
JavaScript programming
03-20-2003, 02:09 PM
Replies:
3
Close window by name
Views:
4,529
Posted By
landon11
Close window by name
Can you close a window by useing its name or any other way besides if it was opened by you or the opener.
Forum:
JavaScript programming
03-05-2003, 02:35 PM
Replies:
2
popup focus
Views:
1,059
Posted By
landon11
popup focus
is there a way to open a popup and put focus on it. I have onLoad="window.focus();" but I have a lot of server side script going on so that doesn't happen imediately. Is there a parm that I can put...
Forum:
ASP
02-20-2003, 02:03 PM
Replies:
2
FormatDateTime
Views:
1,188
Posted By
landon11
Great, thanks. I was kinda hoping there would...
Great, thanks.
I was kinda hoping there would be something similar to in VB:
Format(now(), "mm/dd/yyyy")
Forum:
ASP
02-19-2003, 09:32 PM
Replies:
2
FormatDateTime
Views:
1,188
Posted By
landon11
FormatDateTime
How do I format date "mm/dd/yyyy" I am using FormatDateTime(now(), vbShortDate) but it returns 2/19/2003 instead of 02/19/2003
Forum:
General web building
02-18-2003, 03:55 PM
Replies:
3
Acrobat question
Views:
784
Posted By
landon11
Be sure to use "Save As" else if you use "Save"...
Be sure to use "Save As" else if you use "Save" your files will end up even larger.
Forum:
Post a JavaScript
02-18-2003, 03:49 PM
Replies:
123
Auto-selecting options based on continuous keystrokes
Views:
71,101
Posted By
landon11
I added a timeout to clear the search like...
I added a timeout to clear the search like windows does.
/**************************************************
Created By:
Glenn G. Vergara
http://www21.brinkster.com/gver/
...
Forum:
HTML & CSS
02-14-2003, 03:48 PM
Replies:
6
question in CSS
Views:
770
Posted By
landon11
A.SmBlueLink:link {font-size: 10px; font...
A.SmBlueLink:link {font-size: 10px; font family:arial,verdana,geneva; color:#0000FF; text-decoration: none}
A.SmBlueLink:active {font-size: 10px; font-family:arial,verdana,geneva; color:#FF0055;...
Showing results 1 to 25 of 107
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
11:33 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.