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 IamaSherpa 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. Arzo2000

    Making Document Readonly

    Hi all, I have a document library that I would like to make all its contents readonly to a specific user group. I want the user group to be able to open up the document but not be able to make any changes to it. Any help is highly appreciated. Thank you.
  2. Arzo2000

    How to get Xml from XmlFormView.XmlForm

    Hi all, I have been trying to get the Xml string (or OuterXml or whatever you want to call it) from an InfoPath XmlForm object but with no success. Is there such a way to do so? Thanks in advance.
  3. Arzo2000

    Script works in IE7, not Firefox 2.0?

    As a matter of fact, yes! They are all in one form. I gave that shot and it did the trick. Thanks kaht!
  4. Arzo2000

    Script works in IE7, not Firefox 2.0?

    Thanks kaht for pointing that out. I guess I can use getElementsByTagName instead. But the problem is that I need to grab more than one type of element (i.e input, textarea, and select). Is there a way to grab multiple element types through another function? Or should I go the painful path and...
  5. Arzo2000

    Script works in IE7, not Firefox 2.0?

    I have the following script which is suppose to grab all parameters (and their values) passed in through query string, put them in an array, and display the parameter value in any text field on a page that has its "title" attribute the same as the parameter name. The problem is that this script...
  6. Arzo2000

    Incrementing all VALUE attributes

    Hi all, I have a lot of checkboxes on a form and I would like to set a unique value to their VALUE attribute. So basically what I am after is a script that parses through all <INPUT> tags of TYPE "checkbox" and sets the VALUE attribute to a unique number (I suggested that it would be...
  7. Arzo2000

    Auto increment VALUE attribute extension

    Thanks for your response. Personally, I dont think find and replace will do any good since I need to change all values to a unique one. Which means I have to go through each and every checkbox and manually change the value. And since find and replace is mostly used for excpetions, in my case...
  8. Arzo2000

    Auto increment VALUE attribute extension

    I was wondering if there was such an extension or a built in tool for Dreamweaver that searches for all <INPUT> tags of TYPE 'checkbox' and sets a unique value for the VALUE attribute. Example: I have 3 checkboxes as follows: <INPUT ID="chkOption1" TYPE="checkbox" VALUE="checkbox" /> <INPUT...
  9. Arzo2000

    Accessing input tag with a dynamic id

    Thanks kaht, that works great for me.
  10. Arzo2000

    Accessing input tag with a dynamic id

    Here is what I have: <div id="div" onmouseover=""> <textarea name="textarea" id="txtNotes05" runat="server"></textarea> <input type="button" id="btnDeleteNote05" runat="server" style="display:none;" /> </div> What I would like to do is display the button as I hover over the div but I...
  11. Arzo2000

    Hiding columns from lists

    Is there a way to hide specific columns on the DispForm.aspx ListForm webpart control without unghosting the page? Thanks in advance guys.
  12. Arzo2000

    CSS Print Out (HTML Controls)

    I have been looking into this for a long time now. Whenever I want to print out an HTML form, I want only the data entered into the textboxes and textareas/dropdowns to be visible instead of having it wrapped up in one of those controls. Is there a way to get ride of the HTML controls and only...

Part and Inventory Search

Back
Top