Click here to Skip to main content
15,879,535 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: how to add minimize and maximize buttons in a dfd in my company intranet Pin
Shameel11-Jul-11 21:42
professionalShameel11-Jul-11 21:42 
GeneralRe: how to add minimize and maximize buttons in a dfd in my company intranet Pin
Dan muli11-Jul-11 21:54
Dan muli11-Jul-11 21:54 
GeneralRe: how to add minimize and maximize buttons in a dfd in my company intranet Pin
Shameel12-Jul-11 3:45
professionalShameel12-Jul-11 3:45 
GeneralRe: how to add minimize and maximize buttons in a dfd in my company intranet Pin
Pete O'Hanlon12-Jul-11 4:40
mvePete O'Hanlon12-Jul-11 4:40 
GeneralRe: how to add minimize and maximize buttons in a dfd in my company intranet Pin
Shameel12-Jul-11 8:34
professionalShameel12-Jul-11 8:34 
QuestionEfficiency of adding arrays to an array Pin
Online.Cop8-Jul-11 1:43
Online.Cop8-Jul-11 1:43 
AnswerRe: Efficiency of adding arrays to an array Pin
Not Active8-Jul-11 2:00
mentorNot Active8-Jul-11 2:00 
Questionhow can i insert onClick event to href? Pin
buffering836-Jul-11 2:58
buffering836-Jul-11 2:58 
<a id="href1" href="#">gogo</a>

    function goUrl(url) {

        location.href = url;


    } //function goUrl(url)



i want to add goUrl event to href tag when i click href.

below is what i try.
var href1_obj = document.getElementById("href1");

//this is start as soon as load window.
href1_obj.onClick = goUrl("http://naver.com");

How can i do that?
hi

My english is a little.
anyway, nice to meet you~~
and give me your advice anytime~

AnswerRe: how can i insert onClick event to href? Pin
Manfred Rudolf Bihy6-Jul-11 3:18
professionalManfred Rudolf Bihy6-Jul-11 3:18 
GeneralRe: how can i insert onClick event to href? Pin
buffering836-Jul-11 5:32
buffering836-Jul-11 5:32 
GeneralRe: how can i insert onClick event to href? Pin
buffering836-Jul-11 5:51
buffering836-Jul-11 5:51 
GeneralRe: how can i insert onClick event to href? Pin
Manfred Rudolf Bihy6-Jul-11 6:14
professionalManfred Rudolf Bihy6-Jul-11 6:14 
GeneralRe: how can i insert onClick event to href? Pin
Hà Duy Thuận10-Jan-12 22:14
Hà Duy Thuận10-Jan-12 22:14 
GeneralRe: how can i insert onClick event to href? Pin
Ali Al Omairi(Abu AlHassan)6-Jul-11 11:13
professionalAli Al Omairi(Abu AlHassan)6-Jul-11 11:13 
GeneralRe: how can i insert onClick event to href? Pin
Manfred Rudolf Bihy8-Jul-11 1:59
professionalManfred Rudolf Bihy8-Jul-11 1:59 
AnswerRe: how can i insert onClick event to href? Pin
Ali Al Omairi(Abu AlHassan)6-Jul-11 3:25
professionalAli Al Omairi(Abu AlHassan)6-Jul-11 3:25 
GeneralRe: how can i insert onClick event to href? Pin
buffering836-Jul-11 5:34
buffering836-Jul-11 5:34 
GeneralRe: how can i insert onClick event to href? Pin
buffering836-Jul-11 5:51
buffering836-Jul-11 5:51 
GeneralRe: how can i insert onClick event to href? Pin
Ali Al Omairi(Abu AlHassan)6-Jul-11 11:07
professionalAli Al Omairi(Abu AlHassan)6-Jul-11 11:07 
AnswerRe: how can i insert onClick event to href? Pin
Not Active6-Jul-11 7:41
mentorNot Active6-Jul-11 7:41 
GeneralRe: how can i insert onClick event to href? Pin
Ali Al Omairi(Abu AlHassan)6-Jul-11 11:08
professionalAli Al Omairi(Abu AlHassan)6-Jul-11 11:08 
Questionhow do save div to html file Pin
apadana_19896-Jul-11 2:05
apadana_19896-Jul-11 2:05 
AnswerRe: how do save div to html file Pin
Richard MacCutchan6-Jul-11 2:21
mveRichard MacCutchan6-Jul-11 2:21 
GeneralRe: how do save div to html file Pin
apadana_19897-Jul-11 4:06
apadana_19897-Jul-11 4:06 
GeneralRe: how do save div to html file Pin
Richard MacCutchan7-Jul-11 4:32
mveRichard MacCutchan7-Jul-11 4:32 

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.