OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

java script/applet where to put it???? in code

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> java script/applet where to put it???? in code
Page: [1]
 
25302794t

 

Posts: 7
Joined: 3/5/2009
Status: offline

 
java script/applet where to put it???? in code - 3/7/2009 20:44:50   
:) i am a newbie... so lost, i want to learn java applet... i can't figure out where to put it on my code page..... have tried the easy one "hello clock" can't even do it... i'velooked at all tut's i can find... says put between <body> and </body> co i do that and a big box with an x in top left corner shows up.....

can any one show me a picture of what the placement looks like... I even tried johns tut... in outfront tutorial java scrip... and it doesn't work,,,,,

what to do>>???

help t2
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: java script/applet where to put it???? in code - 3/7/2009 20:56:53   
Remember, Java applets and JavaScript are two different things. Can you tell us what script your are referring to? Where did you get it?

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to 25302794t)
25302794t

 

Posts: 7
Joined: 3/5/2009
Status: offline

 
RE: java script/applet where to put it???? in code - 3/9/2009 12:08:44   
:) Don, thank you for responding to my need. the java deal!! I just started using FP-- did a web page--- having a great time ... http://randazzoformalwear.com/ this is my first... I did not like the resolution on the slides.... i created a group of gifs in Gimp (like photo shop) that was easy... but the resolution sucks.... so i saw people were saying to use a java script... only i didn't know where to put the code.

went to several tutorials.... i went to super easy ones... like the clock, hello world, anyway couldn't make the easy ones work..... i don't know why?? all tut's say open a new FR .... copy code.... put it between <body> and </body> so i did,,, and nothing happens.

so in need a pix or something to show me EXACTLY where to put this code.....

Can you do that?

thanks in advance....

(in reply to treetopsranch)
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: java script/applet where to put it???? in code - 3/9/2009 16:36:16   
Looked at your site and it appears that you may have used Word or some other MS product other than FrontPage to create your site. If that is correct?

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to 25302794t)
25302794t

 

Posts: 7
Joined: 3/5/2009
Status: offline

 
RE: java script/applet where to put it???? in code - 3/10/2009 8:45:15   
you saw that??? my computer doesn't show that... i saw on another persons computer... yes i copied and paseted corrected copy from a word doc. i have tried to get rid of it but cant... i thought short of deteting all the copy and repaste it.. also read that i have to use wordpad to strip formatting... is this right??


how do i fix the wor mess???
thanks

(in reply to treetopsranch)
25302794t

 

Posts: 7
Joined: 3/5/2009
Status: offline

 
RE: java script/applet where to put it???? in code - 3/10/2009 17:15:03   
but back to the java applet--- can you show me where to put it... or lead me to a comprehensive tutorial?

terri

(in reply to 25302794t)
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: java script/applet where to put it???? in code - 3/10/2009 20:14:11   
Don't EVER paste from a Word doc. Paste to Notepad first then copy and paste (from Notepad)

You did not tell us what java applet you are using. Where did you get it? Can't help you until you answer those questions.



_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to 25302794t)
25302794t

 

Posts: 7
Joined: 3/5/2009
Status: offline

 
RE: java script/applet where to put it???? in code - 3/11/2009 8:47:24   
thanks for word advice!!! i fixed web page

Here is java script this is what i did... in FP code

<html>
<head>
<meta http-equiv="Content-Type" content=text/html; charset=windows-1252">
<meta name="Generator" content=Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">

-------- above was there when i created new web page -------
-------- below is what i copied and pasted into the FP code sheet----------

<script language="JavaScript">
document.write ("Learning JavaScript with Terri is easy and interesting");
</script>

</head>

------ nothing showed up on the design sheet or on the web preview what did i do wrong?-----------

terri

p.s. i also tried the easy one..... hello world.... same results... nothing....

(in reply to treetopsranch)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: java script/applet where to put it???? in code - 3/11/2009 9:08:16   
quote:

on the design sheet or on the web preview

You must view this in a browser not in front Page preview mode which is highly unreliable.

_____________________________

:)

Follow us on TWITTER

(in reply to 25302794t)
25302794t

 

Posts: 7
Joined: 3/5/2009
Status: offline

 
RE: java script/applet where to put it???? in code - 3/11/2009 9:21:43   
i just did,,,, nothing there... should the java be placed between <head> </head>

or <body> </body>

my premiseis .. if i can't do an easy one ... just by copying and pasting it.... how can i do a more complex one????

thanks

(in reply to TexasWebDevelopers)
Tailslide

 

Posts: 6692
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: java script/applet where to put it???? in code - 3/11/2009 9:34:42   
Should be:

<script type="text/javascript">
document.write ("Learning JavaScript with Terri is easy and interesting");
</script>


Not language="javascript"

Should be pasted directly into the code somewhere between the <body> and </body> tags.

BUT whether it appears or not and where will depend on the rest of the code on the page. You may need to enter the appropriate HTML tags around the script as otherwise it's just text on it's own and the page won't know what to do with it.

_____________________________

Little Blue Plane Web Design | Land Rover project

:)

(in reply to 25302794t)
25302794t

 

Posts: 7
Joined: 3/5/2009
Status: offline

 
RE: java script/applet where to put it???? in code - 3/11/2009 9:49:28   
OMG it worked!!!!!!

thanks... recap what i learned..

copy the script (scrup in notepad)
(paste) put the script between<body> </body> in FP code
save the file
and i can see it on web preview... also can see in FP preview.

thanks...

now i should be able to do harder ones.. like the clock?

thank you again

(in reply to Tailslide)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> java script/applet where to put it???? in code
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts