Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 25
Search took 0.11 seconds.
Search: Posts Made By: kestrel7
Forum: JavaScript programming 02-08-2007, 07:14 AM
Replies: 2
Views: 662
Posted By kestrel7
Question Attachning event hanlders programmatically

Hi there,

I would like some clarification on how to attach event handlers programmatically.

In my understanding, if I have a function with no arguments, as follows:


function methodOne() {...
Forum: XML 06-13-2004, 06:19 PM
Replies: 0
Views: 1,298
Posted By kestrel7
Unhappy XSL:sort problem using param passed in

Hi all,

I am having some trouble with my XSL Stylesheet. Specifically, I am having trouble getting the
<xsl:sort element> to accept my parameter which is being passed into the stylesheet....
Forum: MySQL 11-13-2002, 05:04 PM
Replies: 2
Views: 1,606
Posted By kestrel7
Thanks for the help bcarl314 . I tried it and...

Thanks for the help bcarl314 . I tried it and it worked 100% !!

Thanks again! :thumbsup:
Forum: MySQL 11-13-2002, 03:49 PM
Replies: 2
Views: 2,907
Posted By kestrel7
How to force a page to fetch most recent data?

Is it possible to force a page to fetch the most recent data from MySql rather than relying on a cached copy?

I have a problem that when the user updates the database and then returns to the page...
Forum: JavaScript programming 11-11-2002, 09:46 PM
Replies: 1
Views: 741
Posted By kestrel7
Checkbox interactions

Hi

I am totally new to writing any javascript and need a little help with the following.

I want to be able to dynamically alter the state of a couple of checkboxes depending on the users...
Forum: MySQL 11-11-2002, 09:44 PM
Replies: 2
Views: 1,606
Posted By kestrel7
How to modify columns after they have been set?

I want to enable the user to change a table gnereted by a sql query in the following ways.

1) To re-order the table according to a particular column by clicking on a column header which is a...
Forum: MySQL 10-31-2002, 04:17 PM
Replies: 3
Views: 1,208
Posted By kestrel7
The reason you get the "unknown column...

The reason you get the "unknown column 'sweenster'" error is because it is not in single quotes so mysql tries to treat it like a column name but since there is no column name, sweenster in table...
Forum: MySQL 10-31-2002, 12:38 PM
Replies: 3
Views: 1,208
Posted By kestrel7
The sql looks correct to me. The only prob I can...

The sql looks correct to me. The only prob I can see with the first query is that perhaps it should be:

SELECT * FROM users where username='sweenster';

but then again, the latter query:
...
Forum: Java and JSP 10-31-2002, 05:41 AM
Replies: 2
Views: 4,321
Posted By kestrel7
Hi Thanks for your help. I've had a look on...

Hi

Thanks for your help. I've had a look on the Sun forum but the best I can seem to come up with is a shareware proggy that does this. However, I was looking for something a bit more permanent...
Forum: MySQL 10-31-2002, 05:35 AM
Replies: 5
Views: 2,492
Posted By kestrel7
Thanks for all the help. Tried it and it worked...

Thanks for all the help. Tried it and it worked like a charm :thumbsup: BTW, what does the LOCAL stand for? Is it as in the file is local and does this mean you can load a file from a remote location...
Forum: MySQL 10-31-2002, 05:30 AM
Replies: 2
Views: 1,493
Posted By kestrel7
Thumbs up Thanks a million Spookster. Exactly what I...

Thanks a million Spookster. Exactly what I needed!!! :thumbsup:
Forum: MySQL 10-31-2002, 05:07 AM
Replies: 8
Views: 2,282
Posted By kestrel7
Hi ooops ... sorry about that! :o Thanks...

Hi

ooops ... sorry about that! :o Thanks for clarifying Spookster. I learn something new everyday.... that'll teach me to reply to something I haven't actually tried myself!

cheers
Forum: MySQL 10-30-2002, 05:08 AM
Replies: 5
Views: 2,492
Posted By kestrel7
Hi, Thanks for your reply HarmonX I'm...

Hi,

Thanks for your reply HarmonX

I'm sure I can figure out how to export from Access, but do you have any idea about how I go about importing files to mysql?

Would something like this work?...
Forum: Java and JSP 10-27-2002, 04:17 AM
Replies: 2
Views: 4,321
Posted By kestrel7
Making java bytecode easier to execute

Hi
I am wondering if there is an alternative to distributing Java programs with the JVM.

For instance, I am wondering if anyone has seen a Java compiler that produces machine code rather than...
Forum: MySQL 10-27-2002, 04:08 AM
Replies: 5
Views: 2,492
Posted By kestrel7
Converting MS Access DB to MySQL format

Hi
Is it possible to convert a MS Access database to MySQL format? Any help on how to achieve this will be greatly appreciated!
Forum: MySQL 10-27-2002, 04:07 AM
Replies: 2
Views: 1,493
Posted By kestrel7
Backing up particular relations in MySQL

Hi
I want to be able to take tables I created in one MySQL database and move it to another MySQL database (on another machine) in such a manner that the data in the tables are preserved.

Is it...
Forum: MySQL 10-27-2002, 04:05 AM
Replies: 8
Views: 2,282
Posted By kestrel7
Hi This type of situation arises often in...

Hi

This type of situation arises often in relational database design. What you are describing is called a foreign key. Foreign - because it is a primary key of one table that you include as an...
Forum: HTML & CSS 10-15-2002, 08:07 AM
Replies: 1
Views: 840
Posted By kestrel7
limiting a <input=file.. to display only folders

Hi I want to make a <input=file... element that will only display folders or at the very least only accept folders as input (which I guess would probably make this more of javascript question). Is...
Forum: Java and JSP 10-12-2002, 07:35 AM
Replies: 0
Views: 5,316
Posted By kestrel7
(Java)Swing: Launching default browser

Hi

Is it possible to launch the default browser on a system from a button (or other lightweight component) in Java (Swing).

I want to be able to load a help file in a browser window from within...
Forum: HTML & CSS 09-26-2002, 11:54 PM
Replies: 8
Views: 1,164
Posted By kestrel7
Thumbs up WOW! Thanks for the great help guys :thumbsup: ...

WOW! Thanks for the great help guys :thumbsup:

The light reading really did the trick! I think I finally got it (thanks for your persistance Bosko)

In the process, I also think I gained some...
Forum: HTML & CSS 09-26-2002, 05:14 PM
Replies: 8
Views: 1,164
Posted By kestrel7
Thanks again Bosko, Is it possible to do in...

Thanks again Bosko,

Is it possible to do in php or will I need javascript? Any ideas on how (algorithmically I mean) I would accomplish this with a script?

As usual, any help greatly...
Forum: HTML & CSS 09-25-2002, 09:47 AM
Replies: 4
Views: 988
Posted By kestrel7
It's probably not this (but u never know :) ... ...

It's probably not this (but u never know :) ...

your index file that specifies your frames has a closing body tag which should be removed.

Don't know if that helps any?
Forum: HTML & CSS 09-25-2002, 09:26 AM
Replies: 8
Views: 1,164
Posted By kestrel7
Thanks for your help Bosko, To clear up: I...

Thanks for your help Bosko,

To clear up: I am trying to have a background that remains fixed in a particular position (top, center... etc) when the user scrolls the page.

In IE this can be done...
Forum: HTML & CSS 09-23-2002, 04:42 PM
Replies: 8
Views: 1,164
Posted By kestrel7
Fixed Background in table

I want to be able to set a fixed background (no repeat) as a background to a particular table using something like this in the style sheet...

TABLE.main {
background-image: url("img_name.gif");...
Forum: MySQL 08-05-2002, 06:17 PM
Replies: 0
Views: 1,451
Posted By kestrel7
Question Importing & exporting to/from a table inMySQL

Hi All

Can anyone point me in the right direction to find out how to import/export data into/from a table in a mySQL database.

Any help would be greatly appreciated!
Thanks.
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT +1. The time now is 05:33 AM.