Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:09
URL - Please help
Poster: Jacobmiemiec
Dated: Wednesday September 15 2004 - 2:17:03 BST
I am sorry, I know this has been covered before but I am not getting anywhere....
I want to display a menu item called About.html in the main.html of the index page.
Currenlty I have all files sitting in one directory - wwwroot.
The path of About looks like this: C:\Inetpub\wwwroot\about.html
I have not made any other changes elsewhere, except to the menu_data file. This reads like this:
with(milonic=new menuname("About PACOZA")){
style=menuStyle;
aI("text=Who is PACOZA;url=/Inetpub\wwwroot\about.html;target=new.html;");
This then opens an empty browser page with the address C:\Inetpubwwwrootabout.html
How many steps will I need to go back?
Another -external page- (Google) works fine in displaying within the main.htm page but the url string is different.
Poster: Ruth
Dated: Wednesday September 15 2004 - 2:57:52 BST
Why do you have the target= with a named html page after it? I believe it would be
Code:
target=_new;");
Ruth
Poster: Jacobmiemiec
Dated: Wednesday September 15 2004 - 3:47:12 BST
Ok Thanks, but this still does not show the about page, instead i get 'this page cannot ...'
Are my urls correct, or is there a place where i can look this up?
Poster: Ruth
Dated: Wednesday September 15 2004 - 4:42:13 BST
I'm sorry, I'm not the one to answer this, I have trouble with opening pages from a link when doing it on my desktop. I notice the first folder mark off as / is that the way it is when you open the linked page ini your browser on the desktop? I mean is the url with a forward slash or back slash?
Ruth