[thelist] Javascript: url variable to form text field

Tom Dell'Aringa pixelmech at yahoo.com
Thu Mar 13 09:28:21 CST 2003


--- Joshua Olson <joshua at waetech.com> wrote:
> > <input type="text" value="
> > <script>
> > url["foo"]
> > </script>
> > " />
> 
> Is this correct?  Do you mean:
> 
> <input type="text" value="
> <script language="JavaScript" type="text/javascript">
> document.write(url["foo"]);
> </script>
> " />

Actually I think you are right, you do want to use the write()
method.

Tom

=====
>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
http://www.pixelmech.com/
var me = tom.pixelmech.webDeveloper();

http://www.maccaws.com/
[Making A Commercial Case for Adopting Web Standards]

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com


More information about the thelist mailing list