|
| |
|
|
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"
|
|
|
|
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"
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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"
|
|
|
|
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....
|
|
|
|
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
|
|
|
|
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
|
|
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
|
|
|