Hello I want to write an url in my input box and on click open it on a browser.
I have wrote this code
myInput = Input.GetText("Input1");
File.OpenURL("Input1"..Input.GetText("images"), SW_SHOWNORMAL);
But I want to open a website +and and my images directory on the website.
For example
http://www.mysite.com/images
http://www.mysite.com = dynamic
images = static
I hope you can help me.

