- Forums - Reply - Statistics - Sign Up - Search -

The Wyzz WYSIWYG Editor / My Wyzz Project / doesn´t work correctly
Author Message
carol
Member
# Posted: 18 May 2009 22:30


Hi everyone!
Please help-me.
I have 2 pages: demo.php and teste.php
When I click in submit form, some functionalities doest work, like bold, italic, underline, etc
What is wrong????

(sorry about my english)

Demo.php:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head><script language="JavaScript" type="text/javascript" src="wyzz.js"></script>
<title>openWYSIWYG | License</title>
<link href="wyzzstyles/style.css" rel="stylesheet" type="text/css" />
<link href="wyzzstyles/editarea.css" rel="stylesheet" type="text/css" />
</head>
<body style="font-family: arial, verdana, helvetia, sans serif; font-size: 12px; background-color: #F7F7F7;">
<form action="teste.php" method="post" enctype="multipart/form-data">

<textarea name="textfield" id="textfield" rows="10" cols="40"></textarea><br />
<script language="javascript1.2">
make_wyzz('textfield');
</script>

<br /><br />
<input type="submit" value="Enviar!" />
</form>


</body>
</html>

teste.php:


<html>
<head>
<title>openWYSIWYG Examples</title><link href="wyzzstyles/style.css" rel="stylesheet" type="text/css" />
<link href="wyzzstyles/editarea.css" rel="stylesheet" type="text/css" />
</head>
<script language="JavaScript" type="text/javascript" src="wysiwyg.js">
</script>


<body> <?=$_POST['textfield']?>

</body>
</html>

Your answer

Bold Style  Italic Style  Underlined Style  Image Link  URL Link  Disable BB codes *What's that?

 » Name  » Password 
 Only registered users can post here. Enter your login/password correctly before posting a message, or register first.
 

Powered by miniBB forum software © 2001-2010