Ok, Ive manged to zero in on my problem from the last post.
It's a loadVariables problem.
The problem is simple:
The variables load on my local computer but dont load on the server.
The sript:
The variable to be loaded from text_vars.txt:
The Output Script for dynamic textbox:
Any Ideas?
Thanks in Advance
GuyPhil
It's a loadVariables problem.
The problem is simple:
The variables load on my local computer but dont load on the server.
The sript:
Code:
loadVariables ("text_vars.txt", "/" , "POST");
'loadVariables ("text_vars.txt", "_root" , "POST");' also works
The variable to be loaded from text_vars.txt:
Code:
&link1_1=About Avian Networks
Code:
test_var= link1_1
stop();
Any Ideas?
Thanks in Advance
GuyPhil