Help with adding a java script in frontpage 2003

  • Thread starter Thread starter sally
  • Start date Start date
S

sally

I have no clue on how to add a java script into a web page. It is asking for
applet source and applet base URL what is that?
 
sally said:
I have no clue on how to add a java script into a web page. It is asking
for
applet source and applet base URL what is that?

Use Code view and type and.or paste it in

<script type="text/javascript">
/* script goes here */
</script>

This is usually placed in the <head> section. i.e. between <head> and
</head>
 
That is not JavaScript - it is Java. Best avoided since many (perhaps
most) users have Java disabled or not installed.
JavaScript is completely different and almost all users have this enabled.
JavaScript does not require applets source or base URLs.
Trevor's response shows how to add JavaScript to a page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top