开发者

I need help in action forms

开发者 https://www.devze.com 2023-02-05 23:52 出处:网络
I am working in HTML and forget how to The action of the form should be null (#).I have开发者_如何学运维 been looking through my book and even looking on the web for it can someone point me in the rig

I am working in HTML and forget how to The action of the form should be null (#).I have开发者_如何学运维 been looking through my book and even looking on the web for it can someone point me in the right directions. I have to make a survey for my class and it all need to be null or the form does. thank you so much.


I think the only way to stop a form from submitting is to use JavaScript. If you leave the action blank (action="") or leave it off entirely, then it defaults to the current page. That's probably as close to a null action as you're going to get.

0

精彩评论

暂无评论...
验证码 换一张
取 消