Help - Search - Members - Calendar
Full Version: Javascript?
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Noobkiller
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
Whats the code you are using? There shouldnt be any problems..
Alex
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
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>
&lt;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 />
  &lt;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
The JS seems to be working fine on that site, however, it's expecting to find images and isn't.
Noobkiller
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
It's installed fine. Just not pointing to the images. Check your paths.

Jacob.
Noobkiller
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
Still having problems!
Andrew
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
Okay, is there any other great WYSIWYG HTML editor script out there that anyone in this forum used for their free hosted account?
swordz
Looking at your code, 2 of your < opening tags have been turned into &lt; 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.
Invision Power Board © 2001-2012 Invision Power Services, Inc.