Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~483 People Reached
Favorite Tags
Member Avatar for Arumugams

Hi, i have written a code for getting the environmental variable.I am getting the error as wscript undefined. [code] <html> <head> <title>Test</title> <script language="javascript"> function getEnvironment() { var shell = WScript.CreateObject("WScript.Shell"); var env = shell.Environment("USER"); alert(env("temp")); } </script> </head> <body> <button onclick="javascript:getEnvironment();">Click</button> </body> </html> [/code]

Member Avatar for hljmdjrs
0
159
Member Avatar for Arumugams

Hi, I want to read an environmental variable using javascript.I have know idea of how to do that.Can anybody help me.

Member Avatar for Airshow
0
152
Member Avatar for Arumugams

Hi, I am new for writing plugins.Dont know how to start.Can any body provide link or sample codes for plugins.

Member Avatar for mvmalderen
0
53
Member Avatar for Arumugams

Hi, I have a simple code which works well in I.E ,but it is not working in mozilla firefox 3.0..Why is it so. the code is as follows: [code=html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ajax - PHP example</title> </head> …

Member Avatar for essential
0
119