Re: Should I forbid <FRAME> & <IFRAME>?
Posted: Tue Feb 28, 2012 2:30 am
Sure is but unfortunately is not to all.
NoScripters and WebSec nerds of all lands, unite!
https://forums.informaction.com/
That was the point I was trying to make without being on the nose with it. It is generally a good rule to block them but per personal need or use or necessity, vet it and go for it.Identities Infinite wrote:Sure is but unfortunately is not to all.
Well, I preach to whoever will listen. [smile]Identities Infinite wrote:Sure is but unfortunately is not to all.
Because there is a distinct visual difference between an HTML hyperlink, which is in text, either the actual U R L or the name given to the hotlink, and a visual style element that performs a function. In this case, that function is not merely to link to the post in question, but to put it in the compose box of your reply, along with the identity of the poster you are quoting, and a different visual appearance. Here, material in quote tags appears on a light tan background, versus light blue or light aqua for the original posts. This sets aside the quote from the reply. If I quote four sections of your post, and reply to each individually, it is immediately evident from the color-change which are your quotes and which are my replies. I assume that JAWS just reads, "quote equals Identities Infinite", or something similar?Identities Infinite wrote:Why do people always seem to call links buttons?
True, but where? I have seen topics run to double-digit number of pages, and 250 or more replies, often by a dozen different posters. The topic here,Identities Infinite wrote: I usually do not use it because I feel like I am repeating everything people can read themselves.
So, no voice recognition. No capability to dictate to the machine and have it type. Perhaps look into acquiring that? Imagine the convenience. I don't know much about the present state of the art or the expense, though.I have nothing but the internal microphone integrated in the internal IDT sound card and the what-you-hear integrated in the external Sound Blaster X-Fi Notebook.
The TEXTER home page is here. It goes beyond what I said. It can execute simple scripting commands that you program, which may make it easier to move around a page or to do other actions. Check it out.I like anything that simplifies anything and if I can have something type the BBcode for me instead of typing it myself I will try it.
So "button" is a colloquialism that may not be techincally exact. Radio buttons are just that - a round buttonhole into which you insert a dot when you click.Identities Infinite wrote:I did not know about the visual styling on the links. I was referring specifically to the coding. I just viewed the source and there are <a tag followed by the anchor [href] attribute. I noticed image stuff in there too but there is different coding for buttons [just view the log-in page]. Not to start a feud or anything but those are visually-styled links. Coincidentally, I have been reading on my HTML lately and remember reading how buttons are coded.
A user who sees the quote button, edit button, etc. knows that clicking it will produce a certain action, which is probably all that they care about.Identities Infinite wrote:Thanks for making me understand the colloquialism. Do people see what they call buttons are at times technically links or does the on-screen presentation not alert them to such things?
Code: Select all
<input type="submit" tabindex="5" name="preview" value="Preview" class="button1" onclick="document.getElementById('postform').action += '#preview';" />