<% cid = Temizle(Request.QueryString("cid")) %>
<% islem=request.QueryString("islem") select case islem case "Kaydet" GoogleTitle=Temizle(Request.Form("GoogleTitle")) GoogleKeyword=Temizle(Request.Form("GoogleKeyword")) GoogleDescription=Temizle(Request.Form("GoogleDescription")) LanguageID=Temizle(Request.Form("LanguageID")) if cid="" or isnumeric(cid)=false then response.Redirect("sayfalar.asp") conn.Execute("update Table_Google Set GoogleTitle='"& GoogleTitle &"',GoogleKeyword='"& GoogleKeyword &"',GoogleDescription='"& GoogleDescription &"',CultureID='"& LanguageID &"' where ContentID="& cid &"") %>
! Kelimeler güncellendi...
<%end select%> <% Set TabContent = Conn.Execute("SELECT * FROM Table_Google where CultureID="& LanguageID) If not TabContent.EOF Then %>

Google Ayarları
Title
"/>

Keyword
" />

Description



<%end if TabContent.Close %>