Forum Moderators: phranque

Message Too Old, No Replies

scrolling form

         

matimer

9:18 pm on Jul 23, 2003 (gmt 0)

10+ Year Member



I want to use a form as a set of links...

for example
it will show five different webpages
you click on one
and it takes you to the page

HOW DO I DO IT?

thanks in advance

hakre

5:42 pm on Jul 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



hi matimer!

you mean a html form to do this?

why don't you just create images of the websites (screenshots) and then link to them. would do the same ;) .

oilman

7:24 pm on Jul 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



sounds like you are describing a jump menu - there are a few different ways to do it. Try a search here for 'jump menu' or on google and you should find a suitable method pretty quick.

vincevincevince

8:51 pm on Jul 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's easy to do :) First pick up a transparent gif file (1x1 pixels is fine!) Then use the code below!

<DIV STYLE="position:absolute;width:300;height:300"><IFRAME SRC="thepage.htm" STYLE="width:300;height:300"></IFRAME></DIV>
<DIV onClick=location.href="thepage.htm" STYLE="position:absolute;width:300;height:300"><IMG SRC="transparent.gif" STYLE="width:300;height:300"></DIV>