
March 21st, 2001, 02:24 PM
|
|
Junior Member
|
|
Join Date: Mar 2001
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
As WML doesn't seem to allow for cookies by standard,
I'm trying to find a way of emulating them.
My current idea is as follows:
Is there a way I can globally set a postfield for every
future <go> and <anchor> tags in the current card/deck
instead of having to type
<go href="file.php">
<postfield name="username" value="$(username)">
<postfield name="password" value="$(password)">
</go>
at every new link the user may click on? How do other
wap sites do this?
Thanks,
Marc
|