Hi everyone, I hate to be a burden but I'm back again, I hope to actually be able to help others on here on day. I'm writing a page for phones like the iPhone. The page manipulates data in the textbox and writes the answer to the innerhtml. The form doesn't submit data anywhere and the page doesn't reload. Because I hate the smaller buttons, and having to zoom in and out, the buttons hide and are in their own individual divs.
Upon trying the page in apple the page worked but only if, after entering the text, the "go" promt on the iPhone is avoided. No one will do that. From what I gather online the best thing to use is the onsubmit event. However, I don't know how to use submit, especially not with buttons like these and the page shouldnt reload anyway.
This is what I have, what do you guys suggest?
Upon trying the page in apple the page worked but only if, after entering the text, the "go" promt on the iPhone is avoided. No one will do that. From what I gather online the best thing to use is the onsubmit event. However, I don't know how to use submit, especially not with buttons like these and the page shouldnt reload anyway.
This is what I have, what do you guys suggest?
Code:
<form>
<p align="center"><input id="paths" maxlength="12" size=12 name=textbox ></p></div>
<div id="1button" ><a onclick="Processing1();"><img src="1.jpg" alt="1" /></a></div>
<div id="2button" ><a onclick="Processing2();"><img src="2.jpg" alt="2" /></a></div>
<div id="3button" ><a onclick="Processing3();"><img src="3.jpg" alt="3" /></a></div></form>