Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

html page questions

Status
Not open for further replies.

stvchez123

Programmer
Apr 18, 2002
59
US
I am building HTML pages to be used on a wireless device. Is there any to pass URL variables from page to page? I'm used to working with server side languages, which would be an easy task, but not sure is feasible thru this framework.

also, one more question.

I'm building a page for a wireless device and it incorporates a form. I'm getting an error and wonder if I missed anything.

// error on emulator
Error 405: Method not allowed

// form code snippet
<form action=&quot;wirelessCenter.html&quot;>
Enter your phone number:
<br/>
<input type=&quot;text&quot; name=&quot;number&quot;/>
<br/><br/>
<input type=&quot;submit&quot; value=&quot;Continue&quot;/>
<br/><br/>
</form>

Then this should go straight to the next page (wirelessCenter.html)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top