Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
mouse over pop image (like google page)
Old 04-11-2011, 07:42 PM mouse over pop image (like google page)
Junior Talker

Posts: 4
Trades: 0
help with mouse over pop image (like google page) from access database using DW3.
i have created a a database driven page,
norfolk-island-accommodation.com
showing our tourism association showing property name, location, stars, linking the property name to their web address works fine
what i would like to do if it is posible to show a popup image for the property from the access database as the user moves the mouse over each property name.
whatway is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-12-2011, 12:11 PM Re: mouse over pop image (like google page)
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Disjointed rollover
All the code is in the page and one day I will write it up
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-13-2011, 10:21 AM Re: mouse over pop image (like google page)
Junior Talker

Posts: 4
Trades: 0
hi chrishirst
thanks for your reply, as i am an old 61 newbie to asp
how can i use the property names that are returned from the server database, to show a image for that record as a popup from the database.
i have been trying to get it to work with this entered in data source image url form.
( /images/thumbs<%=(rcATA1.Fields.Item("").Value)%> )
i must be missing something thanks brian
whatway is offline
Reply With Quote
View Public Profile
 
Old 04-14-2011, 05:53 AM Re: mouse over pop image (like google page)
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
This
Code:
/images/thumbs<%=(rcATA1.Fields.Item("").Value)%>
is missing the name of the field to display the value of.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-16-2011, 05:16 PM Re: mouse over pop image (like google page)
Junior Talker

Posts: 4
Trades: 0
hi chrishirst
thanks for your help placing the name in the code string works well to open the image in a page on the user clicking on the property name. is it possible to have the image show when the the mouse is placed over the property name, rather than having to click on it.

thanks for your help regards brian
whatway is offline
Reply With Quote
View Public Profile
 
Old 04-17-2011, 02:41 PM Re: mouse over pop image (like google page)
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Use onmouseover instead of onclick
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-20-2011, 01:16 AM Re: mouse over pop image (like google page)
Junior Talker

Posts: 4
Trades: 0
hi chris thanks for your help, as newbie i am not to clear on how too, or were too, place the mouseover code. this opens the thumb image in new webpage. sorry to be a pain but i am learning all the time.
<a href="<%=(rcATA.Fields.Item("propAddress").Value)% >" target="_blank" class="style1">/images/thumbs<%=(rcATA1.Fields.Item("thumbs").Value)%>></a></div></td>
whatway is offline
Reply With Quote
View Public Profile
 
Old 04-28-2011, 03:12 PM Re: mouse over pop image (like google page)
kline11's Avatar
SearchBliss Web Tools

Posts: 1,782
Name: John
Location: USA
Trades: 0
Change target="_blank" to target="_self"
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to mouse over pop image (like google page)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30212 seconds with 12 queries