User Profile

Collapse

Profile Sidebar

Collapse
LAT78
LAT78
Last Activity: Aug 12 '10, 10:30 PM
Joined: Jul 31 '10
Location: Denmark
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • LAT78
    replied to "Missing name after . operator "
    yes but it doest work one my site and i have to use browser for the user not have to see a blank site with a submit button.
    See more | Go to post

    Leave a comment:


  • LAT78
    replied to "Missing name after . operator "
    Auto form submit in both browser ie+firefox

    Code:
    <?php
    if(!function_exists('BrowserDetection')){
    	function BrowserDetection($which_test){
    		$browser='';
    		$dom_browser='';
    		$navigator_user_agent=(isset($_SERVER['HTTP_USER_AGENT'])) ? strtolower($_SERVER['HTTP_USER_AGENT']) : '';
    		if(stristr($navigator_user_agent,"opera")){
    			$browser='opera';
    			$dom_browser=true;
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...