in reply to <INPUT type="image"> problem with IE browser
and later in the script:<form action="/blabla" method="post"> <input type="hidden" name="mypage" id="mypage" value="" /> <input type="image" name="page" value="1" src="/static/images/suchen +.gif" onclick="document.getElementById('mypage').value='1';" /> <input type="image" name="page" value="2" src="/static/images/suchen +.gif" onclick="document.getElementById('mypage').value='2';" /> ... </form>
$page = $cgi->param('page') || $cgi->param('mypage') || 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: <INPUT type="image"> problem with IE browser
by davorg (Chancellor) on May 18, 2006 at 09:19 UTC | |
by dorward (Curate) on May 18, 2006 at 09:35 UTC | |
|
Re^2: <INPUT type="image"> problem with IE browser
by soon_j (Scribe) on May 19, 2006 at 03:38 UTC |