Forum: JavaScript / DHTML / AJAX Aug 3rd, 2008 |
| Replies: 6 Views: 2,065 i am going to make an online exam site by using fusebox technology.i can't use body onLoad attribute to call a js function. however, i have to call the function dynamically from script.but the... |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008 |
| Replies: 6 Views: 2,065 i have tried this shanti. doesnt working. could u tell me, how to call a js function automatically other than onload attribute. |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008 |
| Replies: 6 Views: 2,065 i want to call the function dynamically from a php or anyother script. like
if(true)
{
<script>
startFunction();
</script>
} |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008 |
| Replies: 16 Views: 11,802 <html>
<head>
<script language="javascript">
function nullTest()
{
var test=null;
if(document.getElementById('email').value===test)
{
alert("Yes null equal to... |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008 |
| Replies: 6 Views: 2,065 hellow
i make a javascript function. i can call it via onLoad attribute and via form input. but there must be someother way to call the function, i mean from script.
can anyone help me out... |
Forum: JavaScript / DHTML / AJAX Jul 30th, 2008 |
| Replies: 16 Views: 11,802 remember one thing very clearly that null is nothing. even null is not equal to null. variable initializing may fix your problem. |
Forum: ColdFusion Jun 3rd, 2008 |
| Replies: 3 Views: 2,073 <cfoutput>
<form enctype="multipart/form-data" action="title_picture_action.cfm?id=#listnumber#" method="POST">
<table border="0" width="500" cellpadding="10" cellspacing="0">
<tr> ... |
Forum: ColdFusion Jun 3rd, 2008 |
| Replies: 6 Views: 3,091 you have done a lot of mistakes. forward your pages to me. |
Forum: ColdFusion Jun 3rd, 2008 |
| Replies: 1 Views: 2,109 about 2nd problem:
use
sessionTimeout
instead of
applicationTimeout |
Forum: ColdFusion Jun 3rd, 2008 |
| Replies: 2 Views: 1,635 |