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.
Links In Javascript?
- THE-MASTER
- Posts: 225
- Joined: Mon Aug 29, 2005 10:31 am
- Location: Scotland
It works for me.
Remember you can't use the double quote unless you escape when you have used it to surround code.
Code: Select all
document.write("<a href='hello'>hello</a>");
Now Playing:
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
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