User Profile

Collapse

Profile Sidebar

Collapse
jcomputer
jcomputer
Last Activity: Aug 15 '07, 01:08 PM
Joined: Jun 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jcomputer
    replied to Asp.net browser check.
    in .NET
    i want the browser to do something different if its netscape vs internet explorer. but the coding to do something different is in the vb script.
    See more | Go to post

    Leave a comment:


  • jcomputer
    started a topic Asp.net browser check.
    in .NET

    Asp.net browser check.

    i was wondering if anyone would be able to provide some vb script that checks the browser type and prints it to a label named label1. i am in need of code that checks the type of browser the surfer is using such as firefox(netscap e) or internet explorer.

    thank you.
    See more | Go to post

  • jcomputer
    started a topic IE and Firefox display different results
    in .NET

    IE and Firefox display different results

    Hi, I created a website for a company and they wanted it in asp.net and this is not my first time using asp.net but when i check the site in internet explorer there are no errors but in Firefox everything is lined different.

    Here is the site to show you what i mean. http://graztech-1.at.vwdhosting .net

    One example would be to visit the bean bags section in firefox and the words are off to the side. Now the words are...
    See more | Go to post

  • jcomputer
    replied to php get command
    in PHP
    Thanks guys for the quick help but i just noticed what the problem was. The site i redirect to has variables in its url and it was messing up my url because they were using & so i had to change it to %26
    See more | Go to post

    Leave a comment:


  • jcomputer
    started a topic php get command
    in PHP

    php get command

    Hi,

    I am using the $_GET command to grab the url for a redirection but my urls are over 100 characters so its not going to the link i want it to. Is there a way i can get it to work with over 100 characters?

    PS. I dont have a form at all i just need the page to redirect to a website that is placed in the url ex. www.mysites.com/redirect.php?go to=http://www.google.com except the site i go to is longer then teh google...
    See more | Go to post

  • jcomputer
    replied to PHP Frames Page
    in PHP
    this is what i have so far and isnt working

    [code=php]
    <html>
    <head>
    <?php
    /*$videofile = $redirect; */
    $videofile = $_GET["redirect"]

    function frameset($video file)
    {
    echo "<title>[REMOVED --pbmods]</title></head><frameset rows=\"117,*\" border=\"0\">";
    echo "<frame src=\"ad.html\"...
    See more | Go to post

    Leave a comment:


  • jcomputer
    started a topic PHP Frames Page
    in PHP

    PHP Frames Page

    Hi,

    I wanted to create a php page that would be 2 frames. One which would have my banner 728 by 90 then the second part of the frame would be a webpage that i redirected the person to.

    Now i am having troubles getting the php to receive the page now i am sending it through a variable in the url. meaning like www.google.com/index.html?redi rect=http://www.yahoo.com

    I was wondering if someone could help...
    See more | Go to post
No activity results to display
Show More
Working...