Hello
Is it possible to download and execute an .msi file from within an html page like this?
<OBJECT ID="RunClient" Type="application/x-oleobject" ClassID="CLSID:913B101A-EDD1-11D5-AD4A-0060B0FB4900" CodeBase="/Root/TestFile.msi" Height=100%...
Hi,
Is there someplace (probably in Microsoft's site) where I can see what DLL's and what versions of those DLL's are included in the different Microsoft OS?
thanks,
Ron
Hi!
Is it possible to run a script which checks a field in a page as it loads, and then assign a certain css file to the page depending on that field's value?
10x
Ron
Hi!
I have this page where the user enters using a URL which also sends parameters to the server :("http://xxx2/login.html?tag_OpCode=38&tag_Profile=cn")
Inthe response I get a page which has an "Action" pointing to a different location ("http://xxx2/fol1") on...
Hey, people!
Is there a way to detect which format the date is on a client machine (US/European), so when I display a date entry box I'll know whether to expect and check against -
mm/dd/yy
Vs.
dd/mm/yy
(to clarufy: I need to display either :"Enter mm/dd/yy" or the other way)...
Hello everyone!
Is there a way to have an iframe submit without the surrounding page getting replaced as well?
Also, I'm having a problem submitting a form within the iframe: there's a form ("form2") within the page loaded to the iframe("iframe_obg"), but when I try to...
Hi Y'all!
is it possible to display the '<' and '>' characters in a <Select> list?
I know this doesn't work:
<option><</option>
Is there another way?
Thanks,
Ron
IS there a way to send a post message to the server as a way of notification, without the server sending back a reply page?
I know I can use a different (invisible) frame to do this, but I was wondering if I can do it without the hassle.
Thanks,
Ron
Hi,
I'm using the "accesskey" attribute for buttons/links, but the hot keys only set the focus on the button/link.
How can I make them actually fire the button's callback function?
e.g
<button accesskey="t" onclick="alert();"><u>T</u>est
</button>
<a...
Does anyone know how I can use the Activex dialog which authenicates users when they try to access a specific Web page?
By that I mean the dialog box which pops and asks the user to enter his/her user name and password (and possibly other information)
thanks,
Ron
Does anyone know how I can use the Activex dialog which authenicates users when they try to access a specific page?
By that I mean the dialog box which pops and asks the user to enter his/her user name and password (and possibly other information)
thanks,
Ron
In continuation to my scrolling question from 3 threads below,
I know it's possible to do this:
document.captureEvents(Event.MOUSEUP);
document.onmousedown=norightclick;
Is it also possible to do something like this?
document.captureEvents(Event.SCROLLPAGEDOWN);
or...
Hi!
Does anyone know how I can:
1. Determine if a captured scroll event is horizontal or vertical?
(I'm using <body onscroll="..."> to handle the scrolling)
2. Stop the scrolling from the event handler i.e. if the event handler "decides" the scroll should be aborted, it...
Hello,
I've come across several words which, if used in my scripts, sometimes cause IE to crash
For instance, I've used "Schema" as the id of an input field and every now and then the browser crashed after loading the page. Once I changed the id to a different value, the problem...
Hi!
I've recently learnt that the character ▶ renders as
the Unicode "black right-pointing triangle".
I have been unable to find a single conversion table isting this html code.
Does anyone know where I can find it?
Thanks!
Ron
Hi
I'm trying to sniff out the exact browser version used, but all IE versions return "4". How can I distinguish between 5, 5.5, 6 etc.?
Thanks,
Ron
Hi
I'm trying to sniff out the exact browser version used, but all IE versions return "4". How can I distinguish between 5, 5.5, 6 etc.?
Thanks,
Ron
Hi!
I've manged to resize my frameset in IE using :
<frameset frameborder="0" framespacing="0" border="0" cols="*" rows="46,*,25" id= "s1" name="s1">
and a script saying...
Hi, All!
I've tried using the folowing in N6.2 and got a javascript error back:
<tr id="row1" onClick="RowSelection('row1',this,self.event.ctrlKey,self.event.shiftKey);self.event.cancelBubble=true;">
apparently, Netscape doesn't handle the "self.event" command...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.