Noobkiller
Aug 13 2008, 02:41 AM
Are web pages that's running Javascript allowed for free web hosted accounts? Because it seems like I can't run my javascript code for my test site
REY619
Aug 13 2008, 03:45 AM
Whats the code you are using? There shouldnt be any problems..
Alex
Aug 13 2008, 09:09 AM
Javascript is client-side, there is absolutely no reason that Javascript would fail to execute just because it was served from our servers. Can you give a live example of this?
Noobkiller
Aug 13 2008, 12:20 PM
Sure, here's the code
CODE
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script language="JavaScript" type="text/javascript" src="wyzz.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<textarea name="textfield" id="textfield" rows="10" cols="40"></textarea><br />
<script language="javascript1.2">
make_wyzz('textfield');
</script>
</body>
</html>
I'm trying to use this
WYSIWYG Editor for my test site, but I don't see anything in the toolbar above the textfeild. Here's the
site
Alex
Aug 13 2008, 12:29 PM
The JS seems to be working fine on that site, however, it's expecting to find images and isn't.
Noobkiller
Aug 13 2008, 12:32 PM
QUOTE(Alex @ Aug 13 2008, 12:29 PM)

The JS seems to be working fine on that site, however, it's expecting to find images and isn't.
I don't know how to fix it. Can you look at my file path and see if I installed it right?
Jacob
Aug 13 2008, 12:41 PM
It's installed fine. Just not pointing to the images. Check your paths.
Jacob.
Noobkiller
Aug 13 2008, 12:48 PM
QUOTE(NaRzY @ Aug 13 2008, 12:41 PM)

It's installed fine. Just not pointing to the images. Check your paths.
Jacob.
I'm checking right now, it it seems like it is pointing at the right direction but its still not working
Noobkiller
Aug 13 2008, 01:05 PM
Still having problems!
Andrew
Aug 13 2008, 01:54 PM
make sure your taking notice of letter case. If the script is looking for an 'Images' folder, that would be a completely different folder than 'images' (take notice of the letter I in images, one is capital one isn't)
Double check that and see if that fixes it.
Also calm down, nobody here at Zymic made that script, why don't you go to the developer for help if you can't figure it out.
Noobkiller
Aug 13 2008, 03:54 PM
Okay, is there any other great WYSIWYG HTML editor script out there that anyone in this forum used for their free hosted account?
swordz
Aug 13 2008, 03:59 PM
Looking at your code, 2 of your < opening tags have been turned into < by your wysiwyg editor. Therefore, I'd think you'd be wanting to stay away from them...
I'll just mention that I know nothing about Java, so that may be intentional... But it doesn't look right...
swordz
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.