Internet Browser Detection
How can I detect what browser type my users are using, currently with my asp
server variables I only detect Netscape and Mozilla as U, how can I get
specific information without having to use software that you must pay for?
View Replies
ADVERTISEMENT
I have just uploaded my website and it looks fine in IE, but awful in Mozilla. I need to load a different CSS file according to what browser a user has. Does anyone have any code that will detect browsers and versions?
View Replies
View Related
I am running an asp script (form submitting to database). After the db entry I want to re-direct the users to one of 3 pages depending on which browser they are running ..
Internet Explorer, Netscape 4.7 or Netscape 6 or higher (since I am using embedded video feedback with CSS and dhtml....and all these brpwser handle things differently (ie. Netscape 6+ does not understand the <embed> tag or at least won't let me manipulate the video.) I can do it in javascript but how does one go about this in an asp script?
View Replies
View Related
I'm going to go down this route of Cookie detection
<%
If Request.Querystring("Check") = "" Then
Session("cookietest") = "True"
Response.Redirect("cookietest.asp?Check=True")
Else
If Session("cookietest") Then
<!-- Execute code if enabled -->
Else
<!-- Execute code if disabled -->
End If
End If
%>
I’m a little worried, do you know how spiders work with regards to this sort of thing? My site gets some traffic due to it being spidered by the likes of google and I don’t want to loose that flow.
If I use this at the entry point of my site to redirect browsers with cookies turned off to a page telling them to turn them on will that stop the spiders?
View Replies
View Related
Is it possible to detect browser/system language with:
Server.CreateObject("MSWC.BrowserType") ?
~
View Replies
View Related
I have a piece of ASP code that I want to run differently if it is on my
development server.Basically, if it's on my server I just want it to do a few response.writes... If it's on another server I want it to send an email.Right now I have code to do both, but it's a pain to flip flop between them.
Is there a simple way to accomplish this?
View Replies
View Related
For whatever reason, I want to get an email when my friends STATIC IP
ADDRESS clocks a visit on my site.
Will this work?: (Pretend his IP address is 80.112.144.244)
<%Session("IP")=Request.Servervariables("REMOTE_HOST")%>
<% if Session("IP")="80.112.144.244" then "Sendmail" else "Do nothing" end
if%>
Or
<% if Request.Servervariables("REMOTE_HOST")="80.112.144.244" then
"Sendmail" else "Do nothing" end if%>
View Replies
View Related
Is there a way to detect that my ASP is going to display in a frame? Everything I've found tells me how to test if the browswer is frame capable. I know HTTP_REFERER is a big hint but it isn't very authorative. I can do this easily in javascript but that is of little help while I'm still running on the server.
What I want to do is check to see if I am executing in my frame. If not then load the frame then execute. Everything I can think of to do is either too late or unreliable.
View Replies
View Related
Does anyone have a good and simple Low/High bandwidth detection script that either redirects the user to a page based on their bandwidth or which sets a variable that can be used to turn on/off media and content?
View Replies
View Related
I have an photo gallery, I want to create a button that opens a new window fixing the full size image snugley in it, which is easy.
But I want to get a script which detects the image size so i can use the variables to open the window.
What i want to not do is have to more options in the database with height and width in, and have to call them, although i'll do that if i have to, but i thought i would try something new.
View Replies
View Related
I have just installed PWS on my Win98 SE machine. Even though i change my internet connections to "Never dial a connection" it still tries to connect when i try to view my asp pages.
Presumably there is some simple option i need to change which will allow me to run my scripts without connecting to the internet.
View Replies
View Related
I am developing an ASP.Net application where I need to direct a
rendered print job to a print device (private) situated behind a router with
a firewall enabled. I hope that I can explain this properly, the details are
as follows...
PC with internal IP address of 192.168.10.1
Print device with the internal IP address of 192.168.10.2
PC sends a request to my remote ASP.Net web site for a print job (report) to
be sent back to the internal networks local printer. Is this possible to
redirect the output to the print device rather than the internal client that
made the request. code:
View Replies
View Related
Issue: whenever I try to get online, a window pops up on the screen
and gives a message, "the webpage you are requesting is not available offline. To connect,
click connect tab".
And later I can get online, or sometimes it never let me to connect to
internet. I'm fed up with this problem. I tried doing many steps to
block this message. Nonetheless, I always see this pop up.
Steps which I performed: 1. uninstalled the network drivers &
restarted the computer.
View Replies
View Related
I'd like to know how to implement a program which measures how fast a user's internet connection speed is?
View Replies
View Related
This problem occurs in classic ASP on a simple asp page I am writing.I am trying to output a random number using VBScript's Rnd() function.Whenever I refresh my browser, the same number appears(0.7055475).This happens in both Internet Explorer and Firefox. This is all I'm doing:
<%Response.Write(Rnd)%>
I have pressed F5 to refresh, cleared both browser caches,and even restarted IIS.I was under the impression that a psuedo-random number would at least change values when I refreshed my browser.Does anyone know what the deal is with Rnd() not producing different numbers?
View Replies
View Related
we need to send about 300 pdf files via an internet fax per day. does anybody know of a good hosting outfit or know of a software package we can install on our own servers to do this?
View Replies
View Related
I'm dowing a web site on my intranet in a ASP page I have to made save option, on the intranet everything is working fine, but when I upload my website in the internet I have this message:
The page cannot be displayed
There is a problem with the page you are trying to reach
and it cannot be displayed.
What is the probleme my page is in ASP and on intranet it's working fine.
View Replies
View Related
How can I programmatically in ASP detect the difference between being on an Intranet (ie no outside www access) and the Internet (where can can get www access) ?
I have a program, which has a registration module being built. The module automatically skips across a couple of servers and checks the registration codes, and skips back to the program and informs it the registration code is authentic;
the program there after continues as normal; one of my users wants to install the program on an intranet in their office - I have no problems with that except the registration system will keep stalling and requesting a valid user registration code:
View Replies
View Related
When one of my users are navigating my ASP website, and click on submit type button to move from Page1.asp to another ASP page, Page2.asp, they are getting message like
"Internet explorer cannot download <asp page> from <server>. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later."
View Replies
View Related
Is the developement process of intranet & internet application is the same....Can the internet application that I build using asp be used in a intranet enviroment....
View Replies
View Related
I would like to test ASP websites
and therefore I neet the Internet Information Service
feature from Win XP. The problem is that I have Win XP
Home Edition. Is there any way to upgrade this feature
called Internet Information Service to my Win XP Home
Edition system?
I thought there might be a file to find at the windows
download page but I just found Internet Information
Service security patches. Is there any file that installs
this feature called Internet Information Service (IIS).
View Replies
View Related
I would like to install the
Internet Information Service to my Windows XP Home
Edition System. I tried it before and I realized that
this is a special feature of Win XP Professional.
Maybe cou could tell me how to install this and run it on
my Win XP Home Editon to write ASP sites. I thought of
downloading the right file at windows download site but I
cannot find it. There are a lot of security updates but
not the setup file. Is there any other way to install it
on my system or make it work?
View Replies
View Related
Does anyone know how to make an all of internet search engine, or if its even possible?
I am willing to pay for a website to be amde for me that does this. If you reply then I will tell you more.
View Replies
View Related
How to disable Internet Explorer's minimize, maximize, close buttons
View Replies
View Related
How I can erase all the files from the cache of an ASP page, at the end of a session?
Is it possible?
View Replies
View Related
I have an ASP application that has been running fine for years. I can access the application from my laptop via the Internet without problem. I brought my laptop into the office today and plugged it into the intranet. I did not join the computer to the domain.
From inside the office I cannot run my application. I can bring up the login page and try and login, but it appear to have no session variable on the redirected page during login. I tried to set the cookies secruity to allow all, still no good.
View Replies
View Related
I'd like to check if the user accessing my site is from the internet or from the intranet, based on which I display different messages in a page. I propose to check the REMOTE_ADDR server variable to determine the user.
But I'm not sure if checking if the REMOTE_ADDR = 127.x.x.x or 10.x.x.x would suffice. Thus if the first hex part of the ip address is 10 then he's from a lan, or if t's 127, it's the local machine. Otherwise he's from internet. Would this be a foolproof way of determining where the user is from? Just forgot my TCP/IP lessons .
View Replies
View Related
I would like to test ASP websites and therefore I neet the Internet Information Service feature from Win XP. The problem is that I have Win XP Home Edition. Is there any way to upgrade this feature called Internet Information Service to my Win XP Home Edition system?
I thought there might be a file to find at the windows download page but I just found Internet Information Service security patches. Is there any file that installs this feature called Internet Information Service (IIS).
View Replies
View Related
i am trying to add iss (internet information server).i have found a web site to access iss on xp home addition and i went to view the options of the control panel/windows components.its there but it cannot be clicked on and installed.
View Replies
View Related
i am looking for to block INTERNET EXPLORER to doing its activity.how can i stop IE not to use back button OR like this way if someone want to go back from the certain page. can we show the any other IE generated messages.like page cannot be displayed etc
my basic requirement is not let the user to see his last page which he had submitted
can it be done?
View Replies
View Related
For some reason I've installed IIS but have no Internet Services Manager available for doing things like changing the namd of the "default" page etc. I've gone through the Add/Remove Programs -> Add/Remove Windows Components and I'm getting nowhere I cannot find this snap-in and it doesnt occur with the IIS install.
I've used this before at work but have been completely unable to install Internet Services Manager on my local machine.
View Replies
View Related
I am looking for a way to use the IE objects in VB/ASP to download files when prompted from webpages. Specifically just one page. It's an aspx page that generates a csv file for d-load. As soon as I go to the page it immediately prompts me to save, save as, or cancel.
Ultimately, I will build this as a DTS package in MSSQL Svr to grab the file and save it as a .txt file and not a .csv file, so I would need to utilize the save as function of that pop-up box.
View Replies
View Related
I am writing an ASP application for Internet Explorer in the UK. I have found that some of the computers on our intranet at work display dates in Internet Explorer in English format, and some in American. However, when I look in Control Panel at the regional date settings, they are all set to English date. But IE still shows the date as American.
What is more mystifiying is that the dates in my Access database are saved correctly in the English format. It is as if Access can interpret the dates correctly when saving and retrieving, but IE and ASP cannot when performing calculations or displaying on the screen. There surely must be a way of telling IE to follow the computer regional settings when it stores dates in memory?
View Replies
View Related