tso
Joined: 14 Jul 2003 Posts: 1
|
Posted: Thu Jul 17, 2003 12:43 pm Post subject: links at my computer |
|
|
why does this not work. I would like to link to a html page in my folder on my computer this code does not work
{code:"Pedagogik A", url:"/fristande kurser.html", "format":{"style":STYLE_TOP}},
This is working though, whats the difference?
{code:"Pedagogik A", url:"http://www.du.se", "format":{"style":STYLE_TOP}},
Best regards
Thomas |
|
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Thu Jul 17, 2003 8:25 pm Post subject: |
|
|
| You are trying to use absolute path... I think best method for you is to 1) navigate your broswer to "fristande kurser.html" and then 2) use URL from the address bar. But you'd better try Mozilla or Opera for this, because IE does not generate correct URI, |
|