November 2nd, 2006 03:36 PM
I have and AppDomain that execute certain Assembly.
1. How do I know that the AppDomain Still Execute current assembly ?
2. if the Current assembly still being execute, How can I stop the...
April 14th, 2006 03:26 PM
What kind of script language do you use ?
March 29th, 2006 08:39 AM
You should know Calling convention .
March 26th, 2006 01:19 PM
March 21st, 2006 01:26 PM
I try to search for online book for detailed reference of MASM, but I can't find it.
label PROC [[distance]] [[langtype]] [[visibility]] [[<prologuearg>]]
[[USES reglist]] [[, parameter...
February 28th, 2006 12:37 PM
<content>
<![CDATA[
<table>
<tr><td>testing</td></tr>
</table>
]]>
</content>
when I insert the value of element with tag name content to HTML Doc element InnerHTML. the value is empty...
February 27th, 2006 02:31 PM
The reason I don't want used AJAX is because it's open in XML.
It will be pain to write in XML since HTML code is similiar to XML
i must using < > for < > and etc...
<xmldoccontent>
<table>...
February 27th, 2006 01:56 PM
I wouldn't ask in Javascript Forum. if I want to used other languages.
The Idea is the plain text contain part of html code like
<table>
...
</table>
so when using javascript I can insert to...
February 27th, 2006 12:02 PM
Isn't AJAX is only read/write xml file with javascript ?
I want just plain text to be read
February 27th, 2006 02:38 AM
Is there a way to read plain text on server and store it on string variable ?
December 22nd, 2005 03:51 PM
I mean when I click on 'sdsddsd' text the 'testing' text should be change color not the 'sdsddsd' text.
December 22nd, 2005 02:17 AM
<HTML>
<HEAD>
<TITLE>Testing</TITLE>
</HEAD>
<BODY>
<H1 class="Main" style="color:red;">Testing
<H1 onclick='document.classes.Main.all.color="green";'>sdsddsd
</BODY>
</HTML>
September 10th, 2005 02:37 PM
Is there a tool to see how fast php page change into html ?
which one is faster between this code ?
Code 1 :
<?php
for ($TA=0;$TA < 500;$TA++) {
echo "<A...
September 8th, 2005 06:56 AM
I am newbie.
I try to send email without SMTP Server or from fake email account. It's for registration account which send activation code to new user email but prevent the user to reply back from...
August 23rd, 2005 02:25 PM
no reason. the page isn't going online, I am just study/testing html with strict mode. I am already made the version using frame first, and just try to make it with strict mode.
but if you want to...