T O P I C R E V I E W |
Holden |
Posted - 11 Nov 2004 : 19:38:26 hi, i know this may seem tedious but i need some help. I am trying to make a web site - obviously - and I am having trouble linking my pages together, as in the pages in the same site. I want to go from page1 to page2 but when i put in the Href field 'page2.htm' is doesnt seem to work. I would also like to link the buttons to other pages in the site so i was trying to do that in the events - onclick - javacall - document.location='page2.htm' and that doesnt work.
could some one talk me through it?
it is much appreciated.
Holden. |
3 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 12 Nov 2004 : 09:02:05 In the preview mode links don't function because the preview page is exported in a special temporaly directory. If you want to see your site working you have first to export all your pages then you can go to exported directory using for example explorer and open the first page of your site. |
Holden |
Posted - 11 Nov 2004 : 21:30:29 i have exported it and they are in the correct directory - i think.
I have uploaded it onto a web page and the link works for the label i created (in Href: page2). but this does not work in in the preview.
i cannot get the button to link to pages in the site. what should be written for this to work? |
jedisb |
Posted - 11 Nov 2004 : 21:04:48 Have you exported what will be page2 to HTML yet? Is it in the same directory you are working from for the active page? |