Click here to Skip to main content
15,910,121 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Icon for website Pin
Sarvesvara (BVKS) Dasa30-Nov-02 22:42
Sarvesvara (BVKS) Dasa30-Nov-02 22:42 
GeneralRe: Icon for website Pin
Paul Watson1-Dec-02 5:55
sitebuilderPaul Watson1-Dec-02 5:55 
GeneralRe: Icon for website Pin
Sarvesvara (BVKS) Dasa1-Dec-02 19:21
Sarvesvara (BVKS) Dasa1-Dec-02 19:21 
GeneralRe: Icon for website Pin
Sarvesvara (BVKS) Dasa3-Dec-02 20:58
Sarvesvara (BVKS) Dasa3-Dec-02 20:58 
GeneralC# scripting insanity Pin
gekoscan29-Nov-02 14:33
gekoscan29-Nov-02 14:33 
GeneralRe: C# scripting insanity Pin
leppie29-Nov-02 23:07
leppie29-Nov-02 23:07 
GeneralRe: C# scripting insanity Pin
Megan Forbes2-Dec-02 21:58
Megan Forbes2-Dec-02 21:58 
GeneralRe: C# scripting insanity Pin
Not Active30-Nov-02 7:42
mentorNot Active30-Nov-02 7:42 
gekotechno wrote:
how can i call multiple functions on an event?

ie.... onmouseover="Foo1();Foo2()" like this in java


Just like that. Although it may be better to write one function to wrap it all. Less hassle to change multiple lines rather than just one function.

function AllFoo()
{
Foo1();
Foo2();
}

onmouseover="AllFoo()"
Question"this" in VBScript? Pin
Philip Patrick29-Nov-02 1:28
professionalPhilip Patrick29-Nov-02 1:28 
AnswerRe: "this" in VBScript? Pin
Paul Watson29-Nov-02 2:38
sitebuilderPaul Watson29-Nov-02 2:38 
GeneralRe: "this" in VBScript? Pin
Philip Patrick29-Nov-02 2:44
professionalPhilip Patrick29-Nov-02 2:44 
GeneralBig Application Pin
- Emanuele -28-Nov-02 23:21
- Emanuele -28-Nov-02 23:21 
GeneralHide SQL Server UserID and Password ASP Pin
chinaice28-Nov-02 15:17
chinaice28-Nov-02 15:17 
GeneralRe: Hide SQL Server UserID and Password ASP Pin
Philip Patrick29-Nov-02 1:24
professionalPhilip Patrick29-Nov-02 1:24 
GeneralRe: Hide SQL Server UserID and Password ASP Pin
Not Active29-Nov-02 12:21
mentorNot Active29-Nov-02 12:21 
GeneralDoesn't work ... Pin
Daniel Strigl28-Nov-02 4:53
Daniel Strigl28-Nov-02 4:53 
GeneralRe: Doesn't work ... Pin
Paul Watson29-Nov-02 1:15
sitebuilderPaul Watson29-Nov-02 1:15 
QuestionHow to change a text with JavaScript? Pin
Daniel Strigl28-Nov-02 4:09
Daniel Strigl28-Nov-02 4:09 
AnswerRe: How to change a text with JavaScript? Pin
Paul Watson29-Nov-02 1:19
sitebuilderPaul Watson29-Nov-02 1:19 
GeneralColoured Button Pin
Sarvesvara (BVKS) Dasa27-Nov-02 23:21
Sarvesvara (BVKS) Dasa27-Nov-02 23:21 
GeneralRe: Coloured Button Pin
Philip Patrick29-Nov-02 1:21
professionalPhilip Patrick29-Nov-02 1:21 
GeneralRe: Coloured Button Pin
Sarvesvara (BVKS) Dasa29-Nov-02 19:06
Sarvesvara (BVKS) Dasa29-Nov-02 19:06 
GeneralRe: Coloured Button Pin
Paul Watson29-Nov-02 1:25
sitebuilderPaul Watson29-Nov-02 1:25 
GeneralRe: Coloured Button Pin
Sarvesvara (BVKS) Dasa29-Nov-02 19:08
Sarvesvara (BVKS) Dasa29-Nov-02 19:08 
QuestionTitle of Frame? Pin
Daniel Strigl27-Nov-02 10:35
Daniel Strigl27-Nov-02 10:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.