Click here to Skip to main content
15,885,116 members
Home / Discussions / Web Development
   

Web Development

 
Questioniframes and ie Pin
eggsovereasy22-May-07 11:02
eggsovereasy22-May-07 11:02 
QuestionNeed Help with Apache installation Pin
Evgeni5722-May-07 10:14
Evgeni5722-May-07 10:14 
QuestionGet time Pin
matjame22-May-07 4:06
matjame22-May-07 4:06 
AnswerHow to put a clock on a webpage (Dreamweaver / Flash not requred!) Pin
Fred_Smith22-May-07 5:01
Fred_Smith22-May-07 5:01 
GeneralRe: How to put a clock on a webpage (Dreamweaver / Flash not requred!) Pin
matjame23-May-07 0:50
matjame23-May-07 0:50 
GeneralRe: How to put a clock on a webpage (Dreamweaver / Flash not requred!) Pin
Fred_Smith23-May-07 1:12
Fred_Smith23-May-07 1:12 
AnswerRe: Get time Pin
Expert Coming22-May-07 10:58
Expert Coming22-May-07 10:58 
AnswerRe: Get time Pin
JimmyRopes22-May-07 11:20
professionalJimmyRopes22-May-07 11:20 
matjame wrote:
clock with date on my web page








  function clockTick(){
  var currentTime = new Date();
    document.getElementById('time').value = " "+currentTime;
    document.getElementById('time').blur();
    setTimeout("clockTick()", 1000);
  } // function clockTick()
  clockTick();




Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems

I'm on-line therefore I am.
JimmyRopes


QuestionIt's a Wonder... Pin
#realJSOP22-May-07 3:04
mve#realJSOP22-May-07 3:04 
AnswerRe: It's a Wonder... Pin
Fred_Smith22-May-07 3:35
Fred_Smith22-May-07 3:35 
AnswerRe: It's a Wonder... Pin
Shog922-May-07 6:44
sitebuilderShog922-May-07 6:44 
AnswerRe: It's a Wonder... Pin
Guffa22-May-07 13:32
Guffa22-May-07 13:32 
QuestionSending email in Inbox Pin
Lalafaraz21-May-07 23:38
Lalafaraz21-May-07 23:38 
AnswerRe: Sending email in Inbox Pin
JimmyRopes22-May-07 1:53
professionalJimmyRopes22-May-07 1:53 
QuestionReading out contents of an eID-card Pin
Pat Krimson21-May-07 22:53
Pat Krimson21-May-07 22:53 
AnswerRe: Reading out contents of an eID-card Pin
JimmyRopes22-May-07 1:43
professionalJimmyRopes22-May-07 1:43 
QuestionWhat's going on with this javascript? Pin
Mundo Cani21-May-07 18:24
Mundo Cani21-May-07 18:24 
AnswerRe: What's going on with this javascript? Pin
Expert Coming21-May-07 20:41
Expert Coming21-May-07 20:41 
GeneralRe: What's going on with this javascript? Pin
Mundo Cani22-May-07 7:59
Mundo Cani22-May-07 7:59 
AnswerRe: What's going on with this javascript? Pin
Guffa21-May-07 21:08
Guffa21-May-07 21:08 
GeneralRe: What's going on with this javascript? Pin
Mundo Cani22-May-07 7:59
Mundo Cani22-May-07 7:59 
AnswerRe: What's going on with this javascript? Pin
Lalafaraz21-May-07 23:43
Lalafaraz21-May-07 23:43 
GeneralRe: What's going on with this javascript? Pin
Mundo Cani22-May-07 8:00
Mundo Cani22-May-07 8:00 
QuestionModal dialog form unable to return values to a webpart Pin
singhmanpreet21-May-07 13:17
singhmanpreet21-May-07 13:17 
QuestiongetElementById() when element is in MasterPage Pin
Mundo Cani21-May-07 11:53
Mundo Cani21-May-07 11:53 

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.