Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 06-28-2006, 09:02 AM please need help
Junior Talker

Posts: 1
Trades: 0
I have to understand what onClick=goToUrl() means and should I create my own method goToUrl()
mishunia is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-28-2006, 10:07 AM Re: please need help
Silent77's Avatar
Ultra Talker

Posts: 269
Name: Silent
Location: Ohio
Trades: 0
wouldnt it be better to just set up a standard a href link?
__________________
Firefox
rediscover the web

Please login or register to view this content. Registration is FREE
Down with internet explorer!
Silent77 is offline
Reply With Quote
View Public Profile Visit Silent77's homepage!
 
Old 06-28-2006, 08:22 PM Re: please need help
snoz's Avatar
Novice Talker

Posts: 8
Name: Bruno Bernardino
Trades: 0
better and probably with less accessibility problems, as javascript isn't always on on most browsers for people with special needs...

If you want to open a pop-up window, use something like:

Quote:
<script language="JavaScript" type="text/javascript">
function goToUrl(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,men ubar=0,resizable=1,width=600,height=400,align=cent er,top=100,left=300');");
</script>
and on <a> you'd put <a href="javascript:goToUrl('http://blablabla')">linkname</a> or <a href="javascript:;" onClick="goToUrl('htpp://blablabla')">linkname</a>
__________________
<?php if ($youreaniceperson) echo $my->persInfo(); else die('Go away!');?>
snoz is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to please need help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29845 seconds with 12 queries