Here is the explanation I am given on what to do with something.
an example of a src java code I use is this:
so what exactly would I have to do to "call the url using serverside code" ETC that it is talking about? What would I need to do to convert this java code to html? I notice in my source code all I get is that ugly java. While when I look at others, they use the same software and their source code is loaded with all of the event text of the information that the code produses etc. If anybody could lead me in the right direction i'd be appreciated. Note that if use non-everyday web words to describe something I might get lost!
Thanks tho!
Once you know the URL, retrieving the code for your page is simple: You may either use this URL as the src attribute for a <script language=″javascript″></script> tag, or you can call the URL using serverside code and write the HTML to your page before returning it to the browser. In the latter case, you will need to append the name/value pair “html=true” to the URL so that the code you receive will not be javascript, but html.
an example of a src java code I use is this:
HTML:
<script language="JavaScript" src="http://www.tickettransaction.com/?brokerid=1448&sitenumber=1&plugin=event_results&event=Chicago Bulls&sortcol=&sortord=" type="text/javascript">
</script>
so what exactly would I have to do to "call the url using serverside code" ETC that it is talking about? What would I need to do to convert this java code to html? I notice in my source code all I get is that ugly java. While when I look at others, they use the same software and their source code is loaded with all of the event text of the information that the code produses etc. If anybody could lead me in the right direction i'd be appreciated. Note that if use non-everyday web words to describe something I might get lost!
Thanks tho!









