
November 24th, 2003, 06:14 AM
|
|
Contributing User
|
|
Join Date: Sep 2003
Posts: 245

Time spent in forums: 1 Day 8 h 5 m 11 sec
Reputation Power: 5
|
|
|
make link to page
I am using win2000 client to update my site on the apache fedora linux server. I am using Dreamweaver MX on the win2000 machine and through ftp i upload the files. I ' ve created a site with the homepage called index.htm, this page is consist of frames,a mainframe, a topframe and a leftframe. I 've also created an open source page (many more are yet to come). All of the pages will have the same frame building. On the left frame i have a javascript which spins the menu items, that link to my pages such as the open source page ( and all the others that i am going to build pretty soon). And here comes my problem!!
If I put http: /mydomain/opensource.htm in the browser, i get the page. But if i put the same in the javascript ,i get nothing so no redirection from index.htm to opensource.htm. The javascript is build so that i have to put ("text","link","target") where text is ofcourse the text you want people to see in the menu item so they can click it, the rest is obvious. I've tried putting relative paths and absolute paths in the link area, but it doesn't work. All of my site pages are in one folder and i prefer relative paths. By clicking on a menu item only the mainpage information should change the topframe and leftframe should always be the same. Can someone help me?
__________________
Last edited by xyfix : November 24th, 2003 at 06:17 AM.
|