From 7dbff5506594bb06153ec2653a11aa2c711250bc Mon Sep 17 00:00:00 2001 From: Lamhot Simamora Date: Thu, 21 Dec 2017 21:29:21 +0700 Subject: [PATCH] Update part-ten.js --- code/part-ten.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/part-ten.js b/code/part-ten.js index 9eca5f5..ee624af 100644 --- a/code/part-ten.js +++ b/code/part-ten.js @@ -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);