![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP and Javascript in action | c0mrade | Shell Programming and Scripting | 0 | 09-22-2008 08:30 PM |
| javascript injection | fed.linuxgossip | Shell Programming and Scripting | 20 | 08-21-2007 06:46 AM |
| Javascript Replace Globally | insania | Shell Programming and Scripting | 2 | 06-27-2007 09:51 PM |
| javascript onClick help | k@ssidy | UNIX for Dummies Questions & Answers | 1 | 10-12-2005 08:18 PM |
| Javascript: Edit a script ? | perleo | Shell Programming and Scripting | 1 | 05-23-2003 06:45 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Help in javascript
Hi ,
I wanted to know if its possible to execute a javascript function like this Code:
E:- function js1(){
alert ("this is js1");
}
function js2(){
alert ("this is js2");
}
function js3(){
....
execthisscript(js1);
execthisscript(js2);
}
function execthisscript(functionname){
//now how do i execute the function ??
}
Thanks, PL Last edited by daptal; 4 Weeks Ago at 01:44 AM.. Reason: added tags |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|