Links In Javascript?

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
Andrew_b




Socialist

Posts: 4188
Joined: Sat Feb 24, 2007 4:52 pm
Contact:

Links In Javascript?

Post by Andrew_b »

document.write(""); seems to work with all of the html codes, except <a></a>

I need it to write a link, but it wont work. How do you use links in javascript? thank you.
User avatar
THE-MASTER




Critic Trickster

Posts: 225
Joined: Mon Aug 29, 2005 10:31 am
Location: Scotland

Post by THE-MASTER »

It works for me.

Code: Select all

document.write("<a href='hello'>hello</a>");
Remember you can't use the double quote unless you escape when you have used it to surround code.
Now Playing:Image
Please contact me if the sig is over the limit with the title of the song, artist and album. :) Thanks!
Ace Space Race, Halo 3 player snapshot generator,Random Sig
User avatar
Andrew_b




Socialist

Posts: 4188
Joined: Sat Feb 24, 2007 4:52 pm
Contact:

Post by Andrew_b »

ahh yes.

I was using:

Code: Select all

document.write("<a href="Hey.html">Hey</a>")
Thanks.
Post Reply