Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Inaccessible form submit links in .NET SDK
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tom Gilder  
View profile  
 More options Jan 9 2002, 2:44 am
Newsgroups: microsoft.public.dotnet.framework.aspnet
From: "Tom Gilder" <n...@email.ok>
Date: Wed, 9 Jan 2002 07:39:08 -0000
Local: Wed, Jan 9 2002 2:39 am
Subject: Inaccessible form submit links in .NET SDK
Hello, I have sent the following in an e-mail to MS, I thought I'd post it
here too, hopefully to discourage some of you to do this.

You can view the article in question at
http://msdn.microsoft.com/library/en-us/cpguidnf/html/cpcongenerating...

------
Hello, I'd like to comment on the very poor and inaccessible scripting
habits the Microsoft .NET documentation is encouraging.

The page entitled "Generating Client-Side ECMAScript for Postback"
instructs users to use a link such as:

  <a id="Link" href="javascript:__doPostBack('Link','')">Link</a>

This type of javascript pseudo-URL's are totally non-standard and
will only work in browsers that have scripting support, and have
scripting enabled.

However many, many users do not have this - and
therefore they simply will not be able to submit the form. The entire
page will be broken for them.

A reliable source for internet statistics, thecounter.com, shows that
last month (December 2001) around 12% of users had scripting disabled.
Do you really want .NET-powered web pages not work for that many
people? See http://www.thecounter.com/stats/2001/December/javas.php

I hope you reconsider this example, and change it to use a more accessible
method of submitting forms. I have recently written an article on this
subject, you can read it at http://tom.vpwsys.co.uk/scripting/submit.asp
------

Thanks
Tom


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.