
July 24th, 2007, 07:32 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 3
Time spent in forums: 1 h 19 m
Reputation Power: 0
|
|
|
XHTMLMP - Submit as link
hello team,
I have this xhtmlMP code.
xhtmlMP Code:
Original
- xhtmlMP Code |
|
|
|
<form action="/view/search.php?search=keysearch" method="GET">
<input type="text" name="keysearch" />
<input type="submit" value="Submit" />
</form><br/>
and this code is coming in the page as a submit button. Till now i was using the wml so there I was using <go> and taht time the submit comes as a link.
Now I need the same in xhtml that the submit should come in link.
Reason is : I have some 50 pages in that 40 are wml and now the other 10 I am changing to xhtml for some reason. so that will change the similarity.
please help me.
|