Search Result

Collapse
20 results in 0.0054 seconds.
Keywords
Members
Tags
link
  •  

  • How to make the HTML link activated by clicking on the <li>

    I have the following markup:

    Code:
    <div id="treeMenu">
    <ul>
        <li class="main"><a href="#">Item1</a></li>
        <li class="main"><a href="#">Item2</a></li>
        <li class="contentContainer"><a href="#">Item3</a>
         <ul style="display:
    ...
    See more | Go to post

  • smanCometh
    started a topic CDO Mail and using asp code in htmlBody

    CDO Mail and using asp code in htmlBody

    I have a form that inserts into a database and then generates an email to me with a link. I need that link to be a url parameter back to the record based on record ID. The url will be something like http://www.website.com/web_request_edit.asp?ID=101. Currently the line of code I have been struggling with is:
    oMail.HTMLBody = "http://ocfs.state.nyen et/web_request_edi t.asp?ID=&web_r equests.fields. item('id').valu e&"
    ...
    See more | Go to post

  • pokeynerd
    started a topic Blocking typing in Url and go to page

    Blocking typing in Url and go to page

    I need a type of code to where if you type in the Url of a page in the Search bar, when you get to the page it doesn't allow you to see the content. But if you click a link on a website it will allow you to see the content!

    Ex: instead of going to my forum by adress bar up top on browser it says: No, you must come to our main site first.

    But if you click a link on my site you will get to go to the forum without the ...
    See more | Go to post

  • sunsolaris2000
    started a topic Automatically detect link to picture?

    Automatically detect link to picture?

    I have a simple HTML page(not on server, but on PC) and it contains links to pictures.
    If I use a memory USB to store the page and I insert the memory USB into another PC I need to change the path so the webpage can still find the link to the picture.
    Is it possible to find the link automatically with JavaScript? How?

    Thank you in advance!
    See more | Go to post

  • keepitcoder
    started a topic Submit a form by a link

    Submit a form by a link

    So I have an Amazon.com Payments account and basically people must click an Amazon button to purchase the one item I'm selling. But the whole button is powered by a <form> tag with a bunch of <input type="hidden"> elements.

    Anyways, is there any way to convert this post form with only hidden elements to a text link someone can just click on?

    Code:
    <form action="https://authorize.payments.amazon.com/pba/paypipeline"
    ...
    See more | Go to post

  • desturrr
    started a topic Zend Framework library copying ?
    in PHP

    Zend Framework library copying ?

    I have just started to grasp idea behind Zend Framework, but whenever i create a project structure, i had to add the Zend library to the project which takes time and space which i don't want. In windows environment, is it possible to create link to the main zend framework so that i dont have to copy the framework to each of my projects.

    Thanks
    See more | Go to post

  • Gerard Reyes
    started a topic Need help in basic flash as2

    Need help in basic flash as2

    I'm working with Flash as2 movieclips however id on't know what to write next on my script if the frame that I want to be headed is within two movieclips. here's my script:

    on (release) {
    _root.productco ntent.gotoAndPl ay("glugoat");
    }

    but the frame glugoat is inside productcontent, which is again inside another movieclip named "productspa ge"

    any suggestion on the correct...
    See more | Go to post

  • How to temporarily-permanently change link color when accessing page

    Hi,

    in building a navigation system, I would like to use a system where I have, say, four links which naturally are different pages. Initially, all links are, say, blue. When clicking on the first link, it would change its color to, say, green. Clicking on the second link, the first link would change back to blue and the second link from blue to green. An so forth.

    I am a newbie when it comes to Javascript and in searching,...
    See more | Go to post

  • Bill Sublette
    started a topic Placing a link in Access

    Placing a link in Access

    My question is... Is there a way to place a link to a .pdf file into Access where if you click it from a database it will pull up the file? I don't think there is but it's worth the time to ask. Thanks.
    See more | Go to post

  • How to make a onmouseclick/onmouseout/onmouseover button?

    Alright, just a quick introduction. My name is David; i'm 13. And I need help making a button for my gaming profile. Don't laugh :)

    This is the website: www.tinierme.com

    This is my profile which I am making the button to link to my trading list: http://www.tinierme.com/tinierme/myp...lfDispFlg=true

    So, I can't make my button have a link on it. This is what i've got so far..

    <img...
    See more | Go to post

  • wtlemon
    started a topic Adding a link to a hover

    Adding a link to a hover

    I have a background image within a div. When I hover over it, it goes from black&white to color. Now all I need to do, is figure out to link it to a website. I want, when hovered/turns to color - for it people to click on it and it take them to a different website.



    Here's my CSS code:

    Code:
    #color {
    	display: block;
    	background: url(../img/color.gif)blue;
    	position: absolute;
    	width:
    ...
    See more | Go to post
    Last edited by Dormilich; Apr 17 '10, 09:56 PM. Reason: Please use [code] tags when posting code

  • 95ulisse
    started a topic Windows Shell Context Menu

    Windows Shell Context Menu

    Hello everyone,
    I'm new to the forum and this is only my second post, so I apologize in advance for any mistakes.

    This is my situation:
    I'm using Microsoft Visual Studio 2008 with .Net Framework 3.5.
    I'm developing an extension of the Windows Shell Context menu, and I did it, but I have a problem:
    when my menu is invoked on the links (*.lnk), it doesn't work and prevents the upper voices.
    This only...
    See more | Go to post

  • mbewers1
    started a topic Hyperlink asp control doesn't appear when set

    Hyperlink asp control doesn't appear when set

    Hi, I've got an XML file with one <title> and one <link> attribute.
    What I want to do is implement a hyperlink with the name of the <title> element and whose NavigateUrl property is set to the <link> element.

    For an unusual reason, the hyperlink never appears but, when debugged, both items from the XML file are appended to the hyperlink. What have I done wrong?

    Cheers,
    Matt
    ...
    See more | Go to post

  • goatboy
    started a topic Extracting HTML link fragment
    in Perl

    Extracting HTML link fragment

    I recently decided to start learning Perl. I usually choose something useful for my first project in any language, so I decided to write a script to give information based upon a supplied MAC address.

    Everything in the script works fine, until I try to display the MAC vendor.

    In order to do so, I supply the MAC address as a query to a website which checks it against a database. That website then displays the vendor...
    See more | Go to post

  • chainspell
    started a topic How do I tell regexp to exclude html tags?

    How do I tell regexp to exclude html tags?

    My very first post here :) I know my way around vb and js but I'm lost with regular expressions.. Anyways I have my function below, and my problem is the function changes all words into links... even the ones inside html markups like <a href, <img, etc.

    What do I need to change on the RegExp to fix that?

    Thanks so much!

    Code:
    function linkWord(){
      var y = document.getElementById("main").getElementsByTagName("div");
    ...
    See more | Go to post
Working...