Web Design Forum: nuksies - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

nuksies's Profile User Rating: -----

Reputation: 10 Good
Group:
Members
Active Posts:
198 (0.13 per day)
Joined:
23-February 08
Profile Views:
4,573
Last Active:
User is offline May 24 2012 09:54 PM
Currently:
Offline

My Information

Member Title:
Dedicated Member
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Male Male

Contact Information

E-mail:
Private

Users Experience

Experience:
Intermediate
Area of Expertise:
Designer

Latest Visitors

Topics I've Started

  1. Set Selection Box value as variable

    13 May 2012 - 11:48 AM

    Hi all,
    What I'm trying to do is set the value of the user-selection from the box as a global variable that I can use outside of the function.
    I think the code below should work but it doesn't.... any ideas?

    <script>
    var c1;
        function countryfunc(val) {
            c1=val;
        }
    document.getElementById('output').innerHTML = c1;
    </script>
    
    <div id="output"></div>
    
    <select name="select" id="select" onchange="countryfunc(this.value);">
            <option value="16">Spain</option>
            <option value="15">Germany</option>
            <option value="14">Netherlands</option>
            <option value="13">Portugal</option>
    </select>


    Thanks a lot in advance!
  2. Mobile sites

    21 November 2011 - 07:44 PM

    I'm creating a seperate mobile site from my normal one and here it is so far: http://belmontallotm....uk/hcb/mobl-s/

    When resizing browser window it resizes etc fine but on my android I have to scroll tonnes, any ideas?
  3. Text box that directs to website

    10 October 2011 - 08:04 PM

    I have a textbox. I want to, using javascript, allow the user to type in a text value (say 'webmail') and, on pressing the submit button, the browser should redirect to http://www.example.com/webmail

    Probably quite simple, but I can't quite get it to work. This is what I have so far:

    Quote

    <form onsubmit="example();">
    <input type="text" id="address" />
    <input type="submit" value="Submit" />
    </form>

    <script type="text/javascript">
    function example()
    {
    var address = document.getElementById("address").value
    url = "http://www.example.com/"+address;
    }
    </script>


    Any help would me much appreciated, thanks!
    P.S. Also, the code snippet tags don't seem to be working, but might just be me!
  4. Images unblocked in email client

    11 August 2011 - 10:07 PM

    Ms Outlook, along with many clients, blocks images in email (newsletter campaigns and the like).
    Is it possible to have images show up unblocked by default? My boss says this is possible because some emails don't have their images blocked (whether this is true or not...)

    Anyone know whether this is possible and if so, how to do it!
    Thanks a lot in advance!
  5. Fonts in Email!

    10 August 2011 - 10:48 AM

    At work, they send out a newsletter to all of the buyers at a particular company. This particular company wants the email sent with their own custom font (made for all of this business' needs I assume).

    All of the recipients have this font installed on their PCs and so do we, however, when the newsletter is sent it comes up as arial as opposed to the font. We can't use just images and an alt text as the body text also needs to be this specific font.

    Has anyone got any ideas why this may be messing up and how to fix it? The recipients are most likely using outlook!

    Thanks a lot in advance

Friends

nuksies hasn't added any friends yet.

Comments

nuksies has no profile comments yet. Why not say hello?