That is exactly what I am doing, calling an external .css file as so :
<LINK rel='stylesheet' type='text/css' href='style.css'>
And the result is what I have stated previously.
here is my code :
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html...
Hi, I have a problem with my stylesheet in Netscape(I'm using 4.7) here it is :
When you type the URL of my web site, the stylesheet code apears (in the browser) instead of the page itself.
If you hit the BACK button, then you see the intended page. after that if you navigate inside the site...
I am using Paint Shop Pro 7 eval.
I tried to make the background of my image transparent with the magic wand and it seemed to work. So I saved it in the GIF format. But when I display it on a web page the background still shows up as white.
WHY ???
In that case try using a standard perl script. (.pl) instead of a cgi. Then you won't have a windows open.
Here is an exemple :
#!/usr/lpp/ssp/perl5/bin/perl
$command_text = "ip_general";
$command_text = uc($command_text);
print '$command_text\n';
exit;
If you use the line :
use...
If it helps here is the output of the view source from the browser
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML><HEAD><TITLE>Router View</TITLE>
<link rel="stylesheet" type="text/css" href="/_themes/personnel/pers1100.css">
<link...
As I said earlier it lists the possible choices instead of puting them in a menu.
I use Netscape Communicator 4.7
I don't know how else to explain it and I can't paste an image onto my reply.
if you want to see an aproximation of the output look further up to my reply of nov 14.
if your goal is to keep the form page in the browser when the file size has not changed, then may I suggest doing this :
if($sz > 0) {
open (FILE, "$filename");
$nuData=<FILE>;
close (FILE);
open (FILE, ">$filename"); # clear file
close (FILE)...
It's hard to tell without seeing the actual code but you might want to try to put an EXIT command.
if(size == changed)
{
print "Hello !";
}
else
{
exit;
}
Would someone tell me what i am doing wrong here. the pull down menu works great in IE but doesn't in Netscape.
It lists the choices as text like so:
Chose configuration : MIG-ETHERNETMIG-TOKEN-RINGMIC-HPRIPMIG-HPRIP
instead of putting them in a pull down menu like so :
Chose configuration ...
Maybe I should have told you guys this earlier but my html code is in a CGI (Perl). I tried the html code only and your right it works. but from my CGI it doesn't.
Here is the perl code :
############################################################################
#
# Fonction...
Here is the easiest to use image converter on the market
From home plan software
http://www.homeplansoftware.com
Converts from and to BMP, GIF and JPG (or JPEG)
As you can see it lists the choices as text like so:
Chose configuration : MIG-ETHERNETMIG-TOKEN-RINGMIC-HPRIPMIG-HPRIP
instead of putting them in a pull down menu like so :
Chose configuration : MIG-ETHERNET
MIG-TOKEN-RING
MIC-HPRIP...
Would someone tell me what i am doing wrong here. the pull down menu works great in IE but doesn't in Netscape.
My code :
<SELECT NAME='action'>
<OPTION VALUE='add' SELECTED>Add
<OPTION VALUE='delete'>Delete
<OPTION VALUE='update'>Modify
</SELECT>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.