iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-19-2006, 06:22 PM
kerer99's Avatar
WebProWorld Member
 
Join Date: Apr 2005
Location: Calgary, Canada
Posts: 93
kerer99 RepRank 0
Default Must...Have...Checkmarks

I've got a programming dilemma...

I would like to create a page on my website where if somebody clicks on an external link, a "checkmark" image or checked form box appears on the original page. The external links would use be programmed as target="_blank".

When the user would return to the original page, they could do this over and over again until all of the external links would have a checkmark beside them.

I don't know much about javascript, but I assume this idea would be best programmed in this? There could be an image of a blank box next to the image initially, and then once the external link window would be opened, it would "fetch" the checkmark image from the server.

Does this make sense? Does anybody have ANY idea how I could accomplish this?

Thanks in advance! :D
__________________
Free Online Paid Surveys - Americans, Canadians, Australians, UK residents, International residents, Kids - anyone can join!
Reply With Quote
  #2 (permalink)  
Old 01-20-2006, 02:16 PM
WebProWorld Pro
 
Join Date: Jul 2003
Location: New Jersey, U.S.
Posts: 174
jdiben RepRank 0
Default

you can try css.

css:
A.check:VISITED {
background-position: left;
background-repeat: no-repeat;
background-image: url(images/check.gif);
padding-left: 20px;
color: #CE760B;
}

html:


Just upload a picture of a check and update the image path.
__________________
Joe
GimmeItNow.com
Shopping Directory
Gift Registry For Any Occassion
Reply With Quote
  #3 (permalink)  
Old 01-24-2006, 12:37 AM
kerer99's Avatar
WebProWorld Member
 
Join Date: Apr 2005
Location: Calgary, Canada
Posts: 93
kerer99 RepRank 0
Default

Quote:
Originally Posted by jdiben
you can try css.

css:
A.check:VISITED {
background-position: left;
background-repeat: no-repeat;
background-image: url(images/check.gif);
padding-left: 20px;
color: #CE760B;
}

html:


Just upload a picture of a check and update the image path.
This is great! Thank you SO much - the power of CSS never ceases to amaze me.

Cheers to you! :)
__________________
Free Online Paid Surveys - Americans, Canadians, Australians, UK residents, International residents, Kids - anyone can join!
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:54 PM.



Search Engine Optimization by vBSEO 3.3.0