Boat Drinks  

Go Back   Boat Drinks > General > Computer and Consoles

Reply
 
Thread Tools Display Modes
Old 30-01-2010, 11:13   #1
Feek
ex SAS
 
Feek's Avatar
 
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
Default Help with some HTML coding please

I need to recode a small html frame and remove the java that's in it and replace the commands with just static images that link to pages in a different frame.

I can't for the life of me remember how to do this.

Here's the java code:

Code:
<applet code="fphover.class" codebase="./" width="125" height="18">
  <param name="url" valuetype="ref" value="about.htm">
  <param name="target" value="rbottom">
  <param name="image" valuetype="ref" value="buttons/about_off.gif">
  <param name="hoverimage" valuetype="ref" value="buttons/about_on.gif">
</applet><br>
I need to replace that with some html which shows the image buttons/about_off.gif, pulls the page about.htm and displays it in the frame called rbottom.

I know it's a simple line but I've faffed about and can't get it to work.

Can anyone help please?
__________________
Feek is offline   Reply With Quote
Old 30-01-2010, 14:24   #2
NokkonWud
BD Recruitment Officer
 
Join Date: Jun 2007
Location: Smogville
Posts: 3,880
Default

I'm confused, it's been a while since I've done HTML, but wouldn't you just link an image and add target_rbottom in there to open it in that frame?

<a href="about.htm" target="_rbottom"><img src="buttons/about_off.gif"></a> ?
__________________
NokkonWud is offline   Reply With Quote
Old 30-01-2010, 14:58   #3
Feek
ex SAS
 
Feek's Avatar
 
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
Default

That's it, not sure what I was doing to make it not work but it works now, thanks

Just had to add a border="0" to stop my images having a small border and it's all peachy.
__________________
Feek is offline   Reply With Quote
Old 30-01-2010, 15:00   #4
Joe 90
Absinthe
 
Joe 90's Avatar
 
Join Date: Jan 2007
Location: Chester
Posts: 2,345
Default

erghhh frames.

you got a link to the live page? I like to see what things look like first
__________________
360 Blog | Join GiffGaff | Twitter
Joe 90 is offline   Reply With Quote
Old 30-01-2010, 15:18   #5
Feek
ex SAS
 
Feek's Avatar
 
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
Default

Quote:
Originally Posted by Joe 90 View Post
erghhh frames.

you got a link to the live page? I like to see what things look like first
This may ring a bell

The site is nasty because it was made back in 2000 in frontpage. It's still the same as it was then except I've just removed the java from the left frame.

I guess it was just too nasty when I asked last time for anyone to do anything with.
__________________
Feek is offline   Reply With Quote
Old 30-01-2010, 15:41   #6
Joe 90
Absinthe
 
Joe 90's Avatar
 
Join Date: Jan 2007
Location: Chester
Posts: 2,345
Default

LoL - I remember that now

I'll have a look (again) - I seem to remember it being in the kind of HTML that I have always managed to avoid..

where abouts is this code taken from by the way?
__________________
360 Blog | Join GiffGaff | Twitter

Last edited by Joe 90; 30-01-2010 at 15:45.
Joe 90 is offline   Reply With Quote
Old 30-01-2010, 16:08   #7
Feek
ex SAS
 
Feek's Avatar
 
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
Default

Not sure what you mean - I've already replaced the java code with boggo html so what you see now is how it's going to remain unless anyone anyone creative takes up the mantle
__________________
Feek is offline   Reply With Quote
Old 30-01-2010, 16:31   #8
Joe 90
Absinthe
 
Joe 90's Avatar
 
Join Date: Jan 2007
Location: Chester
Posts: 2,345
Default

ah right, sorry, though the code was still live.
__________________
360 Blog | Join GiffGaff | Twitter
Joe 90 is offline   Reply With Quote
Old 30-01-2010, 20:41   #9
Feek
ex SAS
 
Feek's Avatar
 
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
Default

Nah, I removed the java earlier. It's still waiting it's redesign back from early 2008 though. . .


*giggle*
__________________
Feek is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:44.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.