i was configure the IIS 7.0 and want to host multiple website. the first website was a default website, it can run successfully. but when i try to host the second website, it only can run at internet...
I just installed windows server 2008 and IIS on my server machine and need help in getting started hosting my own website and hosting multiple website. Does anyone know of a step-by-step tutorial or...
i have a coding that the drop down will open something after user selected. the problem is, if i have many drop down and will open something,the function can't run....
the result should txtrow1 label: txtrow1 answer, txtrow2 label: txtrow2 answer, txtrow3 label: txtrow3 answer. for the 1st occurrence, it works. subsequent occurrence, the label appears but the...
this is my html code:
<html>
<head>
<script>
function addRowToTable()
{
var tbl = document.getElementById('tblSample');
var lastRow = tbl.rows.length;
// if there's no header row in the...
"You can debug FireFox problems fairly easily since it has an error console under the tools menu that will show you all kinds of wonderful information" -i can't not understand and blur..... i also...
My code works well in Internet explorer but not in Firefox.So I like to change all the vbscript code to javascript because it only works well in Internet Explorer but not in Firefox.