|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Wsh/jscript argument passing
hi!
i want to call a jscript passing an argument that may contain a phrase. [/code]notify.js the quick brown fox[/quote] when you get args(0), it only return "the", because you pass arguments separated by a space. how do you pass arguments that contains a space? thank you! joey |
|
#2
|
||||
|
||||
|
Like I told you last time, this is the JavaScript forum.
JS is a client-side scripting language used to make websites more interactive. MS's JScript is a different thing. Similar, but different. Moved to the Windows forum.
__________________
Support requests via PM will be ignored! |
|
#3
|
||||
|
||||
|
Hey, jeisma,
Sorry for not seeing this before. You can pass multiple word arguments by enclosing them in quotes. Alternatively, you can also piece them back together by concatenating the separate arguments. |
![]() |
| Viewing: ASP Free Forums > System Administration > Windows Scripting > Wsh/jscript argument passing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|