Skip to content

Commit

Permalink
Update part-ten.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhotsimamora1993 authored Dec 21, 2017
1 parent 01bd6fc commit 7dbff55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/part-ten.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ _onClick("btn_myurl2",function(){


_onClick("btn_query_url",function(){
var title = _getTitle();
_putUrl("",title,_myUrl()+"GF-Javascript/?page=testing");
var a = _GET['page'];
alert("The Parameter Is "+ a);
var url_new = _myUrl()+"GF-Javascript/?page=testing";
_refresh(url_new);

});

var a = _GET['page'];
alert("The Parameter Is "+ a);

_onClick("btn_put_url",function(){
var token = _randomStr(15);
Expand Down

0 comments on commit 7dbff55

Please sign in to comment.