Sub Buton_click()
AddWebPage("https://www.google.com.tr/search?q=1"&Rnd(55,99),True) ' >> ok showed
AddWebPage("https://www.google.com.tr/search?q=1"&Rnd(55,99),False)' >> ok showed
AddWebPage("http://www.yahoo.com",True) ' >> BLANK WHITE SCREEN
AddWebPage("https://www.yahoo.com",False)' >> ok showed
AddWebPage("http://www.yahoo.com",False) ' >> BLANK WHITE SCREEN
AddWebPage("https://www.google.com.tr/search?q=1"&Rnd(55,99),True)' >> ok showed
end sub
' For adding new web page with url
Public Sub AddWebPage(Web_Url As String, DesktopMode As Boolean)
Dim ww As WebView
ww.Initialize("WebPage")
ww.JavaScriptEnabled=True
Dim WebViewExtras1 As WebViewExtras
Dim webset As WebViewSettings
WebViewExtras1.addWebChromeClient(ww, "WebViewExtras1")
' this is for Adinnning my panel
Display.AddView(ww,left_point,0,Display_Boyut.Panel_Width,Display_Boyut.Panel_Height)
If DesktopMode Then
webset.setUserAgentString(ww,"DESKTOP_USERAGENT")
Else
webset.setUserAgentString(ww,webviewuseragent)
End If
ww.LoadUrl(Web_Url)
ww.BringToFront
End Sub
This code works:
B4X:Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("1") WebView1.LoadUrl("http://www.yahoo.com") End Sub
Installing file.
PackageAdded: package:anywheresoftware.b4a.samples.multitouch
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
DARLA notice: 450 in https://s.yimg.com/rq/darla/2-9-1/js/g-r-min.js (Line: 2)
Unsafe JavaScript attempt to access frame with URL https://www.yahoo.com/ from frame with URL https://s.yimg.com/rq/darla/2-9-1/html/r-csc.html. Domains, protocols and ports must match.
in null (Line: 1)
The page displayed insecure content!
in null (Line: 1)
The page displayed insecure content!
in null (Line: 1)
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
DARLA notice: 450 in https://s.yimg.com/rq/darla/2-9-1/js/g-r-min.js (Line: 2)
DARLA notice: 450 in https://s.yimg.com/rq/darla/2-9-1/js/g-r-min.js (Line: 2)
DARLA notice: 450 in https://s.yimg.com/rq/darla/2-9-1/js/g-r-min.js (Line: 2)
Unsafe JavaScript attempt to access frame with URL https://www.yahoo.com/ from frame with URL https://s.yimg.com/rq/darla/2-9-1/html/r-csc.html. Domains, protocols and ports must match.
in null (Line: 1)
Error: Stack Trace
at n._onError (https://s.yimg.com/rx/builds/6.17.0.1444794840/videoplayer-nextgen-flash-min.js?lang=en-US:3:13254)
at n.publish (https://s.yimg.com/rx/builds/6.17.0.1444794840/videoplayer-nextgen-flash-min.js?lang=en-US:1:2686)
at n.loadClips (https://s.yimg.com/rx/builds/6.17.0.1444794840/videoplayer-nextgen-flash-min.js?lang=en-US:13:27128)
at n._updateUUIDsFromSAPI (https://s.yimg.com/rx/builds/6.17.0.1444794840/videoplayer-nextgen-flash-min.js?lang=en-US:10:1583)
at n.updateMetadata (https://s.yimg.com/rx/builds/6.17.0.1444794840/videoplayer-nextgen-flash-min.js?lang=en-US:10:33)
at n.render (https://s.yimg.com/rx/builds/6.17.0.1444794840/videoplayer-nextgen-flash-min.js?lang=en-US:2:28234)
at n.render (https://s.yimg.com/rx/builds/6.17.0.1444794840/videoplayer-nextgen-flash-min.js?lang=en-US:14:31435)
at Object.d.VideoManager.createPlayerInstance (https://s.yimg.com/zz/combo?&nn/lib/metro/g/weather/weather_0.1.42.js&nn/lib/metro/g/finance/finance_0.1.140.js&nn/lib/metro/g/sportacular/sportacular_0.0.40.js&nn/lib/metro/g/flickr/flickr_0.0.16.js&nn/lib/metro/g/topvideos/topvideos_0.0.17.js&nn/lib/metro/g/horoscope/horoscope_0.1.52.js&nn/lib/metro/g/comics/comics_0.0.24.js&nn/lib/metro/g/windowshade/windowshade_0.0.19.js&nn/lib/metro/g/todaycontainer/todaycontainer_0.0.21.js&nn/lib/metro/g/fptoday/fptoday_hover_1.5.53.js&nn/lib/metro/g/offlead/offlead_0.0.32.js&nn/lib/metro/g/livevent/livevent_0.0.13.js&nn/lib/metro/g/uiplugins/storage_service_0.0.3.js&nn/lib/metro/g/fstream/fstream_0.0.119.js&nn/lib/metro/g/stream/stream_0.0.536.js&nn/lib/metro/g/uiplugins/interests_service_0.1.3.js&nn/lib/metro/g/stream/stream_action_drawer_0.0.55.js&nn/lib/metro/g/stream/video_manager_0.0.57.js&nn/lib/metro/g/masthead/masthead_0.2.313.js:18:2682)
at Object.d.VideoManager.playerInitCallback (https://s.yimg.com/zz/combo?&nn/lib/metro/g/weather/weather_0.1.42.js&nn/lib/metro/g/finance/finance_0.1.140.js&nn/lib/metro/g/sportacular/sportacular_0.0.40.js&nn/lib/metro/g/flickr/flickr_0.0.16.js&nn/lib/metro/g/topvideos/topvideos_0.0.17.js&nn/lib/metro/g/horoscope/horoscope_0.1.52.js&nn/lib/metro/g/comics/comics_0.0.24.js&nn/lib/metro/g/windowshade/windowshade_0.0.19.js&nn/lib/metro/g/todaycontainer/todaycontainer_0.0.21.js&nn/lib/metro/g/fptoday/fptoday_hover_1.5.53.js&nn/lib/metro/g/offlead/offlead_0.0.32.js&nn/lib/metro/g/livevent/livevent_0.0.13.js&nn/lib/metro/g/uiplugins/storage_service_0.0.3.js&nn/lib/metro/g/fstream/fstream_0.0.119.js&nn/lib/metro/g/stream/stream_0.0.536.js&nn/lib/metro/g/uiplugins/interests_service_0.1.3.js&nn/lib/metro/g/stream/stream_action_drawer_0.0.55.js&nn/lib/metro/g/stream/video_manager_0.0.57.js&nn/lib/metro/g/masthead/masthead_0.2.313.js:18:12658)
at https://s.yimg.com/zz/combo?&nn/lib/metro/g/weather/weather_0.1.42.js&nn/lib/metro/g/finance/finance_0.1.140.js&nn/lib/metro/g/sportacular/sportacular_0.0.40.js&nn/lib/metro/g/flickr/flickr_0.0.16.js&nn/lib/metro/g/topvideos/topvideos_0.0.17.js&nn/lib/metro/g/horoscope/horoscope_0.1.52.js&nn/lib/metro/g/comics/comics_0.0.24.js&nn/lib/metro/g/windowshade/windowshade_0.0.19.js&nn/lib/metro/g/todaycontainer/todaycontainer_0.0.21.js&nn/lib/metro/g/fptoday/fptoday_hover_1.5.53.js&nn/lib/metro/g/offlead/offlead_0.0.32.js&nn/lib/metro/g/livevent/livevent_0.0.13.js&nn/lib/metro/g/uiplugins/storage_service_0.0.3.js&nn/lib/metro/g/fstream/fstream_0.0.119.js&nn/lib/metro/g/stream/stream_0.0.536.js&nn/lib/metro/g/uiplugins/interests_service_0.1.3.js&nn/lib/metro/g/stream/stream_action_drawer_0.0.55.js&nn/lib/metro/g/stream/video_manager_0.0.57.js&nn/lib/metro/g/masthead/masthead_0.2.313.js:18:852 in https://s.yimg.com/rx/builds/6.17.0.1444794840/videoplayer-nextgen-flash-min.js?lang=en-US (Line: 1)
** Activity (main) Pause, UserClosed = false **
Sub Button1_Click
' d/m java
AddWebPage("https://www.google.com.tr/search?q=t1",True,0)' ok red ok
AddWebPage("https://www.google.com.tr/search?q=q1",False,1)'red red ok
AddWebPage("http://www.yahoo.com",True,2) ' red red red
AddWebPage("https://www.yahoo.com",False,3) 'ok ok ok
AddWebPage("https://www.yahoo.com",True,4) '--- ok ok
AddWebPage("http://www.yahoo.com",False,5) 'red red red
AddWebPage("https://www.google.com.tr/search?q=w1",True,6) ' ok red ok
AddWebPage("https://www.google.com.tr/search?q=r1",False,7) ' red red ok
'AddWebPage("https://www.google.com.tr",True) ' --- ok ok
'AddWebPage("http://www.google.com.tr",False) ' ----- ok ok
End Sub
' For adding new web page with url
Public Sub AddWebPage(Web_Url As String, DesktopMode As Boolean,Sira As Int)
Dim ww As WebView
ww.Initialize("WebPage")
ww.JavaScriptEnabled=True
Dim WebViewExtras1 As WebViewExtras
Dim webset As WebViewSettings
WebViewExtras1.addWebChromeClient(ww, "WebViewExtras1")
' this is for Adinnning my panel
Activity.AddView(ww,12%x*Sira,20,12%x,80%y)
If DesktopMode Then
webset.setUserAgentString(ww,"DESKTOP_USERAGENT")
Else
webset.setUserAgentString(ww,webviewuseragent)
End If
ww.LoadUrl(Web_Url)
ww.BringToFront
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("L1")
If File.Exists(File.DirInternal,"USERAGENT.DAT") Then
webviewuseragent=""
webviewuseragent= File.ReadString(File.DirInternal,"USERAGENT.DAT")&""
If webviewuseragent="" Then
Dim w As WebView
Dim ws As WebViewSettings
w.Initialize("w")
webviewuseragent= ws.getUserAgentString(w)
w.RemoveView
File.WriteString(File.DirInternal,"USERAGENT.DAT",webviewuseragent)
End If
'-------------------------
Else
Dim w As WebView
Dim ws As WebViewSettings
w.Initialize("w")
webviewuseragent= ws.getUserAgentString(w)
w.RemoveView
File.WriteString(File.DirInternal,"USERAGENT.DAT",webviewuseragent)
End If
end sub
@ErelI send your e-mail to erel@b4x. project 1mb.It doesn't matter if you add the WebView at runtime or not.
Create a small example and upload it (File - Export as zip).
DARLA notice: 450 in https://s.yimg.com/rq/darla/2-9-1/js/g-r-min.js (Line: 2)
Unsafe JavaScript attempt to access frame with URL https://www.yahoo.com/ from frame with URL https://s.yimg.com/rq/darla/2-9-1/html/r-csc.html. Domains, protocols and ports must match.
two project same raw adding code...Please try to reproduce it in a small project and upload it to the forum.
I searched some hints.It doesn't matter if you add the WebView at runtime or not.
Create a small example and upload it (File - Export as zip).
Sub x4_Click ' d/m java
CustomView1.AddWebPage("http://www.sabah.com.tr",False) 'SHOWED ----- ok ok
CustomView1.AddWebPage("http://www.sabah.com.tr",True)
end sub
Installing file.
PackageAdded: package:move.web.pages
** Service (starter) Create **
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
sending message to waiting queue (CallSubDelayed - customview1_Intelized)
running waiting messages (1)
** Activity (main) Resume **
webtag load
webtag load
fins.http://www.sabah.com.tr/
fins.http://www.sabah.com.tr/
overrirde>>http://m.sabah.com.tr/
fins.http://m.sabah.com.tr/
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
Uncaught Error requesting /_/scs/apps-static/_/js/k=oz.gapi.tr.z-CXY_inHig.O/m=googleapis_client,iframes_styles_bubble_internal,gapi_iframes_style_common,gapi_iframes_iframer/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCOyJwPAiPmUYBwjeCfFCKAZvt32kQ/t=zcms/cb=gapi.loaded_0: Not Found
Current location: https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=medium&hl=tr&origin=http%3A%2F%2Fwww.sabah.com.tr&url=http%3A%2F%2Fwww.sabah.com.tr%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.tr.z-CXY_inHig.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAGLTcCOyJwPAiPmUYBwjeCfFCKAZvt32kQ#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&id=I0_1423670781884&parent=http%3A%2F%2Fwww.sabah.com.tr&pfname=&rpctoken=61346124 in https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=medium&hl=tr&origin=http%3A%2F%2Fwww.sabah.com.tr&url=http%3A%2F%2Fwww.sabah.com.tr%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.tr.z-CXY_inHig.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAGLTcCOyJwPAiPmUYBwjeCfFCKAZvt32kQ#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&id=I0_1423670781884&parent=http%3A%2F%2Fwww.sabah.com.tr&pfname=&rpctoken=61346124 (Line: 28)
fins.http://www.sabah.com.tr/
Uygulama yapılandırması verilen URL'ye izin vermiyor: Uygulamanın ayarları verilen URL'lerden bir veya daha fazlasına izin vermiyor. URL'ler İnternet Sitesinin URL'si ve Kanvas URL'si olmalıdır veya domain uygulamanın domainlerinden birinin alt domaini olmalıdır. in https://www.facebook.com/connect/ping?client_id=198644300237293&domain=www.sabah.com.tr&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2Fjb3BUxkAISL.js%3Fversion%3D41%23cb%3Df2544be11c%26domain%3Dwww.sabah.com.tr%26origin%3Dhttp%253A%252F%252Fwww.sabah.com.tr%252Ff2f7eba9a4%26relation%3Dparent&response_type=token%2Csigned_request%2Ccode&sdk=joey (Line: 1)
Unsafe JavaScript attempt to access frame with URL https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FSabah&send=false&layout=button_count&width=92&show_faces=false&font&colorscheme=light&action=like&height=21 from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://platform.twitter.com/widgets/follow_button.html?id=twitter-widget-21&lang=tr&screen_name=sabah&show_count=false&show_screen_name=true&size=m from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=medium&hl=tr&origin=http%3A%2F%2Fwww.sabah.com.tr&url=http%3A%2F%2Fwww.sabah.com.tr%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.tr.z-CXY_inHig.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAGLTcCOyJwPAiPmUYBwjeCfFCKAZvt32kQ#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&id=I0_1423670781884&parent=http%3A%2F%2Fwww.sabah.com.tr&pfname=&rpctoken=61346124 from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://i.tmgrup.com.tr/footer/iframes/general.html?v=12 from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://static.ak.facebook.com/connect/xd_arbiter/jb3BUxkAISL.js?version=41#channel=f2f7eba9a4&origin=http%3A%2F%2Fwww.sabah.com.tr from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL https://s-static.ak.facebook.com/connect/xd_arbiter/jb3BUxkAISL.js?version=41#channel=f2f7eba9a4&origin=http%3A%2F%2Fwww.sabah.com.tr from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL https://www.facebook.com/connect/ping?client_id=198644300237293&domain=www.sabah.com.tr&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2Fjb3BUxkAISL.js%3Fversion%3D41%23cb%3Df2544be11c%26domain%3Dwww.sabah.com.tr%26origin%3Dhttp%253A%252F%252Fwww.sabah.com.tr%252Ff2f7eba9a4%26relation%3Dparent&response_type=token%2Csigned_request%2Ccode&sdk=joey from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://ads.pictela.net/rm/ads/170091/661/inpage.html from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FSabah&send=false&layout=button_count&width=92&show_faces=false&font&colorscheme=light&action=like&height=21 from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://platform.twitter.com/widgets/follow_button.html?id=twitter-widget-21&lang=tr&screen_name=sabah&show_count=false&show_screen_name=true&size=m from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=medium&hl=tr&origin=http%3A%2F%2Fwww.sabah.com.tr&url=http%3A%2F%2Fwww.sabah.com.tr%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.tr.z-CXY_inHig.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAGLTcCOyJwPAiPmUYBwjeCfFCKAZvt32kQ#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&id=I0_1423670781884&parent=http%3A%2F%2Fwww.sabah.com.tr&pfname=&rpctoken=61346124 from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://i.tmgrup.com.tr/footer/iframes/general.html?v=12 from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://static.ak.facebook.com/connect/xd_arbiter/jb3BUxkAISL.js?version=41#channel=f2f7eba9a4&origin=http%3A%2F%2Fwww.sabah.com.tr from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL https://s-static.ak.facebook.com/connect/xd_arbiter/jb3BUxkAISL.js?version=41#channel=f2f7eba9a4&origin=http%3A%2F%2Fwww.sabah.com.tr from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL https://www.facebook.com/connect/ping?client_id=198644300237293&domain=www.sabah.com.tr&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2Fjb3BUxkAISL.js%3Fversion%3D41%23cb%3Df2544be11c%26domain%3Dwww.sabah.com.tr%26origin%3Dhttp%253A%252F%252Fwww.sabah.com.tr%252Ff2f7eba9a4%26relation%3Dparent&response_type=token%2Csigned_request%2Ccode&sdk=joey from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://ads.pictela.net/rm/ads/170091/661/inpage.html from frame with URL http://www.sabah.com.tr/. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
Unsafe JavaScript attempt to access frame with URL http://www.sabah.com.tr/ from frame with URL https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-6991460232417704&format=300x250_as&output=html&h=250&slotname=2228896849%2F3086021809&adk=1129998407&w=300&lmt=1445175050&loeid=17415662&avail_w=300&ea=0&alternate_ad_url=http%3A%2F%2Fad01.tmgrup.com.tr%2Falternate_kodlar_yeni%2Fagency_sabah_300x250.html&flash=0&url=http%3A%2F%2Fwww.sabah.com.tr%2F&wgl=1&dt=1445185936583&bpp=123&shv=r20151008&cbv=r20151016&saldr=aa&correlator=5298011586561&frm=20&ga_vid=1583140384.1445185141&ga_sid=1445185938&ga_hid=1169005698&ga_fc=0&pv=2&u_tz=180&u_his=1&u_java=0&u_h=800&u_w=480&u_ah=800&u_aw=480&u_cd=32&u_nplug=0&u_nmime=0&dff=ptsansnarrow&dfs=16&adx=660&ady=1856&biw=256&bih=322&eid=575144605%2C317150304&oid=3&rx=0&eae=4&fc=88&pc=1&brdim=0%2C0%2C0%2C0%2C480%2C0%2C320%2C240%2C256%2C322&vis=1&rsz=%7C%7C%7C&abl=CS&ppjl=u&pfx=0&srr=1&fu=1040&bc=1&ifi=1&dtd=1063. Domains, protocols and ports must match.
in null (Line: 1)
change:1
change:0
** Activity (main) Pause, UserClosed = false **
Please try to reproduce it in a small project and upload it to the forum.
not use for public
Sub Webpage_OverrideUrl (Url As String) As Boolean
Dim w As WebView
w=Sender
Dim m As Map
m.Initialize
m.Clear
m=w.tag
Log("overrirde>>"&Url&" - "&m.Get("URL"))
Dim nw, ex As String
nw=Url
ex=m.Get("URL")
If nw.SubString2(0,10)=ex.SubString2(0,10) Then
Return True
Else
w.StopLoading
DoEvents
m.Remove("URL")
m.Put("URL", nw)
w.Tag=m
w.LoadUrl(nw)
DoEvents
Return False
End If
End Sub
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?