PDA

View Full Version : WML Help Needed.



Blue
12-06-2003, 10:42 AM
Wasn't really sure where to post this.

Just need to know how to make relative hyperlinks in WML.

../ seems to work OK to go back one folder, but you dont seem to be able to go forward one folder with the normal

folder/index.wml

What am I doing wrong?

TIA

Blue

edph
16-06-2003, 06:14 AM
what do you mean relative hyperlinks?

wml hyperlinks are the same as html... (ie <a href='http://w...etc.'>linkname</a>)
or if you are using cards and decks use anchors
for example
1. card navigation (back to previous card)
<anchor>
<prev></prev>
Back
</anchor>

2. card navigation ( next to card number 3)
<anchor>
<go href="#card3" />
Next card
</anchor>


are you using the php script??
(wapbuddy)

______________
My web/wap homepage (http://www.edph.f2o.org)

edph
16-06-2003, 06:16 AM
look at this example