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