Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all articles
Browse latest Browse all 1024

GetGlobalVariable not working in JavaScript

$
0
0

@webguy22 wrote:

var dirs = exeoutput.GetGlobalVariable( 'directories', "");
alert(dirs);

always returns undefined.

exeoutput.SetGlobalVariable works fine in JS. Example:

exeoutput.SetGlobalVariable( 'directories', "", true );

Saw this post: https://www.gdgsoft.info/t/exeoutput-setglobalvariable-problem/22

where user said "exeoutput.SetGlobalVariable works in Javascript, but exeoutput.GetGlobalVariable does not work in Javascript

Is this true?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1024

Trending Articles