RHavlick
-
4/8/2006 11:43:51 PM
Javascript Issues
Hello,
For some reason, when I try to run a simple script on any of the pages, I get errors. Here's what I'm trying to do:
<FORM name="form1">
<INPUT type="button" name="change" value="Click to see new text!" onClick="javascript:document.form1.change.value='New Text!!'">
</FORM>
That little script will run on any normal ASP.NET page, but it gives me an error when running on any CMS pages. Any ideas?
Thanks.
|