Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 35
Search took 0.16 seconds.
Search: Posts Made By: freddybee
Forum: JavaScript programming 01-29-2003, 05:33 PM
Replies: 5
Views: 1,305
Posted By freddybee
Greaaaaat ! Thanks a lot ;)

Greaaaaat !

Thanks a lot ;)
Forum: JavaScript programming 01-29-2003, 03:51 PM
Replies: 5
Views: 1,305
Posted By freddybee
Thank you for your help .... :thumbsup: .... I...

Thank you for your help .... :thumbsup:
.... I still have a problem : with javascript you do not need to dimension your array in advance :
x = new Array()
x[156] = 15
works fine ....
... How...
Forum: JavaScript programming 01-29-2003, 12:59 AM
Replies: 5
Views: 1,305
Posted By freddybee
multi-dimensional arrays

Hello,

I have no problem setting a 2-dimension array like that :

X = new Array(5,6)

X[4][5] = 2

But it doesn't work with a 3-dimension array :(
Forum: JavaScript programming 01-17-2003, 12:08 AM
Replies: 3
Views: 1,217
Posted By freddybee
You are right but how could I know that it is 50...

You are right but how could I know that it is 50 and not 75 ....

all my pages are built dynamically ... so I do not know in advance where to jump (I know only that the line as the id marked)
...
Forum: JavaScript programming 01-16-2003, 11:58 PM
Replies: 3
Views: 1,217
Posted By freddybee
Jump in the page after loading ...

I would like to add a function that jump to a specific position in the page after loaded.

in HTML, <A href="#there">link</A> where I've got a tag like <span id="here">bla bla </span> performs what...
Forum: JavaScript programming 01-13-2003, 07:07 PM
Replies: 7
Views: 1,426
Posted By freddybee
Thank you very much .... In fact it was...

Thank you very much ....

In fact it was working from the begining but you wrote

document.innerHTML +=

when I should have read

document.body.innerHTML +=
Forum: JavaScript programming 01-12-2003, 06:55 AM
Replies: 7
Views: 1,426
Posted By freddybee
Thank you. As I said .... innerHTML replace...

Thank you.

As I said .... innerHTML replace the existing HTML in the body of the document when I just want to append something ...

Any other idea ???
Forum: JavaScript programming 01-11-2003, 03:22 AM
Replies: 7
Views: 1,426
Posted By freddybee
Thank you ;)))) Sorry if my question was not...

Thank you ;))))

Sorry if my question was not clear enough (english is not my mother tongue as you can read) ...

I do have a site whith frames
In the bootom frame, I have a link.

I would...
Forum: JavaScript programming 01-11-2003, 02:53 AM
Replies: 7
Views: 1,426
Posted By freddybee
adding a alyer to an existinfg document

I would like to add a layer to an existing document.

I could have use innerHTML and create a layer in each and every page of my site but I guess that there is a fonction that could add HTML to a...
Forum: HTML & CSS 01-08-2003, 01:18 AM
Replies: 2
Views: 762
Posted By freddybee
Not at the top of the page

I would like to open my page but not at the top of the page ...

How could I mark the place I would like to have on top (x) and how could I go to there when opening my page ??


...
Forum: HTML & CSS 01-03-2003, 03:47 PM
Replies: 6
Views: 1,641
Posted By freddybee
scrolling textarea

I need a kind of textarea with scroll-bar to show the latest news of my site.

I first think that a non-modifiable textarea zone could works fine but a textarea does'nt support tags like bold,...
Forum: JavaScript programming 12-25-2002, 11:41 PM
Replies: 2
Views: 1,088
Posted By freddybee
You are right .... the name of the anchor depends...

You are right .... the name of the anchor depends on the parent but it could be passed as a variable ...

Thanks
Forum: JavaScript programming 12-25-2002, 11:05 PM
Replies: 4
Views: 1,213
Posted By freddybee
Thank you .... If I may why...

Thank you ....

If I may why this.parentelement works when .....

getElementById(id).parentelement doesn't works when I have put an id for the anchor ???

;)
Forum: HTML & CSS 12-25-2002, 11:02 PM
Replies: 6
Views: 1,128
Posted By freddybee
Sorry but my table is already set with a 100%...

Sorry but my table is already set with a 100% ....

If you mean the cells (TD) that doesn't work ..

Any ;) working idea ?
Forum: JavaScript programming 12-25-2002, 10:59 PM
Replies: 2
Views: 1,088
Posted By freddybee
Change class of text inside a TD

I do have a table with TD like this

<TD id="td1" onclick="CallMe();"><A Class="C1" HREF="...">Text</A></TD>

When the user click on the cell, the onclick is fired and the CallMe function is...
Forum: HTML & CSS 12-25-2002, 09:13 PM
Replies: 6
Views: 1,128
Posted By freddybee
Of course that is a solution .... .... but I...

Of course that is a solution ....

.... but I do not know in advance the content (it is dynamic) so I can't fix the size of the cell !!!!

Any other idea ???

:)
Forum: JavaScript programming 12-25-2002, 05:32 PM
Replies: 4
Views: 1,213
Posted By freddybee
TD background changed onclick

Hi,

I would like to change the baground of a TD when the anchor inside is clicked.

...
<TD background="test.gif"><A HREF="http//www.sample.com" onclick="CallMe(this);">TEST</A></TD>
...
...
Forum: HTML & CSS 12-25-2002, 04:13 PM
Replies: 6
Views: 1,128
Posted By freddybee
Question Pb with "width" of Table and "*"

Hi,

I do have a table with n+1 cells (TD).
Each of the first n cells have a content (text), the last one is empty.
My table has a width of 100%.
I want each of the first n cell to be wide...
Forum: JavaScript programming 12-17-2002, 12:19 AM
Replies: 5
Views: 1,223
Posted By freddybee
Thank you very much.... that is exactly what I...

Thank you very much.... that is exactly what I did expect

Perfect answer :thumbsup:
Forum: JavaScript programming 12-16-2002, 08:10 AM
Replies: 5
Views: 1,223
Posted By freddybee
Thank you SkyZyx, Nevertheless I meant an...

Thank you SkyZyx,

Nevertheless I meant an image background not only a color :D

Any idea ?
Forum: JavaScript programming 12-15-2002, 11:13 PM
Replies: 5
Views: 1,223
Posted By freddybee
Exclamation TD with changing background

That is a newbie question but I don't remeber how to change the background (url) property of a TD in a TABLE onmouseover and onmouseout ...

Any recall ???:D
Forum: HTML & CSS 12-15-2002, 01:32 PM
Replies: 3
Views: 843
Posted By freddybee
Thank you Kiwi for your prompt reply. You are...

Thank you Kiwi for your prompt reply.
You are right when you guess I meant scrollbar by elevator (word that we use in french to call it).

I did it already the way you mentioned.
Nevertheless,...
Forum: HTML & CSS 12-15-2002, 11:30 AM
Replies: 3
Views: 843
Posted By freddybee
Frames and Tables

I do have a huge Table but want to keep the titles when the elevator is used ...

I tried using frame but I am not able to synchronize the widht of cells of the title with the width of cells of the...
Forum: HTML & CSS 12-15-2002, 11:25 AM
Replies: 1
Views: 1,108
Posted By freddybee
CSS an link/hover/visited

I do have a CSS file including :

a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
a:hover { text-decoration: underline }
a:link,...
Forum: JavaScript programming 12-11-2002, 08:24 AM
Replies: 5
Views: 715
Posted By freddybee
Any other idea ??

Thank you Graham for your help.

As you read in my message my layer is on top of another.
That works fine in IE5+ and yes I do use the zindex to order my layer.

The pb is somewhere else.

Any...
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT +1. The time now is 01:57 AM.