Click here to Skip to main content
15,925,661 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Can't debug ASP (server side) Pin
Still Learning Dude11-Apr-03 13:56
Still Learning Dude11-Apr-03 13:56 
GeneralNOOBIE to Java! Pin
Penfoldian2-Apr-03 7:39
Penfoldian2-Apr-03 7:39 
GeneralIIS Giving me a Headache Pin
jesus4u2-Apr-03 3:17
jesus4u2-Apr-03 3:17 
GeneralRe: IIS Giving me a Headache Pin
Daniel Turini2-Apr-03 3:50
Daniel Turini2-Apr-03 3:50 
GeneralRe: IIS Giving me a Headache Pin
roobee3-Apr-03 15:45
roobee3-Apr-03 15:45 
QuestionHow to crypt my URLs Pin
Yasen Georgiew2-Apr-03 3:16
Yasen Georgiew2-Apr-03 3:16 
AnswerRe: How to crypt my URLs Pin
Daniel Turini2-Apr-03 3:46
Daniel Turini2-Apr-03 3:46 
GeneralIntegration of Crystal Reports with Java Pin
Bajwagr81-Apr-03 23:51
Bajwagr81-Apr-03 23:51 
GeneralVisual InterDev/MSAccess Interaction Pin
Roger Wright1-Apr-03 4:46
professionalRoger Wright1-Apr-03 4:46 
GeneralRe: Visual InterDev/MSAccess Interaction Pin
antbates1-Apr-03 5:03
antbates1-Apr-03 5:03 
Generaldisplaying time in french in Java Script Pin
Anonymous31-Mar-03 10:19
Anonymous31-Mar-03 10:19 
GeneralRe: displaying time in french in Java Script Pin
ian mariano2-Apr-03 11:12
ian mariano2-Apr-03 11:12 
Questionhow to read word and excel files in asp Pin
faad30-Mar-03 23:30
faad30-Mar-03 23:30 
AnswerRe: how to read word and excel files in asp Pin
Anonymous31-Mar-03 10:27
Anonymous31-Mar-03 10:27 
AnswerRe: how to read word and excel files in asp Pin
J. Dunlap3-Apr-03 20:08
J. Dunlap3-Apr-03 20:08 
GeneralInclude Tag -- File Vs Virtual Pin
syedhassan430-Mar-03 9:47
syedhassan430-Mar-03 9:47 
Generalweb server controls Pin
maioush30-Mar-03 8:34
maioush30-Mar-03 8:34 
GeneralFlash Pin
ballyduff30-Mar-03 3:21
ballyduff30-Mar-03 3:21 
GeneralRe: Flash Pin
Paul Watson30-Mar-03 5:00
sitebuilderPaul Watson30-Mar-03 5:00 
GeneralRe: Flash Pin
ballyduff30-Mar-03 5:43
ballyduff30-Mar-03 5:43 
GeneralRe: Flash Pin
NightLynx3-Apr-03 12:49
sussNightLynx3-Apr-03 12:49 
GeneralProjects Pin
Member 70043829-Mar-03 9:53
Member 70043829-Mar-03 9:53 
GeneralDHTML+TIME and the HTML DOM Pin
Ludvig A. Norin27-Mar-03 23:22
Ludvig A. Norin27-Mar-03 23:22 
Hello, folks,

I have encountered a peculiar problem involving DHTML+TIME (actually TIME2 in IE6). I have created an animation using the Animate element, like this:
<Time2:Animate id="SlideEffect0" begin="indefinite" attributeName="height" dur="0.35" accelerate="1" fill="freeze" />
<div id="MyTargetElementId" style="behavior: url(#default#time2)">My animated element</div>

Using JScript, I can assign this animation to any element, and start it:
SlideEffect0.targetElement="MyTargetElementId";
SlideEffect0.from = MyTargetElementId.currentStyle.height;
SlideEffect0.to = "0";
SlideEffect0.beginElement();

I can't, however, create the "Animate" element using the DOM:
el = document.createElement("<Time2:Animate
    id='SlideEffect0'
    begin='indefinite'
    attributeName='height' dur='0.35'
    accelerate='1' fill='freeze' />");
 document.body.insertAdjacentElement("beforeEnd", el);

It seems it doesn't get the Time2 behaviour associated correctly. I have tried many, many different ways of creating this element using the DOM, including copying a preexisting (working) instance of the element, but I just can't get it to work.

Can anyone explain why, and if there is a solution?


-- Opinions expressed do not neccecarily reflect those of my
-- employer; I do think for myself. Resisting temptation is
-- easier when you think you'll maybe get another chance
-- later on.

GeneralAuto Install Programs Pin
Vikrant Kapoor27-Mar-03 18:32
Vikrant Kapoor27-Mar-03 18:32 
GeneralRe: Auto Install Programs Pin
ian mariano2-Apr-03 11:16
ian mariano2-Apr-03 11:16 

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.