What's wrong with dhtmldialog links.....
-
Hi! My problem is that when i move my application to another machine it doesn't work. The problem is with the links. I have a very simple cdhtmldialog dialog and here is its html resource. it contains two frames and i want to load a file to each one of them. Everything works fine on my computer, but when i deploy the application links stop working. How i fix this links...i tryid src="file:///juqu.htm", src="juqu.htm", src="./juqu.htm",... and much more...but nothing works...The html file that i want to load is in release directory with .exe file. thax for the help. A simple frameset document
<P>This frameset document contains:</P>
hussein
-
Hi! My problem is that when i move my application to another machine it doesn't work. The problem is with the links. I have a very simple cdhtmldialog dialog and here is its html resource. it contains two frames and i want to load a file to each one of them. Everything works fine on my computer, but when i deploy the application links stop working. How i fix this links...i tryid src="file:///juqu.htm", src="juqu.htm", src="./juqu.htm",... and much more...but nothing works...The html file that i want to load is in release directory with .exe file. thax for the help. A simple frameset document
<P>This frameset document contains:</P>
hussein
you have to specify the complete path to get the file. See this link to find out how to get the current executable path[^] Now add "\\juqu.htm" to that string. Then it should work. Geert Want to spread the newest version of your software automatically for free? Use Updater! Visit my website: www.gvhsoftware.org