elGringo Posted January 27, 2016 Posted January 27, 2016 How to create php page using UniGUI on the server and opent it ? If we deploy our dll on IIS for example than -how we can create php page in the same directory or different ? -how we can open this page? Using javascript code like this? window.open('http://test.php') Lets take most simple php code like test.php <?php echo "This is my first PHP page created in UniGUI"; ?> As i understand we should create file with extension .php and put our code there. Then to put it in some directory (for exammple where our dll exists) and open it . If someone did this - please show the example. Regards, Quote
mhmda Posted January 27, 2016 Posted January 27, 2016 Hi, Use uniHTMLFrame and in html property use like this: <iframe id="myiframe" src="http://3msoft.net"></iframe> Or use jquery to change src: $("#myiframe").attr('src','http://3msoft.net') Quote
elGringo Posted January 27, 2016 Author Posted January 27, 2016 And about php file - can i create simple txt with Delphi, than save it to the IIS catalog and change extension and start. WIll it be correct? Quote
mhmda Posted January 28, 2016 Posted January 28, 2016 Yes it will work... What you are trying to do? maybe we have a better solution for you? :-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.