Search Result

Collapse
234 results in 0.0075 seconds.
Keywords
Members
Tags
html
  •  

  • Failed to get correct o/p due to wrong in if condition

    Code:
    <!DOCTYPE html>
    <html>
    <head>
    	
    	<script type="text/javascript" charset="utf-8" </script>
    	<script type="text/javascript" src="search.js" ></script>
    	<script type="text/javascript" charset="utf-8">
    		
    	function search()
            {
             var x=document.getElementById("From").selectedIndex;
    ...
    See more | Go to post
    Last edited by Dormilich; Jun 11 '12, 09:41 AM. Reason: Please use [CODE] [/CODE] tags when posting code.

  • john garvey
    started a topic Display a Wait/ Busy cursor
    in PHP

    Display a Wait/ Busy cursor

    Hi Guys

    I have a form using PHP/ CSS/ HTML for updating customer details and then eMailing them the revisions. The form is posted with an 'Input: Type Image' which updates the database prepares a bespoke HTML email and sends it. My problem is this, the above process takes a couple of seconds before the user is sent to a confirmation page which gives the feeling that nothing has happened and the probability is the user may try to click...
    See more | Go to post

  • bryan41
    started a topic JavaScript click and hover function needed

    JavaScript click and hover function needed

    Okay, So I don't want a website like this http://colorpx.com/, but the idea of how the Click and Hover function works. I can't seem to find that script they have or what it's called to look it up. But I'm sure it's very simple.

    I want to be able to click and (not release) and drag over other Div's and change the element of multiply ones without having to release the mouse button.

    Sorry for nooby question if this is something...
    See more | Go to post

  • Wesso
    started a topic How to send a variable value from html to XSLT?
    in XML

    How to send a variable value from html to XSLT?

    Hi

    I have a xsl page, that shows 14 barcodes on one page for printing.

    I have created a dropdown list so that you can define how many barcodes you want on a single page.

    I have an xsl variable "barcodeTotalNr" with default value of 14.

    I have a dropdown list "barcodeTotal" which assigns a value to be read into "barcodeTotalNr" by a reloading / submiting the page....
    See more | Go to post
    Last edited by Dormilich; May 15 '12, 02:17 PM. Reason: Please use [CODE] [/CODE] tags when posting code.

  • 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

  • My javascript functions do not work in Python?

    Code:
    #!C:/Python27/python.exe
    
    import cgi
    form = cgi.FieldStorage()
    
    a=int(form.getvalue('a','0'),0)
    b=int(form.getvalue('b','0'),0)
    
    
    print """Content-type: text/html
    
    <html>
      <head>
        <title>Greeting Page</title>
      </head>
      <b><h1>Welcome!</h1></b>
      <body>
    ...
    See more | Go to post

  • thisguyal
    started a topic Can you help me fix my Layout/CSS issue?

    Can you help me fix my Layout/CSS issue?

    Hi,

    I am trying to alter the CSS of my site so that content does not get displaced when the browser window size is decereased.

    Screen1 shows the page when the browser size is wide enough. This is deally how the images will appear no matter what the broswer

    width is, the images that fall outside the width would merely not be shown.

    Screen2 shows the page when the broswer width has been decreased...
    See more | Go to post

  • LaurentPerche
    started a topic preg_match_all to retrieve data from HTML page
    in PHP

    preg_match_all to retrieve data from HTML page

    I am a beginner so bare with me please.

    I am trying to create a PHP script to retrieve the location of an IP address using the info sniper.net webpage.

    I am trying to parse the following HTML code:
    Code:
    map.openInfoWindow(map.getCenter(),"<br /><strong>n/a, Hong Kong</strong>");
    and thought that the following PHP script would work:
    Code:
    <?php
    $str = file_get_contents("http://www.infosniper.net/index.php?ip_address=203.84.219.114");
    ...
    See more | Go to post
    Last edited by LaurentPerche; Apr 11 '12, 11:20 AM. Reason: couldn't get the [CODE] tag to work

  • Yousef Altaf
    started a topic search with php on my site problem
    in PHP

    search with php on my site problem

    hi every one I have a problem with my search on my site I don't understand why it give me this error

    this is my form code

    Code:
    <form action="index.php?cat=search_results&learn_id=1" method="post">
          <div id="topSearchBodyStyle">
            <input type="text" name="search" class="topSearchTextBackground" />
          </div>
    ...
    See more | Go to post

  • scooby3d
    started a topic Need help with HTML2PDF
    in PHP

    Need help with HTML2PDF

    For some reason the HTML2PDF/TCPDF is not rendering the PDF... and I have no idea why... :S

    render.php (the file to be accessed) --> http://pastebin.com/6FEqd9Vf

    form.php --> http://pastebin.com/7y1ed8Y0

    (The links will lead you to the code im trying to use, so you can test it, you will only need the HTML2PDF Class)

    can somebody tell me why the form isn't rendering??? I'm freaking...
    See more | Go to post

  • themightystef
    started a topic function output as form value

    function output as form value

    hi,

    i've been looking for the right answer but can't seem to find it, so I figured i'd give this a try.

    I'm trying to make a website where visitors can input the quantity of a certain product they want, then press a button to have a function calculate the total price of the selected products. so far I've ovly been able to get this final value in an alert box, but what I'm trying to do is to have the final price written...
    See more | Go to post

  • RdKodes
    started a topic Create Html files in a folder
    in Perl

    Create Html files in a folder

    I have "http://finance.yahoo.c om/q/ks?s=TLM" stored in a variable.

    $Link= "http://finance.yahoo.c om/q/ks?s=TLM";

    Now, I would want to create a folder and save this page in that folder.


    Example: Dir/Folder/FileName

    How do I do it in Perl?
    See more | Go to post

  • sandyago
    started a topic useful software to convert PDF to HTML?
    in APIs

    useful software to convert PDF to HTML?

    Hello everyone, I'm actually seeking help here. Can anybody tell me if there's any useful software to convert PDF to HTML? Better recommend one that you have used befoore! Is the operation complicated?
    See more | Go to post

  • spengbab
    started a topic Basic question about tooltips

    Basic question about tooltips

    I'm a novice when it comes to HTML, and maybe this isn't the right place to ask this. If so, I'm sorry.

    I have a novel I want to use to practice my Spanish, reading it in my browser, and I want to have a tooltip appear with translation for difficult words, by making them into a false link.
    I know there's excellent dictionaries available online, but I want to use this method as well.

    The problem is that there's a couple...
    See more | Go to post

  • Anirban Kundu
    started a topic Freeze pane using html/css

    Freeze pane using html/css

    Hi,

    I have a dockable panel on the html page. I need to freeze the header of the pane. How do I do this ? I do not want to use any jquery plugin nor very complicated javascript coding. I believe this can be a very easy solution using only html/css or using very minimal javascript.

    Can you please suggest me a solution.

    Thanks,
    Anirban
    See more | Go to post
Working...