• ARCHIVES 
  • » [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

Pages: 1..123456789101111

[quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

roysmith
» FTalker
FTalk Level: zero
154
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

Hi, How do i put a video replacing my main picture..?
roysmith
» FTalker
FTalk Level: zero
154
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

in this code, where is my slide ID? Hi.. Make ur slide in slide.com... They will be only one number.. so copy paste it..
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

cool, thanks for updating :thumbsup:
bles_212000
» FTalkWhiz
FTalk Level: zero
2863
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

<">i followed the instruction,but still its not working..kindly check this pls. the bold part is my slide. =(

Last edited by bles_212000 (2007-11-06 08:29:31)

roysmith
» FTalker
FTalk Level: zero
154
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=bles_212000]<">i followed the instruction,but still its not working..kindly check this pls. the bold part is my slide. =([/quote] Try this.. Just change ur slide code.. [quote]var flashPhoto; try { flashPhoto = document.createElement("<style type=text/css>"); }catch(e) { flashPhoto = document.write("<style type=text/css>div.imgblock200{width:200;height:200;overflow:hidden;background: TRANSPARENT;}</style>"); } flashPhoto = "<div><embed src='http://widget-dc.slide.com/widgets/slideticker.swf' type='application/x-shockwave-flash' quality='high' scale='noscale' salign='l' wmode='transparent' flashvars='site=widget-dc.slide.com&channel=[b]YOUR SLIDE ID[/b]&cy=be&il=1' width='200' height='200' name='flashticker' align='middle'/></div>"; getDivElements("imgblock200",document.getElementById("content_controlpanel_1_1"),"div")[0].innerHTML=flashPhoto; function getDivElements(divClass,getId,tagName) { var classElements = new Array(); if ( getId == null ) getId = document; if ( tagName == null ) tagName = '*'; var esle = getId.getElementsByTagName(tagName); var esleLength = esle.length; var pattern = new RegExp("(^\s*|\s*$)" + divClass + "(\s|[\$]*?)"); for (i = 0,a = 0;i < esleLength;i++) { if (pattern.test(esle[i].className)) { classElements[a] = esle[i]; a++; } } return classElements; }[/quote]
bles_212000
» FTalkWhiz
FTalk Level: zero
2863
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

finally the code works! [b]thank you very much "roysmith" for helping me![/b] :thumbsup: ur a pro! :lol:

Last edited by bles_212000 (2007-11-06 09:31:12)

chinitaice
» n00b
FTalk Level: zero
44
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

Thanks bobcbar for your reply. I have this code and tried to place everywhere and see where it will work ... but still not working :wallbash: :wallbash: :crybaby: :crybaby: I tried sir feruzz original post and roysmith's codes as posted above but no luck :crybaby: <">
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=chinitaice]Thanks bobcbar for your reply. I have this code and tried to place everywhere and see where it will work ... but still not working :wallbash: :wallbash: :crybaby: :crybaby: I tried sir feruzz original post and roysmith's codes as posted above but no luck :crybaby: <">[/quote] Post ur tracker.txt here or send me pm so I can see.
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=bles_212000]i followed the instruction,but still its not working..kindly check this pls. the bold part is my slide. =([/quote] you didnt follow my instruction in the 1st post put [b]BACKSLASH --> ( \" )[/b] in your HTML code this is your code.... <">[hr] [b]@roysmith[/b] that code is my old code... but I suggest use my new update code thanks :)
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

wow!!! :gift: For html using NotePad... Edit>Replace Find what [color=red][b]"[/b][/color] Replace with [color=blue][b]\"[/b][/color]

Last edited by levisornothing (2007-11-07 01:25:42)

bles_212000
» FTalkWhiz
FTalk Level: zero
2863
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

what shoul be use, replace all or replace? [b]edited:[/b] working again! :lol: thanks to the makers! :thumbsup:

Last edited by bles_212000 (2007-11-07 03:05:46)

roysmith
» FTalker
FTalk Level: zero
154
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=bles_212000]finally the code works! [b]thank you very much "roysmith" for helping me![/b] :thumbsup: ur a pro! :lol:[/quote] Happy that I have helped u... Am a also learning bro...
roysmith
» FTalker
FTalk Level: zero
154
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=feruzz][quote=bles_212000]i followed the instruction,but still its not working..kindly check this pls. the bold part is my slide. =([/quote] you didnt follow my instruction in the 1st post put [b]BACKSLASH --> ( \" )[/b] in your HTML code this is your code.... <">[hr] [b]@roysmith[/b] that code is my old code... but I suggest use my new update code thanks :)[/quote] Ok bro... noted... =)
cyrus_tan_r
» FTalkAddict
FTalk Level: zero
451
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

thnx for sharing the codes!
thephrenetic
» FTalker
FTalk Level: zero
143
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

:thumbsup: great codes..
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

whoa! another update..thanks for this! ;) :thumbsup:
psylock_loy
» n00b
FTalk Level: zero
10
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

am gona try this!
stepdarn14
» FTalker
FTalk Level: zero
123
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

what do you mean by (\" ) ?
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=stepdarn14]what do you mean by (\" ) ?[/quote] Inside the raw code you want to add you will see quotation marks " you need to replace those with the forward slash quotation mark \"
kryzzia_08
» FTalker
FTalk Level: zero
186
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

wew~ thx for sharing^ :thumbsup:
  • ARCHIVES 
  • » [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

Pages: 1..123456789101111

Board footer

© 2024 F Talk

Current time is 03:44

[ 9 queries - 0.042 second ]
Privacy Policy