Hi all,
i am calling a url via an iframe which is a jre application.. in the url the is parts which im trying to make dynamic so i can set them via a javascript file?
Is this possible so as an example i have:
Code:
<iframe src="http://myname/test/frmservlet?config=test&FORM=FORMNUMBER.fmx&userid=USERNAME/USERNAME@DATABASE" width="100%" height="100%"></iframe>
Of which im trying to me "FORMNUMBER, USERNAME and database" all dynamic bits of the src as they may be different..
can anyone help me?
Matt