单击HTML按钮windows phone [英] Click HTML button windows phone

查看:49
本文介绍了单击HTML按钮windows phone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要点击按钮"当前周"。在这种情况下,或者在这种情况下获得括号'14'中的值

 

I need to click the button "current week" in this form OR get the value in brackets '14' in this case

 


        
        <form id="timetablesForm" action="timetablesController.jsp" method="post">
            <fieldset>
                <legend>Please select how you wish your timetable to be displayed</legend>
                <label>Available formats:</label>
                <input class="radiobutton" type="radio" name="format" id="grid" value="grid"
                       
                />Grid
                <input class="radiobutton" type="radio" name="format" id="list" value="list"
                       
                       checked="checked"
                       
                />List
            </fieldset>
            <p>
                <input type="button" name="Current week" value="Current week" onclick="javascript:void+displayTimetable('14')" />
                <input type="button" name="Next week" value="Next week" onclick="javascript:void+displayTimetable('15')" />
                <input type="button" name="Current semester" value="Semester 1" onclick="javascript:void displayTimetable('7;8;9;10;11;12;13;14;15;16;17;21')" />
     

推荐答案

在以下地址的Windows Phone 7 App Hub论坛中发布此问题

Post this question in the Windows Phone 7 App Hub Forums at the following address

http:// forums。 create.msdn.com/forums/default.aspx?GroupID=19

再见。


这篇关于单击HTML按钮windows phone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆