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
Actually, I figured out a way, see below:
<script language="JavaScript" type="text/javascript">;
if(document.board.GroupName.value == "admin")
document.write('<link rel="stylesheet" type="text/css"...
can't. The server-side application (c++) is fixed, only the UI scripting may be changed. Of course, I am able to place new .css/.js files on the server
okay, what I meant was:
When the user loggs on, I check a field value in the page e.g. the username supplied before, group membership in the company (this is a commercial product).
So, I need to set the css file I use for the page, but only after the page has finished loading.
Is this...
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
Just encountered the same problem.
I came up with this (seems to work)
suppose you have a.js and b.js
so in a.js you can put this line:
document.write('<script language="JavaScript1.2" src="b.js"> </script>')
b.js is now also included and accessible to functions in a.js
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)...
"All you should have to do is document.submit()"
From where? I don't wanty the entire page to submit, just the iframe.
And the "submit" button is outside the iframe
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
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.