Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 04:52 AM.