I have a perl script that creates hyperlinks dynamically which send data to the same script. For example say I have a script called quotes.cgi which can accept a some parameters. My hyperlinks are in the form of:
<a href=?qsymbol=DM&bid=120050>D-Mark</a>
In Navigator 4.08 when I click on the link it attempts to open what is in the cgi-bin directory and in the status bar of the browser displays the following:
I tested the generated hyperlinks in MSIE v5.5 and Navigator 6.2. In both browsers if you click on the links you will get the page that displays the info passed to the quotes.cgi on a simple html page. Also in the status bar for both browsers you will see the following:
Why does Navigator 4.08 try to access the cgi-bin directory instead of displaying a simple html page and not show the cgi program as part of the URL? Thanks in advance for any help or suggestions offered.
Note: This was tested on SunOS 5.7 running Apache server and
I even ran this test locally on my WindowsNT 4.0 Workstation using Apache.
<a href=?qsymbol=DM&bid=120050>D-Mark</a>
In Navigator 4.08 when I click on the link it attempts to open what is in the cgi-bin directory and in the status bar of the browser displays the following:
I tested the generated hyperlinks in MSIE v5.5 and Navigator 6.2. In both browsers if you click on the links you will get the page that displays the info passed to the quotes.cgi on a simple html page. Also in the status bar for both browsers you will see the following:
Why does Navigator 4.08 try to access the cgi-bin directory instead of displaying a simple html page and not show the cgi program as part of the URL? Thanks in advance for any help or suggestions offered.
Note: This was tested on SunOS 5.7 running Apache server and
I even ran this test locally on my WindowsNT 4.0 Workstation using Apache.