Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Seth Meranda #1
Javascript question
I have a hidden field on a form used for the server. It submits an email
address to the server. The server then process the form (through cgi-bin)
and sends the form contents to the email adress. This is that line:
<input type="hidden" name="whither" value="XXX@YYY.org, [email]XXX@YYYY.edu[/email]">
Can I create a form field, where the user can enter his/her email address,
and dynamically update the above line with a new email address? Anyone know
a Javascript way?
--
Seth Meranda
smeranda<AT>unlnotes<DOT>unl<DOT>edu
Seth Meranda Guest
-
Simple Javascript question
Hi This works the first time I click the button but wont work after that - not sure why, aim is to make it a toggle really function... -
JavaScript code question
I have had some trouble with this code. This is the code I used to tie in the street address with the combo box selection: var gstreet = new Array... -
Javascript Question...
Hi guys, Just wondering the following. If i have a page like hello.html?id=hi Can I use the variable "id" to call an script include? So for... -
Javascript and PHP/MySQL Question
I want to write a listbox sized to 8 rows - I want to show summaries in this listbox and when an item is selected, below I want to show the details... -
Simple JavaScript question...
What's the command to make something happen as soon as a page is loaded? Thanks! CS -
Sammy the Bull #2
Javascript question
Does anyone know a news group where I can list a javascript question?
Thanks...
Sammy the Bull Guest
-
jip #3
JavaScript Question
How can I re-write this code to move the JavaScript away from the body tag and
still accomplish the same thing?
<body onLoad="document.add_user.fullname.focus();">
<form name="add_user" method="post" action="">
<input type="text" id="fullname" name="fullname">
</form>
I am getting a runtime error in IE 6: "document.add_user.fullname is null or
not an object." Any help is greatly appreciated.
jip Guest



Reply With Quote

