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 2
1
2
>
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
multi-dimensional arrays
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
multi-dimensional arrays
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
multi-dimensional arrays
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
Jump in the page after loading ...
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
Jump in the page after loading ...
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
adding a layer to an existing document
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
adding a layer to an existing document
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
adding a layer to an existing document
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
adding a layer to an existing document
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
Not at the top of the page
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
scrolling textarea
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
Change class of text inside a TD
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
TD background changed onclick
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
Pb with "width" of Table and "*"
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
Change class of text inside a TD
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
Pb with "width" of Table and "*"
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
TD background changed onclick
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
Pb with "width" of Table and "*"
Views:
1,128
Posted By
freddybee
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
TD with changing background
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
TD with changing background
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
TD with changing background
Views:
1,223
Posted By
freddybee
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
Frames and Tables
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
Frames and Tables
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
CSS an link/hover/visited
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
Testing my javascript in <> environnement
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
Page 1 of 2
1
2
>
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
01:57 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.