Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ronsig

    download an .msi file from within an html page

    Hello Is it possible to download and execute an .msi file from within an html page like this? <OBJECT ID=&quot;RunClient&quot; Type=&quot;application/x-oleobject&quot; ClassID=&quot;CLSID:913B101A-EDD1-11D5-AD4A-0060B0FB4900&quot; CodeBase=&quot;/Root/TestFile.msi&quot; Height=100%...
  2. ronsig

    download and run an .msi in an &lt;object&gt;

    Also, How can I pass on parameters to the execution of the .msi file? Thanks, Ron
  3. ronsig

    download and run an .msi in an &lt;object&gt;

    Hi, Is it possible to download and run an .msi file using an <object> tag? Thanks, Ron
  4. ronsig

    Windows DLL versions

    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
  5. ronsig

    Dynamically choose a css

    Actually, I figured out a way, see below: <script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;>; if(document.board.GroupName.value == &quot;admin&quot;) document.write('<link rel=&quot;stylesheet&quot; type=&quot;text/css&quot...
  6. ronsig

    Dynamically choose a 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
  7. ronsig

    Dynamically choose a css

    Ummm... how is the last post relevant to the subject of this thread?
  8. ronsig

    Dynamically choose a css

    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...
  9. ronsig

    Dynamically choose a css

    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
  10. ronsig

    include a .js in a .js ??? Vituz

    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=&quot;JavaScript1.2&quot; src=&quot;b.js&quot;> </script>') b.js is now also included and accessible to functions in a.js Ron
  11. ronsig

    form action and address bar URL

    Hi! I have this page where the user enters using a URL which also sends parameters to the server :(&quot;http://xxx2/login.html?tag_OpCode=38&tag_Profile=cn&quot;) Inthe response I get a page which has an &quot;Action&quot; pointing to a different location (&quot;http://xxx2/fol1&quot;) on...
  12. ronsig

    Detect client date setting

    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 :&quot;Enter mm/dd/yy&quot; or the other way)...
  13. ronsig

    Submitting an &lt;IFrame&gt;

    &quot;All you should have to do is document.submit()&quot; From where? I don't wanty the entire page to submit, just the iframe. And the &quot;submit&quot; button is outside the iframe
  14. ronsig

    Submitting an &lt;IFrame&gt;

    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 (&quot;form2&quot;) within the page loaded to the iframe(&quot;iframe_obg&quot;), but when I try to...
  15. ronsig

    displaying '&lt;' in a &lt;select&gt;

    Hi Y'all! is it possible to display the '<' and '>' characters in a <Select> list? I know this doesn't work: <option>&lt;</option> Is there another way? Thanks, Ron
  16. ronsig

    Ampersands in an element

    Hi And what if the '&' appears in an attribute? <Elment value=&quot;bla&bla&quot;/>
  17. ronsig

    Post a form without a reply page

    If you've read through my post, you'd have seen that I already know how to post through a frame, I asked about doing away with that!
  18. ronsig

    Post a form without a reply page

    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
  19. ronsig

    accesskey activation

    Thanks!

Part and Inventory Search

Back
Top