Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
HELP: Is is possible using HTML or an coding language to...
Old 11-26-2004, 11:13 AM HELP: Is is possible using HTML or an coding language to...
Novice Talker

Posts: 5
Trades: 0
Hey, having trouble again on my website.

http://www.pb2x.com/fl2jtmjgt/newsite

I finished the site then this guy who plays the devils advocate (finds flaws anywhere/everywhere) with the site saw that I cant favorite a specific page without making it look disorganized.

Basically what I want to do is this:
1. Click on Current Events
2. Click "Add to Favorite" that will be next to the BACK and FORWARD buttons.
3. Then if I want to view that specific page it will load up with the entire site, not just that one specific frame.

So i want http://www.pb2x.com/fl2jtmjgt/newsite/index2.htm to have http://www.pb2x.com/fl2jtmjgt/newsite/currentevents.htm load in the inline frame. Is this possible?

Thanks, any help will greatly be appreciated.

Tommy@PB2X
greyninja009 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-26-2004, 11:30 AM
Novice Talker

Posts: 5
Trades: 0
I might have it working....I think it might be more simple than I made it out to be.
greyninja009 is offline
Reply With Quote
View Public Profile
 
Old 11-26-2004, 11:51 AM
Novice Talker

Posts: 5
Trades: 0
nah still not working.
greyninja009 is offline
Reply With Quote
View Public Profile
 
Old 11-26-2004, 10:27 PM
Snowblind's Avatar
Skilled Talker

Posts: 80
Location: New Zealand
Trades: 0
Code:
<SCRIPT LANGUAGE="JavaScript">
var txt = "Bookmark Page";
<? 
var url = "http://www.yoursite.com/";
var who = "Add to Favorites";
var ver = navigator.appName;
var num = parseInt(navigator.appVersion);
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" ');
document.write('onMouseOver=" window.status=');
document.write("txt; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">'+ txt + '</a>');
}else{
txt += "  (Ctrl+D)";
document.write(txt);
}
</script><br>
I don't know what you're trying to do, but that's a textlink code for adding to favorites.

Your 'Add to Favourites' button works for me.
__________________
Snowblind \m/

Please login or register to view this content. Registration is FREE
Snowblind is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to HELP: Is is possible using HTML or an coding language to...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.48911 seconds with 12 queries