URL - Please help

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Jacobmiemiec
Beginner
Beginner
Posts: 2
Joined: Wed Sep 15, 2004 1:01 am

URL - Please help

Post by Jacobmiemiec »

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.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Why do you have the target= with a named html page after it? I believe it would be

Code: Select all

target=_new;");
Ruth
Jacobmiemiec
Beginner
Beginner
Posts: 2
Joined: Wed Sep 15, 2004 1:01 am

Post by Jacobmiemiec »

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?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
Post Reply