• ARCHIVES 
  • » Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

Pages: 1

Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

vanraid
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. <">I use the linker in underground section. Also, does it has any affect if your using the same host link? Example: for CSS http://h1.ripway.com/USERNAME/code/myfs.css for JS http://h1.ripway.com/USERNAME/code/myfs.js I need your help guys. I read all the tutorials but it didn't work for me.

Last edited by vanraid (2008-12-28 01:44:15)

Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

[quote=vanraid]for CSS http://h1.ripway.com/USERNAME/code/myfs.css for JS http://h1.ripway.com/USERNAME/code/myfs.js[/quote] i cant see your codes
vanraid
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

Actually, the link is just my example. The only JS code i have right now is this code only. <">This way I can test my CSS working in my external JS.

Last edited by vanraid (2008-12-28 01:44:41)

Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

[quote]var css = document.createElement("link"); css.setAttribute("rel","stylesheet"); css.setAttribute("href","[b]http://h1.ripway.com/USERNAME/code/myfs.css[/b]"); document.getElementsByTagName("head")[0].appendChild(css);[/quote] edit the bold part there put to your js
vanraid
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

I did that already but its not working.
keanutt
» FTalkManiac
FTalk Level: zero
925
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

well... u nid to try... humm... i think u make a wrong js... ^^...
vanraid
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

How about my second question? Doe it has any affect using the same hosting? Please check out my link example. :crybaby: or visit my test account. http://profiles.friendster.com/fortunelies

Last edited by vanraid (2008-12-28 01:55:16)

Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

[quote=vanraid]I did that already but its not working.[/quote] after that use the js linker and paste to media box :D
vanraid
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

I already use the linker. I use the linker provided in the underground section. My code are place in my mediabox. I use the same procedure like using the external CSS.
Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

[quote=vanraid]I already use the linker. I use the linker provided in the underground section. My code are place in my mediabox. I use the same procedure like using the external CSS.[/quote] your problem is in your codes post here your css js and profile set to public
bobskie
» FTalkAddict
FTalk Level: zero
596
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

bro double check your css injector there's an error..you need to add this one the the end of the url of your css <">like this [quote]var css = document.createElement("link"); css.setAttribute("rel","stylesheet"); css.setAttribute("href","http://h1.ripway.com/vanraid/html/myfs.css[b]");[/b] document.getElementsByTagName("head")[0].appendChild(css);[/quote]

Last edited by bobskie (2008-12-28 02:07:07)

vanraid
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

But the only JS code I have use is the one I recently post. [spoiler]var css = document.createElement("link"); css.setAttribute("rel","stylesheet"); css.setAttribute("href","http://h1.ripway.com/vanraid/html/Myfs.css"); document.getElementsByTagName("head")[0].appendChild(css);[/spoiler] And my CSS link [spoiler]http://h1.ripway.com/vanraid/html/Myfs.css[/spoiler] The one I've been using for testing is this profile. http://profiles.friendster.com/fortunelies

Last edited by vanraid (2008-12-28 02:12:30)

vanraid
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

You rock bobskie =):thumbsup: Nice observation. I didn't see that before. How idiot I can be. :wallbash::wallbash: Hope you can help me out again. One reputation for you. :thumbsup: Problem Solved. :):thumbsup:
  • ARCHIVES 
  • » Guys, I've been trying to link up my external CSS using a external JS. Can you please check out this code. I try it several times in my test account. [code]var css = document.createElement("link");

Pages: 1

Board footer

© 2025 F Talk

Current time is 09:36

[ 10 queries - 0.016 second ]
Privacy Policy