Jump to content

Recommended Posts

Posted
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,

Posted

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')

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...