Gossamer Forum
Home : Products : Links 2.0 : Customization :

Launching in frameset

Quote Reply
Launching in frameset
I'm attempting what should be a fairly easy mod that launches the site links inside of a frameset with a footer containing a rating form specific to the site in the main frame. It will also have a link to colapse the frameset, and to return to the directory of sites. So here's the deal, I'm thinking of just using an external script, which will be called by the jump.cgi script. What I need to know is how can I get the site's title from inside the jump.cgi, in order to pass it along to the frame script. Here is what I started with: (inside jump.cgi)

# Let's get the URL.
open (URL, "<$db_url_name") or &error ("unable to open url database: $db_url_name. Reason: $!");
while (<URL> ) {
(/^$id$delim(.+)/o) or next;
chomp ($goto = $1);
last;
}
close URL;
$goto or &error ("Can't find link id: $id");
# My addition, I need to put the title
# into $title
# Frame it Mod ~ Let's get the title.
open (URL, "<$db_links_name") or &error ("unable to open links database: $db_links_name. Reason: $!");
while (<URL> ) {
(/^$id$delim(.+)/o) or next;
chomp ($goto = $1);
last;
}
close URL;
$goto or &error ("Can't find link id: $id");

# I need help with getting this variable ;(



Further on, I added this:

# Now let's send the user to the url..
print "Location: http://www.gqfitness.com/cgi-bin/frameit.cgi?url=$goto&title=GQ+Fitness.com,+Directory:$title\n\n"

# ... this part should work,
# once I have the $title variable ...

Help pleez Wink



------------------
Subject Author Views Date
Thread Launching in frameset Digital Pimp 16748 Aug 28, 1999, 9:39 AM
Post Re: Launching in frameset
Digital Pimp 15998 Aug 27, 1999, 9:20 PM
Post Re: Launching in frameset
widgetz 15985 Aug 27, 1999, 9:47 PM
Post Re: Launching in frameset
widgetz 15926 Aug 28, 1999, 7:10 AM
Post Re: Launching in frameset
Digital Pimp 15962 Aug 28, 1999, 11:11 AM
Post Re: Launching in frameset
Digital Pimp 15945 Aug 28, 1999, 11:32 AM
Post Re: Launching in frameset
widgetz 16010 Aug 28, 1999, 2:46 PM
Post Re: Launching in frameset
Digital Pimp 15996 Aug 28, 1999, 3:31 PM
Post Re: Launching in frameset
padders 15992 Sep 7, 1999, 1:38 PM
Post Re: Launching in frameset
Eliot 16001 Sep 7, 1999, 6:38 PM
Post Re: Launching in frameset
Eliot 15985 Sep 7, 1999, 8:00 PM
Post Re: Launching in frameset
Digital Pimp 15969 Sep 7, 1999, 9:20 PM
Thread Re: Launching in frameset
Digital Pimp 16080 Sep 8, 1999, 7:12 AM
Thread Re: Launching in frameset<br>
incomemax 11245 Oct 12, 2000, 6:28 PM
Thread Re: Launching in frameset<br>
Stealth 11281 Oct 12, 2000, 7:14 PM
Thread Re: Launching in frameset<br>
incomemax 11251 Oct 13, 2000, 2:56 PM
Post Re: Launching in frameset<br>
Stealth 4553 Oct 13, 2000, 3:38 PM
Post Re: Launching in frameset
Eliot 15875 Sep 8, 1999, 7:49 AM
Post Re: Launching in frameset
Eliot 15942 Sep 8, 1999, 1:23 PM
Post Re: Launching in frameset
widgetz 15888 Sep 8, 1999, 1:45 PM
Post Re: Launching in frameset
Eliot 15841 Sep 8, 1999, 2:06 PM
Post Re: Launching in frameset
Digital Pimp 15878 Sep 9, 1999, 9:38 AM
Post Re: Launching in frameset
widgetz 15987 Sep 9, 1999, 12:03 PM
Post Re: Launching in frameset
Eliot 15993 Sep 9, 1999, 12:10 PM
Post Re: Launching in frameset
Eliot 16023 Sep 9, 1999, 5:00 PM
Post Re: Launching in frameset
tim 16024 Sep 9, 1999, 6:15 PM
Post Re: Launching in frameset
Eliot 15997 Sep 9, 1999, 6:33 PM
Post Re: Launching in frameset
padders 15988 Sep 10, 1999, 6:37 AM
Post Re: Launching in frameset
Digital Pimp 15948 Sep 10, 1999, 7:47 AM
Post Re: Launching in frameset
tim 11694 Sep 10, 1999, 8:01 AM
Post Re: Launching in frameset
widgetz 11652 Sep 10, 1999, 11:33 AM
Post Re: Launching in frameset
widgetz 11691 Sep 10, 1999, 11:38 AM
Post Re: Launching in frameset
widgetz 11544 Sep 10, 1999, 11:43 AM
Post Re: Launching in frameset
widgetz 11539 Sep 10, 1999, 2:25 PM
Post Re: Launching in frameset
widgetz 11522 Sep 10, 1999, 2:46 PM
Post Re: Launching in frameset
widgetz 11542 Sep 10, 1999, 2:49 PM
Post Re: Launching in frameset
Eliot 11566 Sep 10, 1999, 5:24 PM
Thread Re: Launching in frameset
widgetz 11557 Sep 10, 1999, 5:40 PM
Thread Re: [widgetz] Launching in frameset
eddie123 4304 Aug 26, 2003, 9:52 AM
Thread Re: [eddie123] Launching in frameset
Andy 4356 Aug 26, 2003, 9:55 AM
Thread Re: [Andy] Launching in frameset
eddie123 4340 Aug 26, 2003, 9:58 AM
Post Re: [eddie123] Launching in frameset
Andy 4286 Aug 26, 2003, 11:08 AM
Post Re: Launching in frameset
Eliot 11520 Sep 10, 1999, 5:45 PM
Post Re: Launching in frameset
widgetz 11540 Sep 10, 1999, 5:55 PM
Post Re: Launching in frameset
Eliot 11526 Sep 10, 1999, 6:23 PM
Post Re: Launching in frameset
tim 11568 Sep 10, 1999, 7:17 PM
Post Re: Launching in frameset
widgetz 11619 Sep 10, 1999, 9:23 PM
Post Re: Launching in frameset
BoBo 11533 Sep 11, 1999, 5:45 AM
Post Re: Launching in frameset
Eliot 11729 Sep 11, 1999, 8:11 AM
Post Re: Launching in frameset
Digital Pimp 11705 Sep 11, 1999, 10:19 AM
Post Re: Launching in frameset
widgetz 11687 Sep 11, 1999, 11:20 AM
Post Re: Launching in frameset
Heisenberg 11716 Sep 11, 1999, 1:27 PM
Post Re: Launching in frameset
widgetz 11634 Sep 11, 1999, 5:36 PM
Post Re: Launching in frameset
Heisenberg 11644 Sep 11, 1999, 7:36 PM
Post Re: Launching in frameset
widgetz 11781 Sep 11, 1999, 9:15 PM
Post Re: Launching in frameset
widgetz 11769 Sep 11, 1999, 9:51 PM
Post Re: Launching in frameset
padders 11755 Sep 12, 1999, 2:11 AM
Post Re: Launching in frameset
Eliot 11762 Sep 12, 1999, 9:03 AM
Post Re: Launching in frameset
Eliot 11658 Sep 12, 1999, 10:03 AM
Post Re: Launching in frameset
widgetz 11620 Sep 12, 1999, 10:47 AM
Post Re: Launching in frameset
Eliot 11652 Sep 12, 1999, 11:07 AM
Post Re: Launching in frameset
widgetz 11705 Sep 12, 1999, 11:14 AM
Post Re: Launching in frameset
Eliot 11708 Sep 12, 1999, 11:28 AM
Post Re: Launching in frameset
Eliot 11750 Sep 12, 1999, 11:34 AM
Post Re: Launching in frameset
padders 11687 Sep 13, 1999, 6:56 AM
Post Re: Launching in frameset
Eliot 11688 Sep 13, 1999, 7:56 AM
Post Re: Launching in frameset
padders 11625 Sep 13, 1999, 12:34 PM
Post Re: Launching in frameset
padders 11586 Sep 14, 1999, 8:47 AM
Post Re: Launching in frameset
widgetz 11731 Sep 14, 1999, 11:31 AM
Post Re: Launching in frameset
padders 11709 Sep 14, 1999, 2:14 PM
Post Re: Launching in frameset
widgetz 11594 Sep 14, 1999, 3:11 PM
Post Re: Launching in frameset
padders 11576 Sep 15, 1999, 8:25 AM
Post Re: Launching in frameset
padders 11601 Sep 16, 1999, 11:05 AM
Post Re: Launching in frameset
TrainedMonkey 11647 Dec 20, 1999, 6:51 AM
Post Re: Launching in frameset
chmodMYundies 11638 Dec 24, 1999, 12:29 AM
Post Re: Launching in frameset
TrainedMonkey 11540 Dec 24, 1999, 1:29 AM
Post Re: Launching in frameset
widgetz 11595 Dec 29, 1999, 11:40 AM
Post Re: Launching in frameset
chmodMYundies 11595 Dec 30, 1999, 11:50 AM
Post Re: Launching in frameset
beachguy 11519 Apr 3, 2000, 8:15 PM
Post Re: Launching in frameset
Curt 11448 May 3, 2000, 5:06 AM