Kimmie
09-24-2002, 09:18 PM
Hello!
I have a question. I have Netscape Communicator 4.79, and I'm trying to load a page with a single frame on it, so it "looks" like any other regular page. I know it sounds kinda silly do want to do this, but I'm trying to make a shorter URL for a personal web forum I have.
Instead of a long address like this:
http://www.mywebsite.com/cgi-bin/boardname/mainboard.cgi
I want a shoter address like this on the same site:
http://www.mywebsite.com/forums.html
I've found out that if I create a "board.html" page that is just a single frame, and have the frame load the actual URL of my board, I get a "masked" URL shortcut. This is the example script I used:
--------------------------------------
<HTML>
<HEAD>
<TITLE>Welcome to My Forums</TITLE>
</HEAD>
<FRAMESET COLS="100%" ROWS="100%">
<FRAME NAME="forums" SRC="http://www.mywebsite/cgi-bin/boardname/board.cgi" SCROLLING="AUTO" NORESIZE>
</FRAMESET>
<NOFRAMES>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.mywebsite/cgi-bin/boardname/board.cgi" TARGET="_top">
</NOFRAMES>
</HTML>
--------------------------------------
I know I can always redirect from one page to another, but I want to hide the actual URL if possible. My webhost currently doesn't offer subdomains, which is a shame, since forums.mywebsite.com would be so nice. Anyway, that single frame script works great in Internet Explorer, but not in Netscape Communicator (gee, what a shocker there, eh?). :rolleyes: It just loads up blank in Netscape. Is there a way to do this? Or is there an alternative method?
Any help is appreciated!
-- Kimmie :)
I have a question. I have Netscape Communicator 4.79, and I'm trying to load a page with a single frame on it, so it "looks" like any other regular page. I know it sounds kinda silly do want to do this, but I'm trying to make a shorter URL for a personal web forum I have.
Instead of a long address like this:
http://www.mywebsite.com/cgi-bin/boardname/mainboard.cgi
I want a shoter address like this on the same site:
http://www.mywebsite.com/forums.html
I've found out that if I create a "board.html" page that is just a single frame, and have the frame load the actual URL of my board, I get a "masked" URL shortcut. This is the example script I used:
--------------------------------------
<HTML>
<HEAD>
<TITLE>Welcome to My Forums</TITLE>
</HEAD>
<FRAMESET COLS="100%" ROWS="100%">
<FRAME NAME="forums" SRC="http://www.mywebsite/cgi-bin/boardname/board.cgi" SCROLLING="AUTO" NORESIZE>
</FRAMESET>
<NOFRAMES>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.mywebsite/cgi-bin/boardname/board.cgi" TARGET="_top">
</NOFRAMES>
</HTML>
--------------------------------------
I know I can always redirect from one page to another, but I want to hide the actual URL if possible. My webhost currently doesn't offer subdomains, which is a shame, since forums.mywebsite.com would be so nice. Anyway, that single frame script works great in Internet Explorer, but not in Netscape Communicator (gee, what a shocker there, eh?). :rolleyes: It just loads up blank in Netscape. Is there a way to do this? Or is there an alternative method?
Any help is appreciated!
-- Kimmie :)