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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 132
Search took
0.33
seconds.
Search:
Posts Made By:
smeagol
Forum:
JavaScript programming
01-21-2009, 03:12 PM
Replies:
5
Animation works on IE but not on Firefox
Views:
650
Posted By
smeagol
This seems to work for me.
This seems to work for me.
Forum:
Computer Programming
10-01-2008, 04:32 AM
Replies:
1
C# Help
Views:
1,089
Posted By
smeagol
After your loop, you'll need to flush the writer...
After your loop, you'll need to flush the writer with: writer.Flush();
Also, don't forget to Close() the writer.
Forum:
JavaScript programming
02-19-2008, 06:51 AM
Replies:
2
Disabling Drop Down Menu...
Views:
1,542
Posted By
smeagol
What are you having trouble with?
What are you having trouble with?
Forum:
JavaScript programming
02-19-2008, 06:44 AM
Replies:
4
writing Id of my own Choice
Views:
795
Posted By
smeagol
I don't understand what you're asking for. Can...
I don't understand what you're asking for. Can you state your problem a little more clearly? What exactly are you wanting to check? I'm confused.
Forum:
JavaScript programming
02-19-2008, 06:39 AM
Replies:
3
dropdown box display selected value
Views:
2,448
Posted By
smeagol
I don't understand why you're calling showrate()...
I don't understand why you're calling showrate() with the body's onload event handler. However, here's an example of what you might want to do:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
Forum:
JavaScript programming
03-14-2007, 01:21 PM
Replies:
2
based on radio button selection display alert
Views:
1,035
Posted By
smeagol
I can't make much sense of what you want to do....
I can't make much sense of what you want to do. Try rephrasing the question(s) and asking again.
Forum:
JavaScript programming
08-15-2006, 01:04 PM
Replies:
3
"undefined" appearing in caption area of popup
Views:
662
Posted By
smeagol
Actually, I posted an incorrect response. Here...
Actually, I posted an incorrect response. Here are a couple of things you need to do:
1. In the showPhoto function you have PhototWin.focus(); It's mispelled, so you should change it to:...
Forum:
JavaScript programming
08-15-2006, 12:57 PM
Replies:
5
Counting characters and/or cheching input
Views:
607
Posted By
smeagol
Try this for your countit function: function...
Try this for your countit function:
function countit(what){
formcontent = what.date.value;
what.charcount.value = formcontent.length;
}
Forum:
Computer Programming
08-14-2006, 06:54 PM
Replies:
11
platform independent ui controls
Views:
871
Posted By
smeagol
Huh? Try rephrasing your question...I can't make...
Huh? Try rephrasing your question...I can't make any sense of what you're asking.
Forum:
Computer Programming
08-14-2006, 06:51 PM
Replies:
10
my computer automatically restarts...
Views:
2,796
Posted By
smeagol
Try this: 1. Right-Click "My Computer" and...
Try this:
1. Right-Click "My Computer" and go to "Properties".
2. Click on the "Advanced" tab.
3. Click on the "Settings" button in the "Startup and Recovery" section.
4. In the "System...
Forum:
Computer Programming
08-14-2006, 06:38 PM
Replies:
2
code for DB access in VB6.0
Views:
12,049
Posted By
smeagol
It's not necessary to specify the fields if the...
It's not necessary to specify the fields if the table is structured in the same way as the sql.
At first glance I'd say the problem is with the way the SQL statement is concatenated.
It should...
Forum:
JavaScript programming
08-12-2006, 10:04 PM
Replies:
9
beg for help
Views:
781
Posted By
smeagol
I wondered the same thing. I just did what he...
I wondered the same thing. I just did what he asked for by altering the script he already had. Apparently this script is pretty important to him (whether it makes sense or not).
Forum:
JavaScript programming
08-12-2006, 06:03 PM
Replies:
9
beg for help
Views:
781
Posted By
smeagol
Sorry, I was out of town. Went to see the Amish...
Sorry, I was out of town. Went to see the Amish in Holmes County Ohio.
Here's the fixed code:
<html>
<head>
<title>Move List</title>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">...
Forum:
JavaScript programming
08-09-2006, 06:29 PM
Replies:
9
setInterval()
Views:
866
Posted By
smeagol
I've been testing your code, and I can't find...
I've been testing your code, and I can't find anything wrong with it. Maybe your problem is with the '/cgi-bin/GraphingPortal.cgi?file=webprocesses2H.xml' source.
Forum:
JavaScript programming
08-09-2006, 06:07 PM
Replies:
9
beg for help
Views:
781
Posted By
smeagol
You want to move the selected item over to the...
You want to move the selected item over to the textarea, meaning you want to remove the item from the list on the left?
I assumed that's what you want, so I took the liberty of changing your code,...
Forum:
JavaScript programming
08-09-2006, 05:39 PM
Replies:
9
setInterval()
Views:
866
Posted By
smeagol
I'd say it's most likely due to the name of your...
I'd say it's most likely due to the name of your function: Start();
That's most likely a reserved word, so you're confusing the browser. Try renaming the function to something unique, like...
Forum:
Computer Programming
02-06-2006, 01:28 PM
Replies:
5
tables and forms
Views:
655
Posted By
smeagol
I was thinking something like this: ...
I was thinking something like this:
Public Sub SetAddressValue(strAddress As String)
Me.Address.Text = strAddress
End Sub
Forum:
Computer Programming
02-05-2006, 05:18 AM
Replies:
5
tables and forms
Views:
655
Posted By
smeagol
Consider making a public function/sub in your...
Consider making a public function/sub in your forms that allow you to set the values of the textboxes, and then set them when click the buttons.
Forum:
Computer Programming
02-05-2006, 05:14 AM
Replies:
2
Copy to clipboard in vb
Views:
797
Posted By
smeagol
Use the Clipboard object. 'To set the text...
Use the Clipboard object.
'To set the text on the clipboard
Clipboard.SetText (YourTextBox.Text)
'Retrieve the text on the clipboard by using the following
Clipboard.GetText()
Forum:
JavaScript programming
02-04-2006, 03:49 AM
Replies:
1
is there any javascript that can enter a date into a form field when select a date
Views:
1,048
Posted By
smeagol
How about this one: ...
How about this one:
http://www.dynamicdrive.com/dynamicindex6/popcalendar2.htm
??
Forum:
JavaScript programming
02-04-2006, 03:47 AM
Replies:
2
type validation
Views:
564
Posted By
smeagol
You could do something like this (as an example):...
You could do something like this (as an example):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> new document </title>
<script language="JavaScript">
Forum:
Computer Programming
02-04-2006, 03:32 AM
Replies:
3
Getting list of files and folders of remote location (HTTP/FTP)
Views:
1,704
Posted By
smeagol
I'd say this is possible. I've been working on a...
I'd say this is possible. I've been working on a program (in my spare time, which is rare these days) that 'syncronizes' two given directories. Mainly you would need a function that lists files and...
Forum:
JavaScript programming
02-02-2006, 10:06 PM
Replies:
1
popup
Views:
1,276
Posted By
smeagol
It might help if you made sense. Rephrase your...
It might help if you made sense. Rephrase your problem and ask again.
:eek:
Forum:
JavaScript programming
02-02-2006, 02:59 PM
Replies:
5
input box
Views:
1,206
Posted By
smeagol
What you're looking for is: prompt(); You'd use...
What you're looking for is: prompt();
You'd use it like this:
var val = prompt("Please enter your name:", "");
That second parameter "" is the default value of the prompt box.
Forum:
JavaScript programming
12-16-2005, 01:33 PM
Replies:
1
Close popup when I reload parent
Views:
1,316
Posted By
smeagol
Ok, check this out and see if you can make it...
Ok, check this out and see if you can make it work with what you have:
This would go in the <head></head>:
<script language="JavaScript">
var popupWindow;
function openWin()
{
Showing results 1 to 25 of 132
Page 1 of 6
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
04:52 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.