How can I program the opacity of code in objects such as my e-mail forum

I need to program the code affects only the color of my forum email pattern and not the text that doiit remain strong.

Enter the code here / / insert code here / / prepare the email field

var email = sym.$("email")

.html ("enter your Email :");

inputEmail = $('<input_/>').attr ({'type': 'text', 'value': ", 'id': 'email'});

inputEmail .css ('font-size', 14);

inputEmail .css ("width", 350);

inputEmail .css ("background-color", "#4e4e4e");

inputEmail .appendTo (email);

prepare the topic field

var subject = sym.$("topic");

topic.html ("topic :");

inputTopic = $('<input_/>').attr ({'type': 'text', 'value': ", 'id': 'subject'});

inputTopic .css ('font-size', 14);

inputTopic .css ("width", 350);

inputTopic .css ("background-color", "#4e4e4e");

inputTopic .appendTo (topic);

prepare the message field

var message = sym.$("message");

message.html ("Message :");

inputMessage = $('<textarea_/>').attr ({'type': 'textarea', 'rows': ' 10', 'pass': ' 25', 'value': ", 'id': 'message'});

inputMessage .css ('font-family', "Arial, Helvtica, sans-serif");

inputMessage .css ("color", "#ffffff");

inputMessage .css ('font-size', 14);

inputMessage .css ("background-color", "#4e4e4e");

inputMessage .css ('box-shadow', ' #4e4e4e ');

inputMessage .css ("width", 350);

inputMessage .css ("height", 150);

inputMessage .appendTo (message);

var submitBtn = sym.$("btn");

submitBtn.html ("Submit");

submitBtn.css ("text-align", "Center");

submitBtn.css("font-size",14);

submitBtn.css ("font-weight", "bold");

submitBtn.css ("color", "#ffffff");

get the value of the different fields

function emailInfo() {}

var emailInfo = inputEmail.attr ("value");

var topicInfo = inputTopic.attr ("value");

var messageInfo = inputMessage.attr ("value");

This puts to the test values

Alert (emailInfo + "" + topicInfo + "" + messageInfo);

you will need to insert the e-mail address where to send the result below.

/ / CHANGE THIS BELOW [email protected] to the EMAIL ADDRESS YOU want TO SEND THE MAIL to.

location =? subject = "+ topicInfo + '& body =' + emailInfo + messageInfo;"

Returns true;

}

Send the info to the server

{submitBtn.click (function ()}

emailInfo();

});

OK great, that worked thanks

Tags: Edge Animate

Similar Questions

  • How can I change the opacity of a single object?

    I have a PDF file created by another application, an application that is not able to establish the transparency of a color. I have exported to PDF. When I opened it in Adobe Acrobat Pro, I can select the tool change object and select the object, then rightclick Edit. The object is opened in Adobe Illustrator. Can I change this object here, but how do I get it in the original file? In other words, how do I edit something on the spot?

    I tried opening of the PDF file directly in HAVE, but HAVE complained it does not have the Arial font and then replaces all through boxes. I can't change opacity, but on record, the remains of info fonts broken, then all the texts disapper?

    Can someone tell me if there is a way to do this?

    Using the first method should work best. When you use the tool change object, and it opens at work in Illustrator, make changes, and THEN SAVE THE FILE in ILLUSTRATOR. This change should be applied to the PDF file. Note: I never have to change transparency (I made other changes), but I think it should work if you save it.

  • How can I get the six digit code for my iPad Pro? I have two other iPads and an iPod but I enter the codes I get and the Pro is just off!

    How can I get the six digit code for my iPad Pro? I have two other iPads and an iPod but I get the codes I get and the Pro is just disabled for longer and longer whenever he rejects these codes!

    If you have forgotten the password for your iPhone, iPad or iPod touch, or your device is disabled - Apple supports

  • How can I program the machine of the time's up

    How can I program the machine of the time's up

    Time Machine is designed as an incremental backup system. It defeats the purpose it is only work one or two times a day, etc.

    If you want anyway, there are third-party solutions such as TimeMachineEditor and TimeMachineScheduler.

  • How can I get the original xml code to a webservice called...

    I use WL 10.3.

    I created a WebService using WSDL as a starting point. The Web service is running as it should, but now I want to go back to the original XML that was passed in.

    I tried to collect the data to a string using JAXB, but he complains that there is no notation for @XmlRootElement - so, who does not work.

    I also tried to access the original data by injecting the WebServiceContext, but this value is always zero (not sure why that doesn't work)...


    Is someone can you PLEASE tell me how can I get the original XML code?

    You can use managers to this end, for example,

    package server.handlers;
    
    import javax.xml.transform.Source;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.stream.StreamResult;
    import javax.xml.ws.LogicalMessage;
    import javax.xml.ws.handler.LogicalHandler;
    import javax.xml.ws.handler.LogicalMessageContext;
    import javax.xml.ws.handler.MessageContext;
    
    public class ServiceLogicalHandler implements LogicalHandler {
    
        public boolean handleMessage(LogicalMessageContext context) {
            Boolean direction = (Boolean) context.get(LogicalMessageContext.MESSAGE_OUTBOUND_PROPERTY);
            if (direction) {
                System.out.println("LOGICAL - DIRECTION IS OUTBOUND");
            } else {
                System.out.println("LOGICAL - DIRECTION IS INBOUND");
            }
            return true;
        }
    
        public boolean handleFault(LogicalMessageContext context) {
            Boolean direction = (Boolean) context.get(LogicalMessageContext.MESSAGE_OUTBOUND_PROPERTY);
            if (direction) {
                System.out.println("LOGICALFAULT - DIRECTION IS OUTBOUND");
    
                LogicalMessage message = context.getMessage();
                Source payload = message.getPayload();
                try {
                    Transformer transformer = TransformerFactory.newInstance().newTransformer();
                    transformer.transform(payload, new StreamResult(System.out));
                } catch (TransformerException ex) {
                    ex.printStackTrace();
                }
            } else {
                System.out.println("LOGICALFAULT - DIRECTION IS INBOUND");
            }
            return true;
        }
    
        public void close(MessageContext context) {
        }
    }
    

    More information on managers can be found here: http://www.javaworld.com/javaworld/jw-02-2007/jw-02-handler.html

  • somehow, I've changed the shading of the drop down menus. How can I increase the opacity of the menus.

    I was fiddling with the settings and change the opacity of the drop down menus (like when I get a few letters in the browser address window, and a menu drop-down is displayed with suggestions). The drop down menu is now almost transparent - almost impossible to read. How can I change this back?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    Safe mode disables extensions in Firefox 4 and later versions, and disables hardware acceleration.

    Try turning off hardware acceleration.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    If disable hardware acceleration works then check if there is an update available for your graphics display driver.

  • How can I remove the facebook 'like' code?

    I need to help, removing the facebook 'Like' the widget I installed in my Web site.  The button does not appear, all I get is a large retangular to the point where I inserted the button. Code view me gives a message stating the code 'love' cannot be changed, and I don't know how to remove it.  I'm not very well informed in HTML, but I can't find my way inside the code (a little).

    Thank you

    Skip Holbert

    The best way to remove any code is to work in split screen and then click on the facebook design mode window ONCE and this will highlight the corresponding code in the code view which can now be removed.  As you find your way in the HTML code, it's the best way I can think.

    Hope that gives you the idea.

  • Satellite Pro A120: How can I identify the disk - bar codes?

    I had my hard drive stolen at work with all the things my company on... The person was taken, but the police want to show me its mine, everyone in my office has the same confidential files.

    My question is: among the labels of codes bars on my hard drive... is one that would connect to my computer?
    Or is there something that can be sound from my computer?

    The computer is a satellite pro A120

    Thanks in advance

    Hello

    I'm no expert, but I think that something like that does not exist. HARD drive is the product of mass and also one Extensible parts on every laptop.

    I must say that the previous user has the right idea. If you use the password to protect your operating system, it may be the best evidence for you.

  • How can I change the separator cost Code (Code WBS)?

    Hello

    I thought this cost code separator is always hyphen ' - '.

    But in our demo database, I saw this code separator is the slash ' / '.

    Where can I put the separator for cost codes?

    There is a definition of data called separator cost Code. You can change the default value to whatever you want the separator to be.

  • How can I fix the opacity of the brush mask quick?

    I have a problem after you make a selection using the quick mask. The opacity of the final image, I cut out the selection is too light. I must have accidentally changed something in the settings because I never had a problem with the front brush. But I don't know what I did. I made sure to adjust the opacity and hardness of the brush. And even if the red brush seems to have good opacity, the end result is the same. Is there a way I can 'reset' quick mask/brush settings? I have attached what looks like the final image. Thank you.

    Screenshot 2015-04-16 19.30.12.png

    I think you have misunderstood me. What seems to you had to double-click the icon of QM to open the dialog box, change the transparency color of red, default 50% to 100% black.  I should change it, because the parameter you have now is not good for man nor beast (as they say).

    Suppose you start with no selection and you activate the QM mode.  Now select a black brush with its opacity to 100% (just press the zero key).  Paint on your image, and (if you have reset the settings as advised QM), you will see a red 50% where you paint.  Now deactivate QM, and find yourself with the selection.  You can choose to do with this selection everything you like.

    Personally and I know agree, I'd rather have QM "Color indicates the selected area" value more experienced users.

  • How can I change the opacity of the layer mask?

    HI -.


    I used a layer mask to hide portions of a picture.

    Now I need to leave this hidden part of show at, say, 50% opacity (I'll have to experiment to find the optimal percentage.).

    I'd like to screw up the layer mask and start on another.  Already, I thought I could duplicate the masked layer, remove the mask on the copy and set its opacity to 50% but now I have 2 layers.  I suspect that there is a way to do without a double layer.

    Is it possible to adjust the opacity of the layer mask?

    TIA your entry

    JL

    Win7, Photoshop CS5

    Have you tried to use the controls in the masks palette?

    You control the opacity of the area exposed with the opacity of the layer and the density of the hidden box with the density on the masks palette slider.

  • How can I remove the white fringes around dark objects - Elements 10

    Landscape photos in differential high contrast areas I get a white fringe. How can I REMOVE this?

    R_Kelly wrote:

    This can happen with a photo that has been sharper.

    I also found that the effect of the new "shake removal" is inclined to create similar artifacts.

    Sharpening works around the edges to change the brightness of the darker and lighter side on the edge. Closer to the edge, the lighter side becomes even lighter, darker becomes darker. The limit on the Board now has a lot more visual contrast.

    One way to thwart the "oversharpening" is to use a reverse action (blur).

    The effect that can produce a similar action on the edges in the opposite direction, is the "Gaussian" filter blur. The same idea is also used with the method "high pass sharpening layer.

    The problem with the "fuzzy" is that it removes the sharpening anywhere, and not only where the white objects are a problem.

    The first idea is to use masks to limit the effect around the areas at issue.

    The other idea is to use a "fuzzy" selective running only on the clear part of the edge.

    To try this, select a test with details of file image and sharpen strongly to the visible white fringes.

    -duplicate your background.

    -Apply the filter ' other > high pass with a radius of 1 to 3 and choose a like a soft light blending mode. (even more sharpening)

    -reverse this layer: blur effect as with Gaussian blur.

    -Stamp visible (create a new layer with the resulting effect)

    -remove or hide the high pass layer

    -set the new layer to "compete."

    The result is that you always keep the original on the dark side of the edges, while sharpening effect by masking the effect on the lighter side.

    Of course, using masks to apply the effect on the areas with problems is also to be considered.

  • How can I insert the paypal button code?

    I sell t-shirts and I need to have a paypal button which has options for sizes. Can someone tell me how to do this? Thanks in advance.

    You can use the Paypal widget that comes with the Muse in your library of Widgets in social media or if you have the embed code for Paypal, you can use the object--> to insert the HTML code and then paste the code in there.

  • Acrobat XI Pro how can I control the opacity of the tool 'add a text comment "?

    It displays 40% Transparent and even with the properties bar open when I select the text there is no place to control and change it to display at 100%? I don't have this problem with the tool "add text box '... I can control the transparency of the text set of properties box. But impossible to find where the transparency of the tool control 'add a text comment' at all... Thoughts anyone?

    BOOM! Found on another forum.

    «Looks like the default opacity have somehow got will mark the beginning for this annotation type.» To check, you can check the following Windows registry key:

    HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\7.0\Annots\cAnnots\cFreeText_003aFreeTextTypewriter

    for an entry "dopacity". Is there such an entry on your machine, and if so, what is its value?

    George ".

  • How can I change the opacity of my toolbars?

    I am in the process of setting up a new PC. I installed FF8 and imported my old favorites. The toolbars at the top are all opaque. This part of my desktop computer can be see (a bit blurry) that make it very difficult to identify toolbar buttons!

    See:

    Right-click in the free space on your desktop.

    Left click on personalization.

    There are four options in Windows 7 at the bottom of the screen, select 'window color and appearance '.

    Select a border color

    Uncheck the box: "enable transparency".

Maybe you are looking for