Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 9 votes, 3.44 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-16-2002, 09:42 PM   PM User | #1
psychonana
New to the CF scene

 
Join Date: Jun 2002
Location: Wisconsin, USA
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
psychonana is an unknown quantity at this point
Form Submit in NetScape

I know next to nothing about HTML and Javascript and such. I'm hoping this is the correct category! My question is this: I have a survey in one of my web pages. It consists of several radio buttons, drop-down lists, a text field, and a text area, followed by a "submit" button. Everything works fine in IE, but in NS the "submit" button is gone and the actual word "submit" in its place. Why? Are my tags incorrect? I used
<button type="submit">Submit</button></form>
after all my other form elements.
psychonana is offline   Reply With Quote
Old 06-16-2002, 09:48 PM   PM User | #2
amcs
New to the CF scene

 
Join Date: Jun 2002
Location: Portugal
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
amcs is an unknown quantity at this point
try this:

<form ...>

<input type="submit" name="submit" value="Submit it!!!">
.
.
.
</form>...
amcs is offline   Reply With Quote
Old 06-16-2002, 09:56 PM   PM User | #3
psychonana
New to the CF scene

 
Join Date: Jun 2002
Location: Wisconsin, USA
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
psychonana is an unknown quantity at this point
OK, well now the button actually shows up, but there are still problems. Nothing happens when I click it in both IE and NS. The text on the button is the default "Submit Query."
psychonana is offline   Reply With Quote
Old 06-17-2002, 12:05 AM   PM User | #4
JohnKrutsch
Regular Coder

 
Join Date: Jun 2002
Location: The Planet Earth Code Poet: True
Posts: 282
Thanks: 0
Thanked 1 Time in 1 Post
JohnKrutsch is an unknown quantity at this point
This sounds more like a general web design question than a JavaScript question. I will move this to post over.

In the mean time, we will need to see the code you are using or a url where it is active in order to be of much help.
JohnKrutsch is offline   Reply With Quote
Old 06-17-2002, 12:29 AM   PM User | #5
psychonana
New to the CF scene

 
Join Date: Jun 2002
Location: Wisconsin, USA
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
psychonana is an unknown quantity at this point
OK. The page it's on is at http://www.dreamwater.net/pnnccsd/survey.html .
psychonana is offline   Reply With Quote
Old 06-17-2002, 12:42 AM   PM User | #6
JohnKrutsch
Regular Coder

 
Join Date: Jun 2002
Location: The Planet Earth Code Poet: True
Posts: 282
Thanks: 0
Thanked 1 Time in 1 Post
JohnKrutsch is an unknown quantity at this point
First off I would change the submit buttob as amcs suggested. Secondly your form tag will never allow the form to be submitted:

<FORM METHOD=POST ACTION="http://www.dreamwater.net/cgi-bin/user_formmail.cgi/english" onsubmit="return false;">

Try changing the button and deleteing the onsubmit bit. I just changed them and sent a test survey. My 15 year old daughter who is a total animee freak took the survey so the answers are even real.
JohnKrutsch is offline   Reply With Quote
Old 06-17-2002, 07:09 AM   PM User | #7
psychonana
New to the CF scene

 
Join Date: Jun 2002
Location: Wisconsin, USA
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
psychonana is an unknown quantity at this point
Yay! It works now! Thank you so much, everyone. I really appreciate it.
psychonana is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:32 AM.


Advertisement
Log in to turn off these ads.