Search Result

Collapse
18 results in 0.0041 seconds.
Keywords
Members
Tags
header
  •  

  • how i can open my php file as pop up window through php header function.

    Dear,
    I am using show my payment history window as follows..

    Code:
    <form name="myform" method="post" action="payhistory.php">
    
    <input name="pay_his" type="submit" class="memberhistory" value="Payment history" onclick="myform.target='POPUPW'; POPUPW = window.open('about:blank','POPUPW','width=550,height=400','scrollbars = yes','title= ' );"
    ...
    See more | Go to post
    Last edited by Stewart Ross; Feb 1 '12, 08:25 PM. Reason: Code tags added

  • Ollie Shotton
    started a topic HTTP Server Response Headers

    HTTP Server Response Headers

    Hi i need to make a BASIC HTTP server for a project using JUST TCP/IP Sockets so please don't suggest anything that would use some of C#'s higher level networking components, Thanks =).

    Anyway my problem:

    i have created the server and it all works so far but i haven't implemented the HTTP Headers properly, if i leave out all the headers i wrote then some browsers work fine with it (can't remember which) but when i add...
    See more | Go to post

  • Pavan B
    started a topic How to read bitmap image using C?
    in C

    How to read bitmap image using C?

    Hi,

    I need to read the size of the bitmap image (width x height) using C. If I can read the header information of the image my purpose will be served. Please let me know how I can achieve this? Please help me

    Regards,
    Pavan
    See more | Go to post

  • AutumnsDecay
    started a topic Advice on best method for redirect
    in PHP

    Advice on best method for redirect

    Hey guys,

    It's been a long time since I posted a question, and really I'm just looking for a bit of advice on something.

    I won a custom CMS contract for a company that deals with Ford Motors marketing team.

    Essentially, the marketing team wants to be able to setup a dealership account through a backend portal. Simple. No issue at all. They want the url to be www.undisclosed website.com/dealershipname...
    See more | Go to post

  • liams
    started a topic Getting a really weird compilation error with g++
    in C

    Getting a really weird compilation error with g++

    I have three files: main.cpp, Euler.h, and Euler.cpp. In Euler.cpp, I have a function that calculates prime numbers using Euler's sieve:

    Code:
    vector<int> sieve(vector<int>& primelist, int i)
    {
    	bool primes[i];
    	
    	primes[0] = false;
    	primes[1] = false;
    	
    	for (int j = 2; j < i; j++)
    		primes[j] = true;
    	
    	for (int j = 2; j * j < i; j++)
    ...
    See more | Go to post

  • Deekay
    started a topic error on acCmdFormHdrFtr - why??

    error on acCmdFormHdrFtr - why??

    I have a createForm() procedure that appears to be working and putting in controls in the detail section. I want to put the labels in the header section. As this will be a distributed .mde file I want to use vba to dynamically create the form rather than using a template. I wa using the following in order to turn on the Header (and Footer) section.

    I have (after the declaring the variables)
    Code:
    set frm = CreateForm()
    ...
    See more | Go to post

  • Thew
    started a topic Session won't work.
    in PHP

    Session won't work.

    I want to create an admin session to display a div on my website with stats, unviewable for everyone except for me. So i wrote this script:


    AdminSessionLog in.php
    Code:
    <?php
    include 'header.php';
    
    $ip = $_SERVER['REMOTE_ADDR'];
    $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
    $pass = $_POST['pass'];
    $adminsetpass = "AdminPass";
    
    if($ip
    ...
    See more | Go to post
    Last edited by Thew; Aug 19 '10, 02:26 PM. Reason: Something wrong

  • robintux
    started a topic How access to struct in .h , from my principal program
    in C

    How access to struct in .h , from my principal program

    i'm writing a header , from define a struct.

    The question is , how declare this struct in my main.c .

    function.c
    Code:
     struct data{
           size_t n;
           gsl_vector  *y;
         };
    function.h
    Code:
    /*here should be the struc data*/
    ?????
    main.c
    Code:
    #include "function.h"
    	struct data d = { n, y 	};
    Errors...
    See more | Go to post

  • Fetch Message Header without update FLAG Status from mail server

    Hi

    I am working on mail client application using IMAP. I have to show all the mail on client side from server as like in outlook. So i use FETCH Command to fetch the Message Header (FROM SUBJECT DATE) and show in grid. Now at this point i have to also show which are Read and Unread message. So i fetch FLAG Status also in FETCH command but it give always SEEN status because as i fetch the header it update the FLAG status.
    ...
    See more | Go to post

  • SSRS Exported CSV files have the header on EVERY row

    In SSRS, when a report is exported to csv it seems to output in the following format:
    • <HEADER> <FOOTER> <DETAIL1>
    • <HEADER> <FOOTER> <DETAIL2>
    • <HEADER> <FOOTER> <DETAIL3>
    • <HEADER> <FOOTER> <DETAIL4>

    and repeats like this for every row, repeating the header and footer on every line.

    However I want it to output the header at the top of the csv, then...
    See more | Go to post

  • ronolivar
    started a topic Warning: Cannot modify header information
    in PHP

    Warning: Cannot modify header information

    I looked all over the web, and i just cant find the answer.. how can i do this? I want that when the user inputs an invalid username or password my page would automatically redirect to the log.in page..

    a snippet of the problem area..

    Code:
    if(!($dbh=@mysql_connect($host,$username,$password)))
       { header('Location:index.html');
         //print "<a href=http://localhost/pms/index.html>Back to
    ...
    See more | Go to post

  • kip1790
    started a topic Need GD Library Imagecreate to display on same page
    in PHP

    Need GD Library Imagecreate to display on same page

    See example here

    Ultimately I want the image created to display next to the update button in the same browser window instead of loading into a new window. Then every time I input text and click 'update' the image is regenerated. As if you're customizing the image with whatever text the user inputs.

    A similar example I've found online is here.

    I'm simply just posting the text input variable to a PHP file...
    See more | Go to post

  • IE says "Cannot display webpage" when script reference is in body?

    Hi there,

    a very strange happened. It seems that IE (7 and 8) can't load a webpage when the script reference (script language="javas cript" type="text/javascript" src="..:") is in the body... It should be normally put into the header, that's clear. But sometimes, on dynamic web portals, it seems really complicated to do that. So, on some occasions, I insert the script somewhere in the body. But it seems...
    See more | Go to post

  • How to grab unknown SOAP header, convert to string, and pass to class library parser?

    Situation:

    I have been tasked to provide a non-intrusive solution to allow .NET web services to grab an incoming SOAP header and process the credentials stored within in such a way that a credential object is returned to the web method so they can access the appropriate role information to add to database query.

    In order to accomplish this, I created two class libraries, one that provides the "CredentialProf ile"...
    See more | Go to post

  • TRoeschen
    started a topic Best way to make header [banner]

    Best way to make header [banner]

    I want to create a header that will appear on the top of each of my webpages that shows our company logo and location addresses. I first created a jpeg image that appears on the top of each page but it doesn't appear crisp enough. I'm thinking of just creating the logo and addresses in a different div section using xhtml and css that will appear on the top of each page. Is this a good approach?
    See more | Go to post
Working...