how do you include variables when calling a function for instance in vb you got:
[vb code]
Function ThisIsMyFuncton(variable1 as string, variable2 as integer)
End Function
[/vb code]
--I tried this in javascript but i think i am not declaring the variables correctly or something
shouldnt this work, can anyone tell me y it dont?Code:<script language="javascript"> Function Testing(var Variable1, var Variable2) { } </script>




Reply With Quote