Staredit Network

Staredit Network -> Miscellaneous -> PHP & javascripts
Report, edit, etc...Posted by -bilal92- on 2006-07-11 at 16:44:12
im making a website but i dont know how to make the script work, say i put a javascript into a website ex: www.freewebs.com it wont work, it just shows the print. so anyone know a websitre or a bluehost where i can post up javascripts and not pay for the website?
Report, edit, etc...Posted by lil_nemesis on 2006-07-11 at 16:52:53
Well freewebs doesn't support PHP also so their no good, l use www.addyour.net they support PHP, MySQL and there control panel is very good so l recommend them.
Report, edit, etc...Posted by Cole on 2006-07-11 at 16:59:42
You sure you did the whole <script langage=javascript></script>(Something like that) for your javascript code?
Report, edit, etc...Posted by -bilal92- on 2006-07-11 at 17:10:26
QUOTE(Min @ Jul 11 2006, 12:59 PM)
You sure you did the whole <script langage=javascript></script>(Something like that) for your javascript code?
[right][snapback]522105[/snapback][/right]


yea i did
Report, edit, etc...Posted by Centreri on 2006-07-11 at 18:09:44
You sure it was an HTML file or something else that can be used by browsers? And sometimes the Javascript code needs something else to make it work.. such as a button to make sounds play or change color, etc.

And start with HTML, not Javascript..
Report, edit, etc...Posted by Syphon on 2006-07-11 at 19:03:05
Check for these.

CODE

<script language='text/javascript'>

XXXXX

</script>


Also, it might be that your script doesn't work. Post it.
Report, edit, etc...Posted by Doodle77(MM) on 2006-07-14 at 17:27:36
Its
CODE


<script language='javascript' type='text/javascript'>

XXXXX

</script>

...
Report, edit, etc...Posted by Syphon on 2006-07-14 at 19:41:31
Screw IE6 compatibility.
Report, edit, etc...Posted by -bilal92- on 2006-07-14 at 21:33:28
QUOTE(Syphon @ Jul 14 2006, 03:41 PM)
Screw IE6 compatibility.
[right][snapback]523923[/snapback][/right]

lol what ever it is, screw it too
Next Page (1)