Click here to Skip to main content
16,011,508 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: CheckBoxList (ListItem.Selected) Pin
leppie2-Oct-02 12:59
leppie2-Oct-02 12:59 
GeneralRe: CheckBoxList (ListItem.Selected) Pin
Paul Riley2-Oct-02 13:09
Paul Riley2-Oct-02 13:09 
GeneralIDE for ASP Pin
Sarvesvara (BVKS) Dasa2-Oct-02 0:57
Sarvesvara (BVKS) Dasa2-Oct-02 0:57 
GeneralRe: IDE for ASP Pin
Megan Forbes2-Oct-02 1:02
Megan Forbes2-Oct-02 1:02 
GeneralRe: IDE for ASP Pin
raajsekhar3-Oct-02 2:11
raajsekhar3-Oct-02 2:11 
GeneralRe: IDE for ASP Pin
goddess_spanky3-Oct-02 9:22
goddess_spanky3-Oct-02 9:22 
GeneralJavascript function name Pin
Perica Zivkovic1-Oct-02 23:01
Perica Zivkovic1-Oct-02 23:01 
GeneralRe: Javascript function name Pin
alex.barylski2-Oct-02 12:30
alex.barylski2-Oct-02 12:30 
Thats an interesting problem...why do you need to do this...maybe there is another way...?

I dunno if this will work but you can try this...

So long as the function is defined as follows and not externally (i think)

<script id='test' language='jscript'>
  function ExecFunc(){
    alert('Do something useful');
  }
</script>


You can try extracting whatever is between the script tags using document.all.test.text parse the entire text for only function names and pass the variable strings to eval function when you need them exectued...

HTH

Cheers! Smile | :)

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralControl resizeing... Pin
Ray Cassick1-Oct-02 20:08
Ray Cassick1-Oct-02 20:08 
GeneralRe: Control resizeing... Pin
Paul Watson1-Oct-02 23:05
sitebuilderPaul Watson1-Oct-02 23:05 
GeneralRe: Control resizeing... Pin
Ray Cassick2-Oct-02 4:00
Ray Cassick2-Oct-02 4:00 
GeneralRe: Control resizeing... Pin
Paul Riley2-Oct-02 5:48
Paul Riley2-Oct-02 5:48 
GeneralRe: Control resizeing... Pin
Ray Cassick2-Oct-02 7:16
Ray Cassick2-Oct-02 7:16 
GeneralRe: Control resizeing... Pin
Paul Riley2-Oct-02 7:37
Paul Riley2-Oct-02 7:37 
GeneralClearing Cache in Asp.Net Pin
Jason Weibel1-Oct-02 12:06
Jason Weibel1-Oct-02 12:06 
GeneralRe: Clearing Cache in Asp.Net Pin
Jason Weibel2-Oct-02 1:44
Jason Weibel2-Oct-02 1:44 
GeneralDesignTime Pin
leppie1-Oct-02 7:36
leppie1-Oct-02 7:36 
GeneralRe: DesignTime - SOLVED Pin
leppie1-Oct-02 23:13
leppie1-Oct-02 23:13 
GeneralPosition Pin
leppie1-Oct-02 7:25
leppie1-Oct-02 7:25 
GeneralNeed Help w/ Client Side VBScript Pin
Tim Rymer1-Oct-02 6:02
Tim Rymer1-Oct-02 6:02 
GeneralRe: Need Help w/ Client Side VBScript Pin
Jeremy Falcon1-Oct-02 6:14
professionalJeremy Falcon1-Oct-02 6:14 
GeneralRe: Need Help w/ Client Side VBScript Pin
Tim Rymer1-Oct-02 7:44
Tim Rymer1-Oct-02 7:44 
Generalglobal.asa Pin
Megan Forbes1-Oct-02 5:55
Megan Forbes1-Oct-02 5:55 
GeneralRe: global.asa Pin
Jeremy Falcon1-Oct-02 6:08
professionalJeremy Falcon1-Oct-02 6:08 
GeneralRe: global.asa Pin
Megan Forbes1-Oct-02 6:20
Megan Forbes1-Oct-02 6:20 

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.