cityonfire
07-20-2005, 01:12 AM
hey all
new to the forums, i use htmlgoodies.com a lot for a reference site and usually it gets the job done as far as what i need, but i had a question concerning links in pop up boxes and when i clicked in the help section of htmlgoodies.com i was directed here...hopefully someone can assist me. basically i'm trying to create a pop-up box with entries that are links, that can take you to different parts of my site when clicked...the tutorial i'm working with can be found here http://www.htmlgoodies.com/beyond/java/article.php/3470761
this is my code, only slightly altered from that which is on the tutorial:
<applet code="link.class" width=150 height=70>
<param name="target" value="_top">
<param name="bgColor" value="white">
<param name="number" value="2">
<param name="link0" value="desired version\\not a link">
<param name="link1" value="v1.0\\index2.html">
<param name="link2" value="v2.0\\index3.html">
</applet>
ok, the problem...the code works fine if say, i put in a full link to an existing website for the value, ie <http://www.yahoo.com>
however, as you can see, i'd like to replace the true links with my .html files so that the choices actually take you to the appropriate page of my website...hope that was clear enough...any suggestions anyone?
thanks for taking the time
new to the forums, i use htmlgoodies.com a lot for a reference site and usually it gets the job done as far as what i need, but i had a question concerning links in pop up boxes and when i clicked in the help section of htmlgoodies.com i was directed here...hopefully someone can assist me. basically i'm trying to create a pop-up box with entries that are links, that can take you to different parts of my site when clicked...the tutorial i'm working with can be found here http://www.htmlgoodies.com/beyond/java/article.php/3470761
this is my code, only slightly altered from that which is on the tutorial:
<applet code="link.class" width=150 height=70>
<param name="target" value="_top">
<param name="bgColor" value="white">
<param name="number" value="2">
<param name="link0" value="desired version\\not a link">
<param name="link1" value="v1.0\\index2.html">
<param name="link2" value="v2.0\\index3.html">
</applet>
ok, the problem...the code works fine if say, i put in a full link to an existing website for the value, ie <http://www.yahoo.com>
however, as you can see, i'd like to replace the true links with my .html files so that the choices actually take you to the appropriate page of my website...hope that was clear enough...any suggestions anyone?
thanks for taking the time