Click here to Skip to main content
15,913,610 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: update panel Pin
newc129-Jan-08 4:33
newc129-Jan-08 4:33 
NewsFree web seminars for developers and designers Pin
brucedkyle28-Jan-08 11:44
brucedkyle28-Jan-08 11:44 
QuestionCodeProject.com Pin
ddixon28-Jan-08 7:25
ddixon28-Jan-08 7:25 
GeneralRe: CodeProject.com Pin
Steven J Jowett29-Jan-08 0:25
Steven J Jowett29-Jan-08 0:25 
QuestionWhat's needed to host php site Pin
JacquesDP28-Jan-08 1:47
JacquesDP28-Jan-08 1:47 
GeneralRe: What's needed to host php site Pin
newc128-Jan-08 1:57
newc128-Jan-08 1:57 
GeneralRe: What's needed to host php site Pin
JacquesDP28-Jan-08 1:58
JacquesDP28-Jan-08 1:58 
Generaladd innerHTML div by javacript Pin
AnhTin27-Jan-08 21:45
AnhTin27-Jan-08 21:45 
hi all
I have some code but have problem when add "html" to tag div by javacript

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script language="JavaScript" type="text/javascript">
<!--
function addEvent()
{
var strHTML = '<a href="javascript:posttreeview('39,28', '4');">demo</a>';
document.getElementById('myDiv').innerHTML = strHTML;
}

//-->
</script>
</head>

<body>
<p><a href="javascript:addEvent();">Add Some Elements</a></p>
<div id="myDiv"> </div>
</body>
</html>

But it error javacipt when click to text??
I think it error in href="javascript:posttreeview('39,28', '4');"

Some body help me ??
AnswerRe: add innerHTML div by javacript Pin
newc127-Jan-08 23:00
newc127-Jan-08 23:00 
GeneralRe: add innerHTML div by javacript Pin
Johnny ²28-Jan-08 17:15
Johnny ²28-Jan-08 17:15 
Questionvisual studio.net2005-web development using vb Pin
axelle26-Jan-08 20:12
axelle26-Jan-08 20:12 
GeneralRe: visual studio.net2005-web development using vb Pin
pmarfleet26-Jan-08 22:38
pmarfleet26-Jan-08 22:38 
Questionhow to configure my asp classics website on IIS 6.0 ? Pin
Noman Soofi26-Jan-08 6:25
Noman Soofi26-Jan-08 6:25 
GeneralRe: how to configure my asp classics website on IIS 6.0 ? Pin
Paul Conrad26-Jan-08 7:17
professionalPaul Conrad26-Jan-08 7:17 
QuestionValidation using Ajax Pin
georgegarvasis25-Jan-08 21:41
georgegarvasis25-Jan-08 21:41 
GeneralRe: Validation using Ajax Pin
Paul Conrad26-Jan-08 7:18
professionalPaul Conrad26-Jan-08 7:18 
GeneralRe: Validation using Ajax Pin
newc128-Jan-08 0:02
newc128-Jan-08 0:02 
QuestionHow to integrate Drupal into Moodle system? Pin
Hy Chanhan25-Jan-08 16:27
professionalHy Chanhan25-Jan-08 16:27 
AnswerRe: How to integrate Drupal into Moodle system? Pin
Paul Conrad25-Jan-08 17:13
professionalPaul Conrad25-Jan-08 17:13 
Generalword document + javascripting. [modified] Pin
ritu432124-Jan-08 18:45
ritu432124-Jan-08 18:45 
GeneralRe: word document + javascripting. Pin
led mike25-Jan-08 4:38
led mike25-Jan-08 4:38 
QuestionJavascript Pin
ELEESA JOVAIN24-Jan-08 17:47
ELEESA JOVAIN24-Jan-08 17:47 
AnswerRe: Javascript Pin
newc125-Jan-08 5:43
newc125-Jan-08 5:43 
QuestionJavascript Pin
ELEESA JOVAIN24-Jan-08 17:40
ELEESA JOVAIN24-Jan-08 17:40 
AnswerRe: Javascript Pin
newc125-Jan-08 5:51
newc125-Jan-08 5:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.