HTML
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">
<!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">
<script src="links_component.js"type="text/javascript"></script>
echo " <tr> <td> <input title='Add New Link' type='image' height='24' width='24' src='add.png' name='add_link' onClick=\"alertme()\"> </td> <td> <p>Add Link</p> </td> </tr>";
$(document).ready(function() { $('links_component').eq(0).ready(function() { $.ajax({ url: "links_component.php?ACT='GETLINKS'", success: function(data) { $('#links_component').html(data); alert('Load was performed.'); } }); }); });
Sub Startup() ProcessCollection(colAbvs, 4) End Sub Function ProcessCollection(incCollection As Collection, specifiedLength As Integer) For counter = 1 To incCollection.Count
<script type="text/javascript"> var categories = new Array(); var questions = new Array(); var xmlDoc=null; var firstTime; var sizeOfCats; var sizeOfQues; function readFile() { if (xmlDoc!=null)
function startup() { if (window.ActiveXObject) { xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); } else if (document.implementation.createDocument) { xmlDoc=document.implementation.createDocument("","",null); } else
var theCategory = selectCategory.options[selectCategory.selectedIndex].text
function loadSelectQuestion() { var dropdownIndex = document.getElementById('selectCategory').value; document.getElementById('selectQuestion').innerHTML = dropdownIndex; }
Leave a comment: