![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveSome refresh question
From: <amerar@iwc.net>
Date: Thu Jan 26 2006 - 18:39:11 CET
Hi All,
I have an HTML form which contains A LOT of Javascript. When
Problem is, not all the data gets reflected. In the form I have the
<script language="JavaScript1.2" src="$filename"
The file is updated by the Perl/CGI script. I've checked, and the file
Also in the form is the following code:
<span onMouseOver="stm(Text[$i],Style[1])"
Basically, when you move the mouse over the lines displayed on the
If I add new data using the form, although the file on disk is updated,
So, is there something about having Javascript includes, and not
|