Click to See Complete Forum and Search --> : length of script ??????
chris_sudz
02-05-2003, 01:48 PM
I have a big problem, my script is very long and it does not get recognized by the browser. Everything is correct the link to it in the begining of the header in the html page. Is it because the file is so big that it just wont read it. I have no idea. I have tried everything.
Zach Elfers
02-05-2003, 01:53 PM
It shouldn't matter how big the script is. The bigger it is, the longer it will take to load. If the browser isn't reading it, it is either incorrectly written, or you embeded it in the page wrong.
chris_sudz
02-05-2003, 01:58 PM
<html>
<head>
<title>DHLogger TESTING</title>
<script language="JavaScript" type="text/javascript" src="dhlForm.js"> </script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
HOW IS THIS EMBEDDED WRONG
if it even is???
Zach Elfers
02-05-2003, 01:59 PM
It isn't wrong.The problem must be with your script.
chris_sudz
02-05-2003, 02:13 PM
do you know of any common problems with scripts that might make them not work??
Thanks
Zach Elfers
02-05-2003, 02:19 PM
There are so many common problems... y don't you post a link to your script or paste it or attach it?