mailforms and frame sizes

windows

Guest
<br />
Hello Webmasters,<br />
<br />
I'm making a new personel site, <!-- m --><a class="postlink" href="http://www.tanapolis.com">http://www.tanapolis.com</a><!-- m --> but have come across two problems...<br />
First is that I want the flash/images in the topframe to resize to fit the width of the screen completely up to the original 800pixels. Same for the height. In other words... no scrollbars for this frame.<br />
<br />
Second... I want to make a mailform including the cgi/perl file. I've made a form under "contact" but want it to work through my server.. not my lokal outlook. I have no idea how to configure the cgi/perl file, so help would be welcome. <br />
<br />
Please help!!!<br />
<br />
Michael Tan<br />
http:\\www.tanapolis.com<br />
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><!--content-->Make the frame the correct size and use scroll=no instead of scroll=auto in the frameset document for the top frame.<br />
<br />
You don't inlcude a PERL script on the page, the PERL/CGI script gets uploaded to your directory that is setup to run scripts (usually the cgi-bin) and the form on the webpage uses the action=yourscript.pl(or .cgi) attribute to send its data to the appropriate script. Scripts generally need to be CHMOD to 755 (RWXR-XR-X) you do that with your FTP program or via telnet or your server administrator can set that for you.<br />
<br />
Kevin<!--content-->
 
Back
Top