Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

follow command

Status
Not open for further replies.

jonthegamer

Programmer
Joined
Jun 16, 2006
Messages
3
Location
US
I have this code onClick="load_app(1);" it is part of a bigger code. I need to be a command that will let me replace "load_app(1)" with some sort of follow command and a link so that when it is clicked instead of doing what it does by default it opens the right page.
 
If you want to not call something else instead of "load_app(1)", why not simply remove the "load_app(1)" call and replace it with whatever you do want it to do?

Or did you have a different question?

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
but will just putting an address in there enough or dont i need something that tells it to use the link or something
 
Perhaps I don't understand what you are asking for. Could you try and explain it a bit clearer?

What from I can see, all you want to do is replace "load_app(1)" with something else... and if that's the case - then I don't see what the question is.

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
here is the entire code,

<div class="dojo-FisheyeListItem" onclick="load_app(1);" dojo:iconsrc="dojo-0.3.1-ajax/demos/widget/images/icon_browser.png" caption="Web Browser">
</div>

i need something that tells it to follow that link. and it replaces the load_app(*)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top