Results 1 to 3 of 3
Related
-
How to make the page load at the bottom? Forum: HTML Forum
Replies: 11 -
How do I save a frame page on the web Forum: HTML Forum
Replies: 1 -
Load page into HTML element Forum: Javascript Forum
Replies: 1 -
How to pevent uer from returning to page using back button ? Forum: CGI Perl Forum
Replies: 1 -
on load function for frame Forum: HTML Forum
Replies: 3
-
12-10-2004, 02:05 PM #1
haw do i command a button to load a page in a certan frame?
haw do i do this? what command do i have to use in order to load a certan page in a certan frame?
-
12-10-2004, 04:08 PM #2
To target a specific frame:
1. Be sure that frame has a 'name' tag when defined.
2. Target your link to that name:
<a href="somepage.html" target="framename">Some Page</a>
Hope this helps!
-David
-
12-19-2004, 05:22 AM #3
ok ... so ... admin edit: please use the code buttond when posting code
Code:<a href="somepage.html" target="framename">Some Page</a>
i want to command a button that has the sorce from a class document .. i allredy have the folowing options on the buton
Code:<applet code=ArtistscopeMenu.class width=150 height=39> <param name="author" value= "Copyright Artistscope 2000"> <param name="background" value= "000000"> <param name="image1" value= "menu\stanga\divertisment-pin-left.gif"> <param name="image2" value= "menu\stanga\divertisment-pin-right.gif"> <param name="sound" value= ""> <param name="status" value= "Menu Builder by Artistscope" >
"param name ="link" and comand this link to load or what ?Last edited by HTML; 12-19-2004 at 10:18 AM.