Page Number: Page 1 sur 1
Actual Results
- dmx1999
- Forums: Programming / Scripting / Coding Forum
- Sujet: Need help in C... about malloc....
- Subject: Need help in C... about malloc....
- Réponses: 6
- Vus: 1676
- Subject: Need help in C... about malloc....
Posted: Octobre 28th, 2003, 2:06 am
wrong forum.... where is the programming forum may i ask
- dmx1999
- Forums: Programming / Scripting / Coding Forum
- Sujet: Need help in C... about malloc....
- Subject: Need help in C... about malloc....
- Réponses: 6
- Vus: 1676
- Subject: Need help in C... about malloc....
Posted: Octobre 27th, 2003, 10:58 pm
I really need help in this one... i know it's kindof messy, but please..... :cry: ------------------------------------------------------------------------------------ Position Insert( char *x, Position T) { if(T==NULL) { T=(Position)malloc( sizeof (struct TreeNode) ); /*error here but why?*/ if (T==...
- dmx1999
- Forums: Programming / Scripting / Coding Forum
- Sujet: C++ code for large random numbers
- Subject: C++ code for large random numbers
- Réponses: 3
- Vus: 6261
- Subject: C++ code for large random numbers
Posted: Septembre 28th, 2003, 6:38 pm
Hello I wonder how i can write a C code that creates large random numbers, from 1 to 6400000 I have this:
where N is the range that i need, which...
Code: [ Select ]
int ran; srand( (unsigned)time( NULL ) ); ran =(int) N * rand() / (RAND_MAX + 1.0) + 1;
- dmx1999
- Forums: Website Design Forum
- Sujet: about buttons
- Subject: about buttons
- Réponses: 12
- Vus: 1830
- Subject: about buttons
Posted: Septembre 18th, 2003, 11:47 pm
sorry i lost you for onmouseover event, here is an example: http://www.computerhope.com/onmouse.htm#example like... when you point your mouse at the cell, it will change color, but i am not sure how that is related to changing the color of the clicked cell even after the mouse is gone. And also, res...
- dmx1999
- Forums: Website Design Forum
- Sujet: about buttons
- Subject: about buttons
- Réponses: 12
- Vus: 1830
- Subject: about buttons
Posted: Septembre 17th, 2003, 7:53 pm
Yes this is what i want (or at least close to )
/---\/___\/___\
|--------------|
|--------------|
|--------------|
I think i will need to reset my bgcolor everytime another link is clicked...
but i dont' have any clue how i can do that with Javascript
/---\/___\/___\
|--------------|
|--------------|
|--------------|
I think i will need to reset my bgcolor everytime another link is clicked...
but i dont' have any clue how i can do that with Javascript
- dmx1999
- Forums: Website Design Forum
- Sujet: about buttons
- Subject: about buttons
- Réponses: 12
- Vus: 1830
- Subject: about buttons
Posted: Septembre 14th, 2003, 9:17 pm
hm....
mouseover only allows the bgcolor to change when the mouse is pointing at my link
but.... i want the color to change back to white when OTHER links are clicked....
thanks anyway
mouseover only allows the bgcolor to change when the mouse is pointing at my link
but.... i want the color to change back to white when OTHER links are clicked....
thanks anyway
- dmx1999
- Forums: Website Design Forum
- Sujet: about buttons
- Subject: about buttons
- Réponses: 12
- Vus: 1830
- Subject: about buttons
Posted: Septembre 14th, 2003, 3:08 pm
hello i want to make a set of buttons that look like this: |A|B|C|D|E|F| and the back ground color for all these buttons are white but then i click a botton, say C, the background in C changes to blue and all others remains the same and then if i click botton D, C returns to white and now D is in bl...
- dmx1999
- Forums: Website Design Forum
- Sujet: frame help
- Subject: frame help
- Réponses: 11
- Vus: 2195
- Subject: frame help
Posted: Septembre 7th, 2003, 7:30 pm
thanks guys i see that the zoo page DID NOT contain any frames, they just use tables to organize the mainpage and then perhaps embedding subpages as an object onto the mainpage to create that scrolling effect i was meationing. This is where the problem is... every click on those pretty gif button wi...
- dmx1999
- Forums: Website Design Forum
- Sujet: frame help
- Subject: frame help
- Réponses: 11
- Vus: 2195
- Subject: frame help
Posted: Septembre 7th, 2003, 6:01 pm
I hate frames myself. Not that they usually gets into a problems with the back button, but the fact that it just doesn't look good! Just as you suggested, I have view a few pages, but they seem to do things the hard way (perhaps the only way)... which is to reload every single page when you click on...
- dmx1999
- Forums: Website Design Forum
- Sujet: frame help
- Subject: frame help
- Réponses: 11
- Vus: 2195
- Subject: frame help
Posted: Septembre 7th, 2003, 3:51 pm
Ya man, i think you know what i want to do... scrolling="no" only not allow users to scroll, but the frame are still fix in mid-air, what i want is that the whole thing scrolls. I know hard coding works.. like height="9999" @@ but well... that will create a really long page actually, this is what i ...
- dmx1999
- Forums: Website Design Forum
- Sujet: frame help
- Subject: frame help
- Réponses: 11
- Vus: 2195
- Subject: frame help
Posted: Septembre 7th, 2003, 2:45 pm
thanks
i try to do it with frameset but the frames scroll separately, I want them to scroll like one whole piece.
Wonder how i can do that
i try to do it with frameset but the frames scroll separately, I want them to scroll like one whole piece.
Wonder how i can do that
- dmx1999
- Forums: Website Design Forum
- Sujet: frame help
- Subject: frame help
- Réponses: 11
- Vus: 2195
- Subject: frame help
Posted: Septembre 7th, 2003, 7:30 am
hello i want to build frames that DO NOT have independent scrolling (everything scrolls with the rest of the page, like iframes or embedding pages) something like this: ------------------------- | frame A | frame B | |_______|_______| |frame C_________| the height and width for frame A and B is fixe...
