Hi:
  I am Wim. Please Help me!!!
  (Considering I am from China...)
 
 Example:
 
 web::puts {<script>
 function foo() {
   var strArg1 = "wim"; 
  
 var iArg2 = 2;
   // invoke my TCL proc
   // How can pass strAgr1 and iArg2 to myProc
   {myProc ????????????????????}
 }
 </script>}
 
proc myProc {arg1 arg2 }{
 #do something with arg1 arg2
}
 

Wim Wan
2006-03-06

Reply via email to