Java applet help
I have this java applet that im using as an intro page for a client. The only thing is after the fourth string of text i want another page to be loaded. I've included the 2 .class files and the html code. Any help is appreciated I would have one of my webdesigners do it but im trying to learn myself. Thanks in advanced.
Here is the url http://agoodtechpage.20m.com/download/
the three files are there.
I know one of the class files need to be modified.
My goal with this script is : After the four string of text gets lit up i want a new page to be loaded if it helps i will call the new page index1.htm
Thank you all.
TA Productions, Inc
Corporate Aviation
Affordable Website Design, Database Design, Software Development and Webhosting
http://www.doyouneedawebsite.net
Your Complete E-Business Solution !
memepasmal posted this at 09:56 — 23rd April 2001.
They have: 5 posts
Joined: Mar 2001
Hello,
You have to change your FlashLight.java. First import java.net.*; Then you have to put this code after displaying the string "Born ii roc"
try {
getAppletContext().showDocument(new URL("http://www.site.com/page.html"));
}
catch (MalformedURLException e) {
e.getLocalizedMessage();
}
Hope this really simple solution answer your question !
toneatlas posted this at 15:37 — 25th April 2001.
They have: 33 posts
Joined: Apr 2001
Hello thanks alot.
At the moment I had to run out of town for business,
but as soon as I return I'll try the solution.
Thanks so much for your time.
As soon as I'm back I will give it a try.
:0
TA Productions, Inc
Corporate Aviation
Affordable Website Design, Database Design, Software Development and Webhosting
http://www.doyouneedawebsite.net
Your Complete E-Business Solution !
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.