Rolex | Credit Counseling | Loans | Advertising | Free Credit Score
"Add to Favorites Button" with Frames [Archive] - PCMech Forums

PDA

View Full Version : "Add to Favorites Button" with Frames


dave computer
05-12-2004, 07:35 PM
Hi

I'm making a webpage in my computer class but the teacher wants the webpage to be with frames. I'm almost down and have added an "add to favorites button but it doesn't add the frameset just the body page. Does anyone know how to fix this?

kram 2.0
05-12-2004, 09:44 PM
Can you post the part of the syntax in problem? I'm not quite sure what you mean by "it doesn't add the frameset just the body page". However, one advice I can instantly say is that remember to put the endtags where they need to.

kram

aym
05-13-2004, 11:30 AM
JavaScript code:

window.external.AddFavorite("http://www.google.com/", "google");


Replace "http://www.google.com" with main page URL, and "google" with page title.