User Profile
Collapse
-
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. -
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. -
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... -
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 %26Leave a comment:
-
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... -
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\"...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: