Question : asp.net-easy question

I have asp installed on my server...do I have to be connected to the internet in order to test web pages.  I prefer not.  I have IIS installed on my server, however, I disconnected from the interent and now I cant test web pages.  I get an error that says:
Interent explorer cannot display the webapge

What you can try:
You are not connected to the internet.


-=-=

I tested an html page and it ran fine, I dont kow why one has to be connected to th einternet in order to test run .asp pages...please help..

Answer : asp.net-easy question

I got it:


function SelectParent(val,idx){

var sel=document.getElementById('ProgramArea');
alert(val+' : '+sel.options[idx].parentNode.label);

} // end of SelectParent

Random Solutions  
 
programming4us programming4us