Forum: JavaScript / DHTML / AJAX Jul 30th, 2009 |
| Replies: 1 Views: 1,140 hi,
basically i have this function.
function showDetail(checkBoxShipmentId)
{
xmlhttp = GetXmlHttpObject(); // this calls function below
if (xmlhttp==null)
{
alert... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009 |
| Replies: 2 Views: 407 hi, thanks for ppl answered my last thread and i did get that overcome. thanksss
big picture:
now. last last problem, my program generates 10 random questions with random wrong answers in radio... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009 |
| Replies: 2 Views: 590 say i have:
document.writeln("0")
document.writeln("1")
document.writeln("2")
document.writeln("3")
document.writeln("4")
how i do generate them in different order each time but all of them... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 2 Views: 1,114 hi, i am picking up js for form validation. does anybody know how i can add a little check (a tiny image) to the textbox if the content is passed ... and a cross mark maybe if the textbox content... |
Forum: JavaScript / DHTML / AJAX Sep 17th, 2008 |
| Replies: 6 Views: 983 essential,
Sorry i think i should have made that clearer, i did exactly what you gave me for correction ( i have book and internet sources for syntax)
i was trying to say if i... |
Forum: JavaScript / DHTML / AJAX Sep 17th, 2008 |
| Replies: 6 Views: 983 essential,
thanks so much but you know what I had an extra "}" somewhere up there my index (too much changing around i guess) and that was the whole issue of the external js.
i... |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2008 |
| Replies: 6 Views: 983 For this forum, I put my codes inside <code> </code> that used to work and it doesn't now, can anyone tell me why?
For my problem:
There are too many doubts. Let me ask one thing at a time:... |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2008 |
| Replies: 6 Views: 983 i downloaded a js code and it works with its own html index file. However, if i paste the <script>............everything </script> to my index, it doens't work. I tried to put it inside <head>... |
Forum: JavaScript / DHTML / AJAX Dec 29th, 2007 |
| Replies: 1 Views: 831 hi,
Please tell me what is wrong with this simple piece of code. It won't show up anything. Thank you.
<html>
<head>
<title>onclick</title>
</head>
<body>
<p>
<script... |