[徵女] 佛系徵友消失

看板AllTogether (O2氧氣)作者時間5年前 (2018/06/14 21:05), 編輯推噓16(1718)
留言26則, 17人參與, 最新討論串4/37 (看更多)
<html ng-app> <head> <script src="" rel="nofollow">https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script> </head> <body ng-controller="MyCtrl"> <form action="/example/html5/demo_form.asp" method="get"> <p>Please fill out the form. Thanks.</p> Gender<br> <input name="Q1" type="radio" value=0 ng-model="Q1" required="required">Male <input name="Q1" type="radio" value=1 ng-model="Q1" required="required">Female<br><br> Where do you live?<br> <input name="Q2" type="radio" value=0 ng-model="Q2" required="required">Taipei city <input name="Q2" type="radio" value=1 ng-model="Q2" required="required">New Taipei city <input name="Q2" type="radio" value=2 ng-model="Q2" required="required">None of the above<br><br> Age<br> <input type="number" min="1" max="99" ng-model="Q3" required="required"><br><br> Height (cm)<br> <input type="number" min="1" max="200" ng-model="Q4" required="required"><br><br> Weight (kg)<br> <input type="number" min="1" max="99" ng-model="Q5" required="required"><br><br> Relationship Status<br> <input name="Q6" type="radio" value=0 ng-model="Q6" required="required">Single <input name="Q6" type="radio" value=1 ng-model="Q6" required="required">In a relationship <input name="Q6" type="radio" value=2 ng-model="Q6" required="required">Married<br><br> Working Status<br> <input name="Q7" type="radio" value=0 ng-model="Q7" required="required">On a job <input name="Q7" type="radio" value=1 ng-model="Q7" required="required">Student <input name="Q7" type="radio" value=2 ng-model="Q7" required="required">Between jobs<br><br> <input type="submit" value="Submit" ng-click="submit()" ng-disabled="Q3<0 || Q4<0 || Q5<0"> </form> <script> function MyCtrl($scope){ $scope.submit = function () { if($scope.Q1==1 && $scope.Q2<2 && $scope.Q3<=35 && $scope.Q4<=165 && $scope.Q5<=60 && $scope.Q6==0 && $scope.Q7<2){ alert('Please contact me. Thanks.'); } else if ($scope.Q1 != undefined && $scope.Q2 != undefined && $scope.Q3 != undefined && $scope.Q4 != undefined && $scope.Q5 != undefined && $scope.Q6 != undefined && $scope.Q7 != undefined) { alert('Thanks for your time.'); }; }; } </script> </body> </html> -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 39.9.69.106 ※ 文章網址: https://www.ptt.cc/bbs/AllTogether/M.1528981557.A.242.html

06/14 21:08, , 1F
這太屌了
06/14 21:08, 1F

06/14 21:09, , 2F

06/14 21:10, , 3F
done !請查收 ...XD
06/14 21:10, 3F

06/14 21:15, , 4F
這...
06/14 21:15, 4F

06/14 21:27, , 5F
end
06/14 21:27, 5F

06/14 21:27, , 6F
我看完也看懂了,比較想知道的是...有
06/14 21:27, 6F

06/14 21:27, , 7F
收到幾封信?XDDDDD
06/14 21:27, 7F

06/14 21:28, , 8F
還要輸入身高體重喔
06/14 21:28, 8F

06/14 21:28, , 9F
完了,看懂的人都...
06/14 21:28, 9F

06/14 21:30, , 10F
???
06/14 21:30, 10F

06/14 21:40, , 11F

06/14 21:50, , 12F
我是工學院的不要欺負偶喔
06/14 21:50, 12F

06/14 22:21, , 13F
槓 你是在欺負文組的膩
06/14 22:21, 13F

06/14 23:11, , 14F
While (chat(loser)){shower();}
06/14 23:11, 14F

06/15 07:23, , 15F
條件限制身高200cm(含)以下,體重9
06/15 07:23, 15F

06/15 07:24, , 16F
9公斤(含)以下,還有沒Server,你
06/15 07:24, 16F

06/15 07:24, , 17F
這個資訊要送去哪?
06/15 07:24, 17F

06/15 07:30, , 18F
簡單來說, 女, 單身, 住台北新北,
06/15 07:30, 18F

06/15 07:31, , 19F
限制以下(含),35/165/60,學生或上
06/15 07:31, 19F

06/15 07:31, , 20F
班族
06/15 07:31, 20F

06/15 08:49, , 21F
樓上大大真好,淚推
06/15 08:49, 21F

06/15 19:00, , 22F
推佛系XD
06/15 19:00, 22F

06/16 12:03, , 23F
你radio寫出來根本浪費時間
06/16 12:03, 23F

06/16 12:08, , 24F
action也是多餘反正你只是要submit fun
06/16 12:08, 24F

06/16 12:08, , 25F
c 其他都預設好了
06/16 12:08, 25F

06/17 08:16, , 26F
推 有趣
06/17 08:16, 26F
文章代碼(AID): #1R8cWr92 (AllTogether)
文章代碼(AID): #1R8cWr92 (AllTogether)