iam working on wapbuddy script but i want it in html or xhtml so that i can add css into it ,u may say somewhat like http://download.2wap.net
i got the most things correct but the in the end there is a form for jumping to pages diretly and one for search could you just convert them to html i tried but the values are just not being sent please help here is the code that needs to be converted to html ......the following code is in wml
i got the most things correct but the in the end there is a form for jumping to pages diretly and one for search could you just convert them to html i tried but the values are just not being sent please help here is the code that needs to be converted to html ......the following code is in wml
Code:
[size="1"]Search This Category:[/size] <input title="Search:" emptyok="true" name="q"/> [size="1"] [url="search.php?search=$(q)"]search[/url][/size] [size="1"]page: $page[/size] [size="1"]Jump To Page[/size] <input type="text" name="page" title="1-99 pages only" maxlength="20" size="03" value=""/>[size="1"] <anchor><go href="index.php" method="post"><postfield name="page" value="$(page)"/></go>[GO]</anchor>[/size]
Comment