#Index file require('pages.pl'); &ReadParse; $page=$in{'page'}; $ref1=$in{'ref1'}; $ref2=$in{'ref2'}; $ref3=$in{'ref3'}; &Splash; if ($page eq '') { $page="home"; } if ($page eq 'home') { $heading="Welcome to $name"; $splash=$splashimg1; } elsif ($page eq 'about') { $heading="About $name"; $splash=$splashimg2; } elsif ($page eq 'contact') { $heading="$name Online Contact"; $splash=$splashimg2; } elsif ($page eq '1') { $heading="$page1"; $splash=$splashimg2; } elsif ($page eq '2') { $heading="$page2"; $splash=$splashimg2; } elsif ($page eq '3') { $heading="$page3"; $splash=$splashimg2; } elsif ($page eq '4') { $heading="$page4"; $splash=$splashimg2; } #elsif ($page eq '5') { print "location: $myurl/index.html"; } elsif ($page eq '6') { $heading="$page6"; $splash=$splashimg2; } elsif ($page eq '7') { $heading="$page7"; $splash=$splashimg2; } else { &Error("The URL you entered is incorrect. Please try again"); } &Header("$heading"); require("$page.pl"); &Footer;