473,799 Members | 3,134 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

image redirect question

Hi,

I notice that one image appears to be high on the entry pages for my site
weblogs. My guess is that all these visitors ever see of the site is the
image.

IS it possible to redirect these visitors to a different page that will have
the original content they clicked for, plus a link to the rest of the site
instead of just viewing the .jpg?

Thanks

Jul 23 '05 #1
3 1220
David wrote:
Hi,

I notice that one image appears to be high on the entry pages for my site
weblogs. My guess is that all these visitors ever see of the site is the
image.

IS it possible to redirect these visitors to a different page that will
have the original content they clicked for, plus a link to the rest of the
site instead of just viewing the .jpg?

Thanks


Hi,

If the people are just linking to the image like this:
<img src="http://www.yourwebsite .com/images/veryspecial.jpg ">

then you cannot do a lot, except maybe replace that veryspecial.jpg by a new
picture with your text on it, saying where they can see the real image. :-)

Regards,
Erwin Moller
Jul 23 '05 #2
David wrote:
Hi,

I notice that one image appears to be high on the entry pages for my site
weblogs. My guess is that all these visitors ever see of the site is the
image.

IS it possible to redirect these visitors to a different page that will have
the original content they clicked for, plus a link to the rest of the site
instead of just viewing the .jpg?


Are you making that "guess" based on your logs or on the visible
appearance of your page? If its from your logs, then they are viewing it
directly and not a lot you can do. If its from the visible appearance of
your page (you have a large image at the top of your page that forces
them to scroll to see the content), then redesign your page.

Nothing to do with javascript.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javas cript FAQ - http://jibbering.com/faq/
Jul 23 '05 #3
Thanks for the replies. I did expect to find that it wasn't possible, but
it never hurts to ask :)
Are you making that "guess" based on your logs or on the visible
appearance of your page? If its from your logs, then they are viewing it
directly and not a lot you can do.


Yes. The software I use for analysing the logs allows me to replicate the
visitor's search etc, and all they see is the image in the browser.

Thanks

David
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1499
by: nath | last post by:
Does anybody know how to make an image a "submit"-button WITHOUT using JavaScript ? means i have three image buttons in my first.jsp. if i press first image it has to go back.jsp when i press middle image it has to go close.jsp when i press last image it has to go next.jsp
4
44094
by: zborisau | last post by:
Hey good people, I've been given a problem to solve recently - and stuck with the solution for a good 4 days already. i have a link which leads to popup window. the purpose of that popup window is to redirect user to the one of available servers. so i need to check which server is available. i have decided to download some 1pixel image from every server and if it was downloaded
2
1783
by: Anil | last post by:
Hi All, we have hundreds of images on our server. They are shown on the webpage with the unique id. So, if the image is available then we want to show the image. If not available then, we want to display a default image. Please let me know how to do it. And if someone has got code, please send it.
0
1651
by: Duncan Welch | last post by:
I've got users uploading a file, which I then want resize, make a thumbnail out of, then delete. The image and thumbnail are working fine, but when I try to delete the image, I get an error: "The process cannot access the file "c:\inetpub\wwwroot\pictures\1\21_orig.jpg" because it is being used by another process. " I'm using the Image.Dispose() method before trying to delete it; how do I free up this image? Thanks in advance,
6
9508
by: WJ | last post by:
Is there a way to specify background image for an Aspx page at runtime in c# ? I clicked on the Web form in the IDE (Vs.Net 2003) and it shows "DOCUMENT", which is not accessible inside code behind c#. On the IDE, I can set the "background" property to http://localhost/myWeb/image/myBackGroundImage.gif, however, it would be nice to do it at runtime also. Thanks John
10
31706
by: FX | last post by:
I wanna publish a script on my site which allows me to hide image source. i have rough idea abt it. i`ll point src to some php page like: <img src="image.php"> & in tht php wat exactly shud be done so tht user doesnt come to know the real source location of image file upon clicking its properties. I've seen websites doing this. can somebody post the script for it? Thanx in advance
2
1310
by: Mike Kansky | last post by:
I have an image.aspx that accepts 1 parameter (ImageID) Then in Image.aspx i simply have the following: response.redirect("/images/" & request("ImageID") & ".jpg") Other sites can now use the following: <img src="http://www.mysite.com/image.aspx?imagesid=123"> Now a million dollar question: If my site's server CPU 100% all sites that use this tag on their pages
3
4381
by: dcruncher4 | last post by:
It is possible that we may be asked to restore a production tape, say 3 yrs later. We would prefer redirect restore for that. I am documenting a process to do a redirect restore. We take production backups via Legato. The big question is that how to get information about tablespace and containers from the tape backup. A search on this told me that db2ckbkp is the command to go for. I tested it on a backup residing on unix file system...
4
3682
by: glbdev | last post by:
Hi, I posted this question yesterday but didn't get the answer I needed. I am DESPERATE to get this working so I'm re-posting it because I don't think I worded it correctly. I have a GridView which is databound to a table. All the data is being pulled correctly so there is no problem there. On each row I have an image button which is attached to a
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10491
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10268
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10031
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7571
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6809
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.