Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Insert html in a javascript file?


  • Please log in to reply

#1
Allsortgroup

Allsortgroup

    I SPAMMED Too Much!

  • Banned
  • PipPipPip
  • 905 posts
Hi there,

Is there anyway to insert html code in to a javascript?

:whistling:

Edited by Allsortshop, 22 April 2006 - 03:38 PM.

  • 0

Advertisements


#2
thenotch

thenotch

    Member

  • Retired Staff
  • 668 posts
Your question is pretty vague, but the answer is yes...
  • 0

#3
Allsortgroup

Allsortgroup

    I SPAMMED Too Much!

  • Topic Starter
  • Banned
  • PipPipPip
  • 905 posts
Ok,

How do you do it then ?
  • 0

#4
thenotch

thenotch

    Member

  • Retired Staff
  • 668 posts
Depends on what you want to do...

This is a very generic example. I use this on one of my sites to display the last topics posted in my forums:

<script type="text/javascript" src="forums/external.php?type=js"></script> 
<script language="" type="text/javascript"> 
<!-- 
for (var x in threads) { document.writeln("<h2><a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</h2></a><br /> (Posted By: "+threads[x].poster+")<br />"); } 
//--> 
</script>

As you can see, there is html intermixed with javascript to produce the results I wanted....
  • 0

#5
Allsortgroup

Allsortgroup

    I SPAMMED Too Much!

  • Topic Starter
  • Banned
  • PipPipPip
  • 905 posts
Ok thanks, i will look into it.

:whistling:
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP