Javascript (1 Viewer)

kalli

Member
Joined
Mar 30, 2003
Messages
275
Location
Melbourne
Gender
Female
HSC
2003
Hey all i dont know if this is the right place but if anyone is familiar with javascript any help would be appreciated...

now im learning for the first time so go easy lol

http://seven.bf.rmit.edu.au/~s3079508/Compound_interest_calculator1.html

so theres the link...

if you put in say principal as 1000, rate as 5, years as 10, you get taken to the table.... what i need is the table to open up in a new window....

i have these hints...

(1) Open up a new window and create the generated table in this new window.

This will require the following changes; define var line="" and then replace all instances of document.writeIn() or document.write() with line =line+" ";

and i think i need to somehow use window.open but that uses urls.... anyways any help would be greatly appreciated! i hate javascript!
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top