Viewing My Posts

< Back to Forum


12 years ago
Thread: Mirror, Upload, Download, and bookmarks.
[quote="admin":1ovxaqm3]Why would you need these features?

EasyWeb doesn't allow you to import your HTML files so they wouldn't be really useful anyways...[/quote:1ovxaqm3]

Why EasyWeb does not allow you to import your HTML files?
12 years ago
Thread: Broken Hyperlink/Navigation widget
Hi,

Can someone help me out with this as is driving me nuts.

I have a hyperlink attached to a "Click Here" button. I am trying to set it to a page in my website called "Logged In" but each time I click away from it, it defaults back to the "Home" page. The navigation bar /widget is doing the same thing. I've tried creating brand new pages but it's not working. Please can someone take a look for me?

Thanks,
John <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->
12 years ago
Thread: Broken Hyperlink/Navigation widget
Fixed it...don't worry <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->
12 years ago
Thread: Broken Hyperlink/Navigation widget
Thanks :)
12 years ago
Thread: Font Issues
Hi Y'all,

There's a font that I really like and it works on my Mac, however, it doesn't work on my work PC or in any of there other browsers. Is there a way I can load the font with the web page so that it works in other web browser or on other PC's?

Thanks,
John

Nearly there now <!-- s:D --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
12 years ago
Thread: Forum Signiture
Paul ... would this help you if we have our EasyWeb sites as part of our signitures? Check below. I notice you guys at Rage always ask for it when we report a problem.
12 years ago
Thread: Help with Contact Us form - HTML
Hi...can someone help me with this code as it doesn't actually work? It's for a contact us form. It displays ok, but the email doesn't make it to my inbox at support@thetruthaboutdiets.net and after the message has been submitted it should take me back to the Thanks page of my website? That doesn't work either.

It has to use a PHP instead of a HTML and this is causing difficulties I have asked about this on a previous post. But when I clike on the navigation button in Easyweb to go to the contact us page it's a .HTML is there a way to change this to a .PHP.

If what I'm doing is really over complicated and there's an easier way please let me know as I'm a beginner!

Thanks
John

Code below.


<?php
switch (@$_GET['do'])
{

case "send":

$fname = $_POST['fname'];
$lname = $_POST['lname'];
$femail = $_POST['femail'];
$f2email = $_POST['f2email'];
$saddy = $_POST['saddy'];
$scity = $_POST['scity'];
$szip = $_POST['szip'];
$fphone1 = $_POST['fphone1'];

$mname = $_POST['mname'];
$sapt = $_POST['sapt'];
$sstate = $_POST['sstate'];
$scountry = $_POST['scountry'];
$fphone2 = $_POST['fphone2'];
$fphone3 = $_POST['fphone3'];
$fsendmail = $_POST['fsendmail'];
$secretinfo = $_POST['info'];

if (!preg_match("/\S+/",$fname))
{
unset($_GET['do']);
$message = "First Name required. Please try again.";
break;
}

{
unset($_GET['do']);
$message = "Primary Email Address is incorrect. Please try again.";
break;
}



if ($secretinfo == "")
{
$myemail = "support@thetruthaboutdiets.net";
$emess = "First Name: ".$fname."\n";

$emess.= "Email 1: ".$femail."\n";

$emess.= "Comments: ".$fsendmail;
$ehead = "From: ".$femail."
";
$subj = "An Email from ".$fname." ".$mname." ".$lname."!";
$mailsend=mail("$myemail","$subj","$emess","$ehead");
$message = "Email was sent.";
}

unset($_GET['do']);
header("Location: CONTACTFORM.html");
break;

default: break;
}
?>


<html>
<style type="text/css">
body{
font-family:arial;}</style>
<body>

<form action="email_form.php?do=send" method="POST">
<?php
if ($message) echo '<p style="color:red;">'.$message.'</p>';
?>
<table border="0" width="500">
<tr><td align="right">Name: </td>
<td><input type="text" name="fname" size="30" value="<?php echo @$fname ?>"></td></tr>

</table>
<p>
<table border="0" width="500">
<tr><td align="right">Email: </td>
<td><input type="text" name="femail" size="30" value="<?php echo @$femail
?>"></td></tr>

</table>
<p>


<p>
<table border="0" width="500"><tr><td>
Comments:<br />
<TEXTAREA name="fsendmail" ROWS="6" COLS="60"><?php if($fsendmail) echo $fsendmail;
?></TEXTAREA>
</td></tr>
<tr><td align="right"><input type="submit" value="Send Now">
</td></tr>
</table>
</form>
</body>
</html>
12 years ago
Thread: Help with Contact Us form - HTML
I found this page and it works fine and it's really simple to use http://www.foxyform.com
12 years ago
Thread: Media Window.
I think that the media window should integrated and should not be a "pop-up". You could put it near widgets.
12 years ago
Thread: Media Window.
And do not forget that many things in iWeb were really wise. There is no reason not to follow them. Thanks.
12 years ago
Thread: Navigation Widget
I have incorporated a contact us form, however, in order for it to work the page needs to be a .PHP as opposed to a .HTML. Is there a way to change the page extension when I click the contact us page on the navigation menu? <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->

Many thanks,
John
12 years ago
Thread: Navigation Widget
Hi Roddy,

I can't get this to work?

Do I paste that snippet of code in the header or at the start of the HTML code within the widget. I've tried both and it's not working. Can you help? The HTML code isn't working either I don't think as when I tested it with a PHP extension the form looked right although I never received the email?

Thanks,
John
12 years ago
Thread: Auto-Save Feature?
The program Beta 19, just crashed and nothing was savaged. Is there an auto-save feature built in or is it still only manual save? (Control S)

Thanks
12 years ago
Thread: Cropping a photo ????
Hello all,

Just setting up my first website with the new (Easy web) and was looking for a crop button could not find one???? "This this would make a good upgrade for Easy Web" what do you think ????
12 years ago
Thread: Cropping a photo ????
Found it !!!

Thank you, all good so far this its an amazing website builder !