Click here to Skip to main content
15,898,795 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCopy file from Server to local machine using javascript Pin
Sushant Duggal27-Sep-06 21:45
Sushant Duggal27-Sep-06 21:45 
AnswerRe: Copy file from Server to local machine using javascript Pin
Guffa27-Sep-06 21:48
Guffa27-Sep-06 21:48 
QuestionHow to create a custom Calendar control in asp.net web application?? Pin
choorakkuttyil27-Sep-06 20:54
choorakkuttyil27-Sep-06 20:54 
AnswerRe: How to create a custom Calendar control in asp.net web application?? Pin
just3ala227-Sep-06 22:45
just3ala227-Sep-06 22:45 
Questionimage link Pin
scorp_scorp27-Sep-06 19:55
scorp_scorp27-Sep-06 19:55 
AnswerRe: image link Pin
_AK_27-Sep-06 20:11
_AK_27-Sep-06 20:11 
GeneralRe: image link Pin
scorp_scorp27-Sep-06 22:38
scorp_scorp27-Sep-06 22:38 
GeneralRe: image link Pin
_AK_27-Sep-06 22:53
_AK_27-Sep-06 22:53 
Here is the complete sample code for that:

function roll_over(img_name, img_src)
{
document[img_name].src = img_src;
}


<A HREF="some.html" onmouseover="roll_over('but1', 'icon2.gif')"
onmouseout="roll_over('but1', 'icon1.gif')">
<IMG SRC="icon1.gif" WIDTH="100" HEIGHT="50"
NAME="but1" BORDER="0">
</A>

Best Regards,
Apurva Kaushal
GeneralRe: image link Pin
scorp_scorp27-Sep-06 23:02
scorp_scorp27-Sep-06 23:02 
GeneralRe: image link Pin
_AK_27-Sep-06 23:09
_AK_27-Sep-06 23:09 
QuestionLooking for education.... Pin
TheJudeDude27-Sep-06 14:26
TheJudeDude27-Sep-06 14:26 
AnswerRe: Looking for education.... Pin
Paddy Boyd29-Sep-06 3:01
Paddy Boyd29-Sep-06 3:01 
AnswerRe: Looking for education.... Pin
Guffa29-Sep-06 3:25
Guffa29-Sep-06 3:25 
GeneralRe: Looking for education.... Pin
TheJudeDude29-Sep-06 3:30
TheJudeDude29-Sep-06 3:30 
AnswerRe: Looking for education.... Pin
Guffa1-Oct-06 11:52
Guffa1-Oct-06 11:52 
GeneralRe: Looking for education.... Pin
TheJudeDude1-Oct-06 13:16
TheJudeDude1-Oct-06 13:16 
GeneralRe: Looking for education.... Pin
TheJudeDude30-Sep-06 14:05
TheJudeDude30-Sep-06 14:05 
QuestionAJAX question Pin
alex_korch27-Sep-06 10:42
alex_korch27-Sep-06 10:42 
AnswerRe: AJAX question Pin
C. Bess28-Sep-06 6:02
C. Bess28-Sep-06 6:02 
GeneralRe: AJAX question Pin
alex_korch28-Sep-06 9:20
alex_korch28-Sep-06 9:20 
GeneralRe: AJAX question Pin
C. Bess28-Sep-06 9:23
C. Bess28-Sep-06 9:23 
GeneralRe: AJAX question Pin
alex_korch28-Sep-06 9:25
alex_korch28-Sep-06 9:25 
QuestionFooter at bottom Pin
eggsovereasy27-Sep-06 7:31
eggsovereasy27-Sep-06 7:31 
AnswerRe: Footer at bottom Pin
UltraCoder9-Oct-06 17:50
UltraCoder9-Oct-06 17:50 
QuestionLive video Pin
nida baber27-Sep-06 6:17
nida baber27-Sep-06 6:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.