Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My Java Link is not working with my frame

Status
Not open for further replies.

TimCritchfield

Technical User
Aug 27, 2001
19
US
This is the problem. go to
And click on the java link in the main part of the frame (the center with white backgroud) when you click on one of the menus, the page will not load in the main section, it will load on the whole browser.

How can I fic this? I used the PAraframe thing, you may see that , but it wouldn't work.
 
I'm not sure about this applet, but it looks like the problem is with your target parameter.
Code:
  <PARAM NAME=&quot;N&quot; VALUE=&quot;5&quot;>
  <PARAM NAME=&quot;TEXT1&quot; VALUE=&quot;Latest News&quot;>
  <PARAM NAME=&quot;IMAGE1&quot; VALUE=&quot;insert a graphic file here&quot;>
  <PARAM NAME=&quot;HINT1&quot; VALUE=&quot;Read the lastest news on lectures and other findings.&quot;>
  <PARAM NAME=&quot;URL1&quot; VALUE=&quot;[URL unfurl="true"]http://ayvis.tripod.com/main.html&quot;>[/URL]
Code:
<param name=&quot;UrlTarget-0&quot; value=&quot;main&quot;>
Make sure the frame you want this to load in is name &quot;main&quot; -gerrygerry
geraldschafer@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top