From an Internet page, you can't (because of security). From an intranet or local page, and using IE (or any browser with an ActiveX plugin), you can instantiate the FileSystemObject ActiveX control...
That is understandable -- since you're not aware of the four years of history behind the problem. However, rest assured I won't be responding on this thread about this topic anymore. I only did...
This is a known problem where DHTML Dropdown Menus are involved and which varies from browser to browser and from a choice of the following elements: SELECT, IFRAME, and certain OBJECTs (like,...
I'm very confused as to what you're asking. I will say that JavaScript has no built-in wildcard values (other than what is in Regular Expressions) -- you have to invent your own. To that end, I'll...
window.close() will only work on a popup window -- and, even then, probably only if that popup was opened via window.open(). It will not work on a window which the user opened themselves.
The standard XMLHttpRequest object will not allow retrieval of cross-domain source either. You can change the security settings of your own browser (e.g., in Mozilla) to allow this, but this would...
Gilbert is correct. The only way for one HTML page to obtain the source of a foreign HTML page is via script. Therefore, since cross-domain scripting is prevented by security protocols, even just...
It would have to be actual submit buttons in order to not use any JavaScript at all. For that, place these separate or together anywhere inside of your form:
The better way to handle this is to have your ASP code detect which submit button was pressed and perform the appropriate associated action. No Javascript code would be required for that. But, if...
That is just your opinion and it carries no weight when taking about what is W3C compliant.
What I posted is fully W3C compliant and should have never been denigrated in the first place.
I'm not...
It is still compliant. FONT was deprecated. Using DHTML to alter the STYLE object is not in that category.
You're just mincing words to cause an altercation (if not outright falsifying the facts)....