Search tutorials
The Code (cont)
We pass that data into one of our two variables, headline_text and url.
Once we've gotten the data we want, it is a simple matter of passing this data out to the dynamic text field, like this...
content_feed_display += "<%lt%>p<%gt%><%lt%>font size=\"+2\"<%gt%><%lt%>a href=\"" + url + "\" target=\"_new\"<%gt%>"+ headline_text +"<%lt%>/a<%gt%><%lt%>/font<%gt%><%lt%>/p<%gt%>";
And that's it!! The rest of the code you see is just closing up for loops and if statements.
| » Level Advanced |
|
Added: 2000-12-13 Rating: 9 Votes: 705 |
| » Author |
| No information about the author has been provided |
| » Download |
| Download the files used in this tutorial. |
| Download (44 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!