Click here to Skip to main content
15,923,164 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Disable save as and print button of ie Pin
g00fyman10-Oct-06 4:58
g00fyman10-Oct-06 4:58 
QuestionViewState for Checkbox Enabled Property after AJAX function Pin
Mahaprabhu9-Oct-06 1:24
Mahaprabhu9-Oct-06 1:24 
QuestionRecommend a good host Pin
Rohde8-Oct-06 22:44
Rohde8-Oct-06 22:44 
AnswerRe: Recommend a good host Pin
JUNEYT8-Oct-06 23:35
JUNEYT8-Oct-06 23:35 
Questionunable to connect to remote server Pin
Alaa' Al Atrash8-Oct-06 22:37
Alaa' Al Atrash8-Oct-06 22:37 
QuestionGet value from function and put in textbox Pin
Ish Kapila8-Oct-06 20:15
Ish Kapila8-Oct-06 20:15 
AnswerRe: Get value from function and put in textbox Pin
JUNEYT8-Oct-06 23:40
JUNEYT8-Oct-06 23:40 
GeneralRe: Get value from function and put in textbox Pin
Ish Kapila9-Oct-06 1:29
Ish Kapila9-Oct-06 1:29 
sorry buddy it did not worked... see the new code

<!--
<html>
<head>
<script>

function time()
{
var d=new Date()
var h=d.getHours()
var m=d.getMinutes()
var s=d.getSeconds()
var ms=d.getMilliseconds()
var w=document.getElementById('txt').innerHTML=h+":"+m+":"+s+":"+ms //check it

t=setTimeout('time()',50)
document.form.tb1.value=w // check it

}
</script>
</head>

<body onload="time()" >
<div id="txt"></div>
<input type="text" id="tb1" >
</body>
</html>
//-->

help me guys...

Ish Kumar Kapila
GeneralRe: Get value from function and put in textbox Pin
JUNEYT9-Oct-06 1:40
JUNEYT9-Oct-06 1:40 
GeneralRe: Get value from function and put in textbox Pin
Ish Kapila9-Oct-06 18:00
Ish Kapila9-Oct-06 18:00 
GeneralOkay I have fixed the code for you Pin
JUNEYT9-Oct-06 22:07
JUNEYT9-Oct-06 22:07 
QuestionWebservice related query Pin
biaali8-Oct-06 0:29
biaali8-Oct-06 0:29 
Questionusing xml for deciding which controls to show ??? Pin
karan vidyut7-Oct-06 6:54
karan vidyut7-Oct-06 6:54 
QuestionSimple Remove text from attribute value Pin
eggie56-Oct-06 13:33
eggie56-Oct-06 13:33 
AnswerRe: Simple Remove text from attribute value Pin
Guffa7-Oct-06 20:45
Guffa7-Oct-06 20:45 
QuestionMethod '~' of object '~' failed Error Pin
harshActsw6-Oct-06 12:00
harshActsw6-Oct-06 12:00 
Questionanybody plz send some dotnet projects with explanation its very urgent for me to get a job Pin
basha.sk6-Oct-06 2:54
basha.sk6-Oct-06 2:54 
AnswerRe: anybody plz send some dotnet projects with explanation its very urgent for me to get a job Pin
hiral_shah6-Oct-06 3:17
hiral_shah6-Oct-06 3:17 
GeneralRe: anybody plz send some dotnet projects with explanation its very urgent for me to get a job Pin
J4amieC9-Oct-06 2:49
J4amieC9-Oct-06 2:49 
QuestionWhy an application variable is getting resetted in global.asa file? Pin
JUNEYT5-Oct-06 23:29
JUNEYT5-Oct-06 23:29 
AnswerRe: Why an application variable is getting resetted in global.asa file? Pin
Guffa6-Oct-06 1:58
Guffa6-Oct-06 1:58 
QuestionHow to create tree structure of folder in php? Pin
hiral_shah5-Oct-06 19:32
hiral_shah5-Oct-06 19:32 
Questionraw webservices... Pin
$0.05$5-Oct-06 13:38
$0.05$5-Oct-06 13:38 
AnswerRe: raw webservices... Pin
Guffa5-Oct-06 14:10
Guffa5-Oct-06 14:10 
GeneralRe: raw webservices... Pin
$0.05$5-Oct-06 14:13
$0.05$5-Oct-06 14:13 

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.