HTA Applications

Hello<br />
I'm doing an HTA Application but am not getting one hta page to link with another hta page. I have navigable as "yes" because I want the links between hta pages and not go to internet explorer, but even though I use <a href its not working for me. Can anyone help.<br />
Thank you<!--content-->Can you post a sample of the code? Thanks.<!--content-->Thanks for your response<br />
I created two hta pages one is called resume.hta the other effective resume.hta am trying to link from the resume to the effective resume page. I used <a href=http://www.webdeveloper.com/forum/archive/index.php/"effective resumes.hta">EFFECTIVE RESUMES </A><br />
bye<!--content-->Hmmmm...this works for me. <br />
<br />
Test.hta<br />
<br />
...<br />
<head><br />
<HTA:APPLICATION NAVIGABLE = "yes" /><br />
...<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"test 1.hta">Test 1</a><br />
...<br />
<br />
<br />
Are you getting any other errors and/or does your "effective resume.hta" exist in the same directory as the "resume.hta"?<!--content-->Hello<br />
I'm getting my pages to navigate, I believe I mispelt a word with an s at the end or something, but my next problem is getting images on the hta application. it always comes out with a box and an x at the top left hand corner.<br />
What can I do about that.<!--content-->Usually means that the image is not found. Check your path to the image to make sure that it is correct.<!--content-->Hello<br />
This is how I usually write the image code in html but it is not working for me in hta applications<br />
<br />
<p align="center"><img src=http://www.webdeveloper.com/forum/archive/index.php/"folklift.gif" border="1" width="185" height="276"> </p><br />
<br />
The image is in my pictures on the same computer am doing the application on and nothing is happening.<br />
<br />
Any other suggestions.<br />
Thank you.<!--content-->
 
Back
Top