
-----------------------------------
Flikerator
Mon Apr 18, 2005 3:18 pm

Image Map
-----------------------------------
Its a calandar and when you click on the calandar cell it provides more information, but instead of making a new webpage I just want an "Alert on Click" to open up.




CalanDAR














Using the code something like this;



To replace;

href="frames.shtml"

Is there anyway to do that?

-----------------------------------
Blade
Mon Apr 18, 2005 3:58 pm


-----------------------------------
you could make a javascript function to take care of it..

 
 
CalanDAR



 
 
 
 
 
 
 
 


 


basically make javascript functions, then change the href to onClick and call the function... and i'm not totally sure if i made the function right because its been quite a while since i've done any javascripting, but if i screwed up i'm sure someone will point it out.

-----------------------------------
Flikerator
Tue Apr 19, 2005 3:42 pm


-----------------------------------
I would but I don't know javascript, im just helping out a friend ^^;

-----------------------------------
Blade
Tue Apr 19, 2005 8:54 pm


-----------------------------------
well i pretty much wrote the function in the  for you, according to what you explained you were trying to do
