|
Author |
Topic: 69 + 68 link() only works with absolute urls? (Read 661 times) |
|
skloopy
|
69 + 68 link() only works with absolute urls?
« on: Apr 11th, 2004, 9:11pm » |
|
Maybe this is intended, but it seems like if you use a relative url with link() like link("p5/stuff") it will do nothing when called from in a browser, but the same link("http://mystuff.com/p5/stuff") works when it's absolute. Is that just something you can't do in java or is it a bug? oops that's not a real website BTW.
|
« Last Edit: Apr 11th, 2004, 9:12pm by skloopy » |
|
|
|
|
fry
|
Re: 69 + 68 link() only works with absolute urls?
« Reply #1 on: Apr 13th, 2004, 7:39pm » |
|
yeah, it's because of how the java thing is set up, but in p5 we could properly handle it. i'll make a note as a feature request. i ran into this in my stuff as well and foudn it pretty frustrating.
|
|
|
|
|