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.
URL - Please help
Why do you have the target= with a named html page after it? I believe it would be
Ruth
Code: Select all
target=_new;");
-
- Beginner
- Posts: 2
- Joined: Wed Sep 15, 2004 1:01 am
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
Ruth